Ignore:
Timestamp:
Dec 28, 2010, 7:56:09 PM (13 years ago)
Author:
rvelices
Message:
  • css sprites work for ie6
  • simplify/remove css
File:
1 edited

Legend:

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

    r8306 r8362  
    8080}
    8181
    82 #menubar #menuTagCloud {
     82#menuTagCloud {
    8383        text-align: center;
    8484        margin: 5px 0;
    8585}
    8686
    87 #menubar #menuTagCloud SPAN {
     87#menuTagCloud SPAN {
    8888        white-space: nowrap;
    8989        margin-right: 5px;
     
    373373}
    374374
    375 TABLE.infoTable .label {
     375.infoTable .label {
    376376        font-weight: bold;
    377377        text-align: right;
     
    379379}
    380380
    381 TABLE.infoTable TD.value UL {
    382         margin: 0;
    383         padding: 0 0 0 1.5em;
     381.infoTable UL {
     382        margin: 0;
     383        padding: 0 0 0 1em;
    384384        list-style-type: square;
    385385}
     
    586586
    587587/* button tools */
    588 .actions {
    589         text-indent: 0;
    590         list-style: none;
    591 }
    592 .actions LI {
    593         display: inline;
    594 }
    595588.actions A, .actions IMG {
    596589        border: none;
     
    723716}
    724717
    725 INPUT.text, INPUT.password, INPUT.button,
    726 INPUT.submit, INPUT.reset, INPUT.file,
    727718SELECT, TEXTAREA {
    728719        color: #000;
     
    730721}
    731722
    732 INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus {
     723INPUT:focus, SELECT:focus, TEXTAREA:focus {
    733724        background-color: #f5f5f5;      /* whitesmoke */
    734725}
     
    737728INPUT[type="radio"], INPUT[type="checkbox"] {
    738729        border: none;   /* <= Opera needs this */
    739 }
    740 
    741 INPUT.radio, INPUT.checkbox {
    742         border: none;   /* <= IE6 needs this */
    743730}
    744731
Note: See TracChangeset for help on using the changeset viewer.