Changeset 2649


Ignore:
Timestamp:
Oct 4, 2008, 1:51:12 AM (16 years ago)
Author:
rvelices
Message:
  • decrease padding on table2 TD (20px left+20 px right=40px per column lost was too much
  • remove unused rules
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/default-layout.css

    r2631 r2649  
    11/* $Id$ */
    2 /* $Id: */
    3 BODY #theHeader P { display: none; }
    42
    53/* History tables */
    64TABLE.table2 {
    7   border: 1px solid black;
    8   margin: 1em auto;
    9   padding: 0;
     5        border: 1px solid black;
     6        margin: 1em auto;
     7        padding: 0;
    108}
    119
    1210TABLE.table2 TD {
    13   padding: 0 20px;
     11        padding: 0 5px;
    1412}
    1513
    1614TABLE.table2 TR {
    17   text-align: left;
    18 }
    19 
    20 table.table2 thead td { padding:7px 20px 3px 20px; }
    21 table.table2 tr.throw { text-align: center; }
    22 table.table2 { margin:0pt auto; }
     15        text-align: left;
     16}
     17
     18TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; }
     19TABLE.table2 TR.throw { text-align: center; }
     20TABLE.table2 { margin:0pt auto; }
    2321.sort { display:block; padding:8px 5px 0px 1px; clear: right; text-align:left; }
    2422
    2523
    2624.hour {
    27   white-space: pre;
     25        white-space: pre;
    2826}
    2927
    3028.number {
    31   text-align: right;
     29        text-align: right;
    3230}
    3331
    3432TABLE#dailyStats {
    35   width: 60%;
     33        width: 60%;
    3634}
    3735
    3836TABLE#detailedStats {
    39   width: 99%;
     37        width: 99%;
    4038}
    4139
    4240/* Plugins tables */
    43 TABLE.plugins a { border: 0; }
     41TABLE.plugins A { border: 0; }
    4442TABLE.plugins TR TD { padding: 4px 10px; }
    4543TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
    4644
    4745TABLE.plugins TR TD.active {
    48   background: url(icon/plugin_active.gif) no-repeat center left;
    49   background-color: inherit; /* IE need it */
     46        background: url(icon/plugin_active.gif) no-repeat center left;
     47        background-color: inherit; /* IE need it */
    5048}
    5149
    5250TABLE.plugins TR TD.inactive {
    53   background: url(icon/plugin_inactive.gif) no-repeat center left;
    54   background-color: inherit; /* IE need it */
     51        background: url(icon/plugin_inactive.gif) no-repeat center left;
     52        background-color: inherit; /* IE need it */
    5553}
    5654
    5755TABLE.plugins ul.pluginsActions {
    58   float: left;
    59   padding: 0;
    60   margin: 0;
    61   width: 60px;
    62   list-style: none;
    63   text-align: center;
     56        float: left;
     57        padding: 0;
     58        margin: 0;
     59        width: 60px;
     60        list-style: none;
     61        text-align: center;
    6462}
    6563
     
    6866/* categoryOrdering */
    6967SELECT.categoryList {
    70   width: 100%;
     68        width: 100%;
    7169}
    7270 
    7371FORM#categoryOrdering {
    74   padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
    75   padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
     72        padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
     73        padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
    7674}
    7775FORM#categoryOrdering p {
    78   text-align: left;
    79   margin-top: 1em;
    80   margin-bottom: 1em;
     76        text-align: left;
     77        margin-top: 1em;
     78        margin-bottom: 1em;
    8179}
    8280UL.categoryUl {
    83   list-style: none;
    84   padding: 0;
    85   margin: 0;
     81        list-style: none;
     82        padding: 0;
     83        margin: 0;
    8684}
    8785
    8886LI.categoryLi {
    89   width: 100%;
    90   border: 1px solid gray;
    91   padding: 0px 5px;
    92   margin-bottom: 5px;
     87        width: 100%;
     88        border: 1px solid gray;
     89        padding: 0px 5px;
     90        margin-bottom: 5px;
    9391}
    9492
    9593FORM#categoryOrdering UL.categoryActions {
    96   float: right;
    97   margin-top: 5px;
     94        float: right;
     95        margin-top: 5px;
    9896}
    9997/* */
     
    102100
    103101FIELDSET.elementEdit A {
    104   display: block;
    105   float: right;
     102        display: block;
     103        float: right;
    106104}
    107105
    108106TABLE.doubleSelect {
    109   text-align: center;
    110   margin: 0 auto;
    111   width: 100%;
     107        text-align: center;
     108        margin: 0 auto;
     109        width: 100%;
    112110}
    113111
    114112TABLE.doubleSelect TD {
    115   padding: 0 3px;
    116   width: 50%;
     113        padding: 0 3px;
     114        width: 50%;
    117115}
    118116
    119117TABLE.doubleSelect SELECT.categoryList {
    120   width: 100%; max-width: 100%; overflow-x: auto;
     118        width: 100%; max-width: 100%; overflow-x: auto;
    121119}
    122120
    123121FORM#categoryPermissions LI {
    124   display:inline;
    125   white-space: nowrap;
     122        display:inline;
     123        white-space: nowrap;
    126124}
    127125
     
    130128FIELDSET#commentsConf SPAN.property,
    131129FIELDSET#uploadConf SPAN.property {
    132   float: right;
    133   text-align: left;
     130        float: right;
     131        text-align: left;
    134132}
    135133FIELDSET#mainConfCheck INPUT,
     
    137135FIELDSET#commentsConf INPUT,
    138136FIELDSET#uploadConf INPUT {
    139   float: none;
     137        float: none;
    140138}
    141139
    142140FIELDSET#mainConf SPAN.property {
    143   width: 25%;
     141        width: 25%;
    144142}
    145143FIELDSET#mainConf TEXTAREA.description {
    146   width: 70%;
     144        width: 70%;
    147145}
    148146
    149147FIELDSET#mainConfCheck SPAN.property,
    150148FIELDSET#historyConf SPAN.property {
    151   width: 90%;
     149        width: 90%;
    152150}
    153151FIELDSET#mainConfCheck INPUT,
     
    156154FIELDSET#uploadConf SELECT,
    157155FIELDSET#uploadConf INPUT {
    158   margin-left: 5%;
     156        margin-left: 5%;
    159157}
    160158
    161159FIELDSET#commentsConf SPAN.property {
    162   width: 85%;
     160        width: 85%;
    163161}
    164162
    165163FIELDSET#uploadConf SPAN.property {
    166   width: 73%;
     164        width: 73%;
    167165}
    168166
    169167.statBar {
    170   height: 10px;
    171   background-color: #ff7700;
    172   border: 1px solid black;
     168        height: 10px;
     169        background-color: #ff7700;
     170        border: 1px solid black;
    173171}
    174172
     
    206204
    207205BODY {
    208   margin: 5px;
    209   padding: 0;
    210   font-size: 0.8em;
    211   font-family: Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif;
    212   text-align: center; /* be nice to IE5 */
     206        margin: 5px;
     207        padding: 0;
     208        font-size: 0.8em;
     209        font-family: Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif;
     210        text-align: center; /* be nice to IE5 */
    213211}
    214212
    215213H1 {
    216   text-align: center;
    217   font-size: 150%;
    218   font-weight: bold;
    219   padding: 0;
    220   margin: 0.5em 0 1em 0;
     214        text-align: center;
     215        font-size: 150%;
     216        font-weight: bold;
     217        padding: 0;
     218        margin: 0.5em 0 1em 0;
    221219}
    222220
     
    243241
    244242HR.separation {
    245   visibility: hidden;
    246   clear: both;
     243        visibility: hidden;
     244        clear: both;
    247245}
    248246
    249247#copyright {
    250     clear: both;
    251     font-size: 83%;
    252     text-align: center;
    253     margin: 0 0 10px 0;
     248        clear: both;
     249        font-size: 83%;
     250        text-align: center;
     251        margin: 0 0 10px 0;
    254252}
    255253
    256254/** General defaults **/
    257255INPUT, SELECT {
    258   margin: 0;
    259   font-size: 1em;       /* <= some browsers don't set it correctly */
     256        margin: 0;
     257        font-size: 1em; /* <= some browsers don't set it correctly */
    260258}
    261259UL, DL, OL { text-align: left;}
    262 TABLE {                 /* horizontaly centered */
    263   margin-left: auto;
    264   margin-right: auto;
     260TABLE { /* horizontaly centered */
     261        margin-left: auto;
     262        margin-right: auto;
    265263}
    266264/* for debugging purpose */
     
    287285
    288286TEXTAREA.description {
    289   height: 12em;
    290   width: 40em;
    291   overflow: auto;
     287        height: 6em;
     288        width: 40em;
     289        overflow: auto;
    292290}
    293291
    294292SELECT.categoryList {
    295   height: 20em;
    296   width: auto;
     293        height: 20em;
     294        width: auto;
    297295}
    298296
    299297DIV.comment BLOCKQUOTE {
    300   padding: 0.5em;
    301   overflow: auto;       /* no solution for IE6 */
    302   min-height: 2.75em;   /* fix a Gecko bug whith scrollbar and 1 line only */
     298        padding: 0.5em;
     299        overflow: auto; /* no solution for IE6 */
     300        min-height: 2.75em;     /* fix a Gecko bug whith scrollbar and 1 line only */
    303301}
    304302
     
    310308 */
    311309FIELDSET {
    312   padding: 1em;
    313   margin: 1em;
    314   overflow: hidden; /* <- makes Opera happy */
     310        padding: 1em;
     311        margin: 1em;
     312        overflow: hidden; /* <- makes Opera happy */
    315313}
    316314
    317315FORM.filter FIELDSET UL {
    318   margin: 0;
     316        margin: 0;
    319317}
    320318FORM.filter FIELDSET UL,
    321319FORM.filter FIELDSET LABEL {
    322   display: block;
    323   float: left;
    324   margin-right: 1em;
    325   padding: 0;
     320        display: block;
     321        float: left;
     322        margin-right: 1em;
     323        padding: 0;
    326324}
    327325
    328326FORM.filter FIELDSET LI {
    329   list-style: none;
    330   margin-bottom: 0.5em;
     327        list-style: none;
     328        margin-bottom: 0.5em;
    331329}
    332330
    333331FORM.filter FIELDSET LI LABEL {
    334   display: inline;
    335   float: none;
     332        display: inline;
     333        float: none;
    336334}
    337335
    338336FORM.filter FIELDSET UL.tagSelection LABEL {
    339   display: inline;
    340   float: none;
    341   margin-right:0.5em;/*reduce from above*/
     337        display: inline;
     338        float: none;
     339        margin-right:0.5em;/*reduce from above*/
    342340}
    343341
     
    347345FORM.filter FIELDSET LABEL SPAN,
    348346FORM.filter FIELDSET LABEL TEXTAREA {
    349   display: block;
    350   margin: 0.5em 0;
     347        display: block;
     348        margin: 0.5em 0;
    351349}
    352350FORM.filter FIELDSET * LABEL INPUT,
     
    356354FORM.filter FIELDSET LABEL SPAN SELECT,
    357355FORM.filter FIELDSET LABEL SPAN TEXTAREA {
    358   display: inline;
    359   vertical-align: top;
    360   margin: 0 0.5em 0 0;
     356        display: inline;
     357        vertical-align: top;
     358        margin: 0 0.5em 0 0;
    361359}
    362360
    363361FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT {
    364   margin-right:0;
     362        margin-right:0;
    365363}
    366364
    367365/* following declaration is important to avoid strange FF behaviour */
    368366FORM.filter FIELDSET LABEL SPAN SELECT {
    369   margin: 0;
     367        margin: 0;
    370368}
    371369
    372370FORM.filter FIELDSET P
    373371{
    374   clear: left;
    375   display: block;
     372        clear: left;
     373        display: block;
    376374}
    377375
    378376FORM.filter INPUT[type="submit"] {
    379   margin-top: 5px;
     377        margin-top: 5px;
    380378}
    381379
    382380FORM.properties UL, FORM#update UL {
    383   list-style-type: none;
    384   margin: 0;
    385   padding: 0;
    386 }
    387 
    388 FORM.properties LI, FORM#update UL  {
    389   margin-bottom: 0.5em;
    390   padding: 0;
    391   line-height: 1.8em;
    392   clear: left;
     381        list-style-type: none;
     382        margin: 0;
     383        padding: 0;
     384}
     385
     386FORM.properties LI, FORM#update UL {
     387        margin-bottom: 0.5em;
     388        padding: 0;
     389        line-height: 1.8em;
     390        clear: left;
    393391}
    394392
    395393FORM.properties SPAN.property {
    396   font-weight: bold;
    397   float: left;
    398   width: 50%;
    399   text-align: right;
    400   margin: 0;
    401   padding: 0 0.5em 0 0;
     394        font-weight: bold;
     395        float: left;
     396        width: 50%;
     397        text-align: right;
     398        margin: 0;
     399        padding: 0 0.5em 0 0;
    402400}
    403401
    404402#theHeader H1 {
    405   margin-bottom: 0.5em;
     403        margin-bottom: 0.5em;
    406404}
    407405
    408406/* button tools */
    409407UL.actions {
    410   text-indent: 0;
    411   list-style: none;
    412 }
    413 UL.actions  LI {
    414   display: inline;
    415 }
    416 UL.actions  A {
    417   border: none;
     408        text-indent: 0;
     409        list-style: none;
     410}
     411UL.actions LI {
     412        display: inline;
     413}
     414UL.actions A {
     415        border: none;
    418416}
    419417
    420418UL.tagSelection {
    421   width: 99%;
    422   margin: 1em 0 1em 0;
    423   padding: 0;
     419        width: 99%;
     420        margin: 1em 0 1em 0;
     421        padding: 0;
    424422}
    425423
    426424UL.tagSelection LI {
    427   display: inline;
    428   white-space: nowrap;
    429 }
    430 
    431 #fullTagCloud {
    432   font-size: 120%;
    433   text-align: justify;
    434   padding: 0;
    435   margin: 1em 2em 1em 2em;
    436 }
    437 
    438 #fullTagCloud LI {
    439   display: inline;
    440   white-space: nowrap;
    441   margin: 0 2px;
    442 }
    443 
    444 
    445 .tagLevel5 { font-size: 150%; }
    446 .tagLevel4 { font-size: 140%; }
    447 .tagLevel3 { font-size: 120%; }
    448 .tagLevel2 { font-size: 100%; }
    449 .tagLevel1 { font-size: 90%; }
    450 
    451 
    452 /* Popup help page */
    453 BODY#thePopuphelpPage #copyright {
    454   display: none;
    455 }
    456 
    457 BODY#thePopuphelpPage .content P {
    458   text-align: justify;
    459   padding: 0.5em;
    460 }
    461 
    462 BODY#thePopuphelpPage .content OL LI,
    463 BODY#thePopuphelpPage .content UL LI
    464 {
    465   margin-bottom: 0.5em;
    466 }
    467 
    468 
    469 TR.tagLine {
    470   border-bottom: 1px solid #ddd;
    471   text-align: left;
    472 }
    473 TR.tagLine:hover {
    474   background-color: #fff;
    475 }
    476 TD.nbEntries {
    477   text-align: right;
    478   font-style: italic;
    479   font-size: 90%;
    480 }
    481 
    482 FIELDSET.tagLetter {
    483   border: 1px solid #d3d3d3;
    484   width: 200px;
    485   margin: 0.5em;
    486   padding: 10px;
    487 }
    488 
    489 LEGEND.tagLetterLegend {
    490   border: 1px solid #d3d3d3;
    491   font-size:120%;
    492   font-weight: bold;
    493   padding: 0 5px;
    494   color: #555;
    495   font-style: normal;
    496 }
    497 
    498 TABLE.tagLetterContent {
    499   width:100%;
    500   font-size:80%;
    501   border-collapse : collapse;
    502 }
     425        display: inline;
     426        white-space: nowrap;
     427}
     428
    503429
    504430/* jQuery tooltips */
    505431.cluetip-default #cluetip-outer {
    506   position: relative;
    507   border: 1px solid #111111;
    508   color: #dddddd;
    509   background-color: #222222;
    510   text-align: left;
     432        position: relative;
     433        border: 1px solid #111111;
     434        color: #dddddd;
     435        background-color: #222222;
     436        text-align: left;
    511437}
    512438.cluetip-default h3#cluetip-title {
    513   margin: 0 0 5px;
    514   padding: 8px;
    515   color: #666666;
    516   background-color: #d3d3d3;
    517   font-size: 1.1em;
    518   font-weight: bold;
     439        margin: 0 0 5px;
     440        padding: 8px;
     441        color: #666666;
     442        background-color: #d3d3d3;
     443        font-size: 1.1em;
     444        font-weight: bold;
    519445}
    520446.cluetip-default #cluetip-inner {
    521   padding: 10px;
    522 }
     447        padding: 10px;
     448}
Note: See TracChangeset for help on using the changeset viewer.