Ignore:
Timestamp:
Dec 19, 2010, 11:31:52 AM (13 years ago)
Author:
mistic100
Message:
  • Nouveau plugin : CreateCustomThumbs permet de créer des miniatures de taille fixe
  • On peut maintenant désinstaller un plugin facilement
  • Ajout d’une option pour gérer le dossier de sortie non vide (effacer, continuer, bloquer)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PHP_Optimisateur/files/style.css

    r7993 r8195  
    3131                border-color:#eee;
    3232        }
     33        div.footer {
     34                clear:both;
     35                width:942px;
     36                text-align:center;
     37                font-size:0.9em;
     38                border:none;
     39        }
    3340        div.files li {
    3441                margin-top:0;
     
    4653                font-size:1.2em;
    4754        }
    48 
     55        div.link {
     56                border:none;
     57        }
     58       
    4959a {
    50         color:#EF9700;
     60        color:#EF8100;
    5161        text-decoration:none;
    52         padding:0 10px;
    53         float:right;
    54         margin-bottom:1px;
     62        font-size:1.2em;
     63        font-style:italic;
    5564}
    5665        a:hover {
     
    5867                border-bottom:1px dotted #555;
    5968                margin-bottom:0;
     69        }
     70        div.link a {
     71                margin:0 10px;
     72                float:right;
     73                margin-bottom:1px;
     74        }
     75        span.lang a {
     76                margin:-4px 10px;
     77                float:right;
    6078        }
    6179
     
    8098        -moz-border-radius:3px;
    8199}
     100        input[type="submit"], input[type="reset"] {
     101                padding:2px 5px;
     102        }
    82103
    83 b.new:after {
    84         content:' New !';
     104b.new {
    85105        color:#0ABF00;
     106        font-style:italic;
     107}
     108b.miss {
     109        color:#BF0008;
    86110        font-style:italic;
    87111}
     
    93117}
    94118
    95 td {
    96         width:50%;
     119table {
     120        min-width:50%;
    97121}
    98         tr td:first-child {
    99                 text-align:right;
    100                 padding-right:5px;
     122        td {
     123                width:50%;
    101124        }
     125                tr td:first-child {
     126                        text-align:right;
     127                        padding-right:5px;
     128                }
Note: See TracChangeset for help on using the changeset viewer.