Ignore:
Timestamp:
Jan 6, 2013, 11:24:30 PM (11 years ago)
Author:
julien1311
Message:

[piwecard] modify ecard with new variables + replace table by div/span and css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/css/piwecard.css

    r19924 r19925  
     1/* +-----------------------------------------------------------------------+
     2 * | Ecard form                                                            |
     3 * +-----------------------------------------------------------------------+ */
    14#addECardForm {
    25        line-height: 1.5em;
     
    6568        font-weight: bold;
    6669}
     70
     71/* +-----------------------------------------------------------------------+
     72 * | Publish ecard                                                         |
     73 * +-----------------------------------------------------------------------+ */
     74#ecard .ecard_invalid {
     75        font-style: italic;
     76        font-weight: bold;
     77}
     78
     79#ecard .ecard_center {
     80        width: 100%;
     81        text-align: center;
     82}
     83
     84#ecard #ecard_image_title {
     85        font-size: 0.8em;
     86}
     87
     88#ecard #ecard_image_author {
     89        font-size: 0.8em;
     90        font-style: italic;
     91}
     92
     93#ecard .ecard_top_space {
     94        margin-top: 3em;
     95}
Note: See TracChangeset for help on using the changeset viewer.