Changeset 41


Ignore:
Timestamp:
10/27/07 16:58:44 (6 years ago)
Author:
Lantash
Message:

Fixed visual glitch in IE (nonZero theme). [Closes #22]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/design/nonzero/css/design.css

    r21 r41  
    11/* ------------------------ ALLGEMEIN ------------------------ */ 
     2/* CSS Reset */ 
     3html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';} 
     4 
    25html { 
    36        overflow-x: hidden; 
     
    1215        color: #585858; 
    1316        font-size: 9pt; 
    14         padding: 0; 
    15         margin: 0; 
    1617        min-width: 1000px; 
    1718        cursor: default; 
     
    3132h2 { 
    3233        font-size: 1.9em; 
    33         padding: 0; 
    3434        margin: 0 0 15px; 
    3535        background-position: 0px 3px; 
     
    4646#title h1 { 
    4747        font-family: "Trebuchet MS", Arial, sans-serif; 
    48         margin: 0; 
    4948        display: inline; 
    5049        color: #FFF; 
     
    8281        list-style-type: square; 
    8382        padding-left: 3.5em; 
    84         margin-left: 0; 
    85 } 
    86  
    87 img { 
    88         border: none; 
    8983} 
    9084 
     
    126120        right: 15px; 
    127121        top: 30px; 
    128         list-style-type: none; 
    129         margin: 0; 
    130         padding: 0; 
    131122        color: #FFF; 
    132123} 
     
    134125#headerLinks li { 
    135126        display: inline; 
    136         margin: 0; 
    137127        padding: 0 5px 0 7px; 
    138128        border-left: 1px #a94b4b solid; 
     
    155145#menu { 
    156146        height: 24px; 
    157         padding: 3px 15px 0px 30px; 
    158         margin-top: 4px; 
    159         border-bottom: #FFFFFF 1px solid; 
     147        padding: 7px 15px 0px 30px; 
    160148} 
    161149 
     
    170158} 
    171159 
    172 /* Das Element, dass alle Ansichten (Controls.View) enthält */ 
    173 #content { 
    174         margin: 0; 
    175 } 
    176  
    177160.spriteSmallIcons { 
    178161        background-image: url(../../default/images/smallIcons.gif); 
     
    401384} 
    402385 
    403 .sideMenu .paneContent { 
    404         padding: 0; 
    405         margin: 0; 
    406 } 
    407  
    408386.sideMenu .closeButton { 
    409387        position: absolute; 
     
    417395 
    418396.sideMenu .title { 
    419         margin-left: 15px; 
     397        margin: 0; 
    420398        letter-spacing: -1px; 
    421399        text-transform: lowercase; 
     
    423401        font-size: 1.5em; 
    424402        padding: 6px 0; 
    425         margin: 0; 
    426403} 
    427404 
     
    429406        list-style-type: none; 
    430407        padding: 10px 0 8px 0; 
    431         margin: 0; 
    432408} 
    433409 
     
    435411.sideMenu li { 
    436412        cursor: pointer; 
    437         padding: 0; 
    438413        margin: 4px 0; 
    439414        color: #66000F; 
     
    983958   und das Eintragedatum */ 
    984959.tasksView .infoBox { 
    985         margin: -30px 0 0 25px; 
     960        margin: -30px 0 0 22px; 
    986961        color: #888; 
    987962        width: 200px; 
Note: See TracChangeset for help on using the changeset viewer.