Changeset 14084 for trunk/themes


Ignore:
Timestamp:
Apr 10, 2012, 10:33:43 PM (12 years ago)
Author:
rvelices
Message:
  • remove/comment unused css
Location:
trunk/themes
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/clear/theme.css

    r13729 r14084  
    11
    22/* text color */
    3 BODY, H1, H2, H3, DT,
     3BODY, H1, H2, DT,
    44INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    55        color:#696969;  /* dimgray */
     
    77
    88/* backgrounds */
    9 BODY, H3 {
     9BODY {
    1010        background-color: #ffffff;      /* white */
    1111}
  • trunk/themes/dark/theme.css

    r13773 r14084  
    11
    22/* text color */
    3 BODY, H1, H3,
     3BODY, H1,
    44INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
    55        color:#d0d0d0;
     
    1414/* backgrounds */
    1515
    16 BODY, H3, #imageToolBar A:hover {
     16BODY, #imageToolBar A:hover {
    1717        background-color: #2f2f2f;
    1818}
  • trunk/themes/default/iconset.css

    r13918 r14084  
    2929.pwg-icon-arrow-n {background-position: 0 -26px}
    3030.pwg-icon-arrow-e {background-position: -26px -26px}
    31 .pwg-icon-arrow-s {background-position: -52px -26px}
     31/*.pwg-icon-arrow-s {background-position: -52px -26px}*/
    3232.pwg-icon-arrow-w {background-position: -78px -26px}
    33 .pwg-icon-arrowstop-n {background-position: -104px -26px}
     33/*.pwg-icon-arrowstop-n {background-position: -104px -26px}*/
    3434.pwg-icon-arrowstop-e {background-position: -130px -26px}
    35 .pwg-icon-arrowstop-s {background-position: -156px -26px}
     35/*.pwg-icon-arrowstop-s {background-position: -156px -26px}*/
    3636.pwg-icon-arrowstop-w {background-position: -182px -26px}
    3737
  • trunk/themes/default/theme.css

    r14028 r14084  
    233233.thumbnailCategory .description H3 {
    234234        text-align: left;
    235         background: transparent;
    236235        margin: 0;
    237236        padding: 0.1em;
     
    498497        margin-top: 2em;
    499498        margin-bottom: 2em;
    500 }
    501 
    502 FORM FIELDSET P {
    503         margin-top: 1em;
    504         margin-bottom: 0;
    505499}
    506500
     
    547541}
    548542
    549 .filter FIELDSET * LABEL>INPUT,
    550 .filter FIELDSET * LABEL>SELECT {
     543.filter FIELDSET * LABEL>INPUT {
    551544        display: inline;
    552545        vertical-align: top;
Note: See TracChangeset for help on using the changeset viewer.