Dotclear

Changeset 2366:c97860ba09f7


Ignore:
Timestamp:
10/15/13 08:45:52 (10 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
2.6
Message:

Passage en em pour les font-size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r2361 r2366  
    3636    -moz-box-sizing: border-box; 
    3737    box-sizing: border-box; 
    38 } 
     38     } 
    3939#header { 
    4040     background: #676e78; 
     
    8888     top: 0; 
    8989     left: 14em; 
    90      width: 1em; 
     90     width: 15px; 
    9191     height: 100%; 
    9292     overflow: hidden; 
     
    330330     } 
    331331h4, .as_h4 { 
    332      font-size: 14px; /* ie < 9 sucks */ 
    333      font-size: 1.4rem; 
     332     font-size: 1.16em; 
    334333     color: #676e78; 
    335334     } 
     
    350349     } 
    351350h5 { 
    352      font-size: 12px; /* ie < 9 sucks */ 
    353      font-size: 1.2rem; 
     351     font-size: 1em; 
    354352     font-weight: bold; 
    355353     color: #676e78; 
     
    377375     } 
    378376table { 
    379      font-size: 12px; /* ie < 9 sucks */ 
    380      font-size: 1.2rem; 
     377     font-size: 1em; 
    381378     border-collapse: collapse; 
    382379     margin: 0 0 1em 0; 
     
    733730     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); 
    734731     font-weight: normal; 
    735      font-size: 14px; /* ie < 9 sucks */ 
    736      font-size: 1.4rem; 
     732     font-size: 1.16em; 
    737733     } 
    738734.button.add:hover, .button.add:active, .button.add:focus { 
     
    883879     } 
    884880#prelude li a { 
    885      padding: 3px 16px 3px 8px; /* ie < 9 sucks */ 
    886           padding: 3px 1.6rem 3px .8rem; 
     881     padding: 3px 16px 3px 8px; 
    887882     background: #A2CBE9; 
    888883     color: #000; 
     
    924919     left: 0; 
    925920     width: 15em; 
    926      height: 36px; 
    927      /* ie < 9 sucks */ 
    928      height: 3.6rem; 
     921     height: 3em; 
    929922     color: #fff; 
    930923     background: transparent url(dc_logos/b-dotclear120.png) no-repeat 0 6px; 
     
    983976     padding: 10px 0 10px 8px; 
    984977     color: #676e78; 
    985      font-size: 14px; /* ie < 9 sucks */ 
    986      font-size: 1.4rem; 
     978     font-size: 1.15em; 
    987979     } 
    988980#favorites-menu h3 { 
     
    10291021     } 
    10301022#search-menu * { 
    1031      height: 22px; /* ie < 9 sucks */ 
    1032      height: 2.2rem; 
     1023     height: 24px; /* ie < 9 sucks */ 
     1024     height: 2em; 
    10331025     display: inline-block; 
    10341026     vertical-align: top; 
    1035      line-height: 22px; 
     1027     line-height: 24px; 
    10361028     } 
    10371029#search-menu p { 
     
    10421034     } 
    10431035#qx { 
    1044      width: 124px; /* ie < 9 sucks */ 
    1045      width: 12.4rem; 
     1036     width: 10em; 
    10461037     border-bottom-left-radius: .3em; 
    10471038     border-top-left-radius: .3em; 
     
    10501041     padding: 0; 
    10511042     border: none; 
    1052      height: 22px; 
    1053      height: 2.2rem; 
     1043     height: 2em; 
    10541044     } 
    10551045#qx:focus { 
     
    10571047     } 
    10581048#search-menu input[type="submit"] { 
    1059      padding: 0 3px; 
    1060      padding: 0 .3rem; 
    1061      margin-left: -4px; 
     1049     padding: 0 .25em; 
     1050     margin-left: .33em; 
    10621051     background: #dfdfdf; 
    10631052     border-color: #999; 
     
    10701059     border: none; 
    10711060     border-left: 1px solid #999; 
    1072      font-size: 10px; /* ie < 9 sucks */ 
    1073      font-size: 1rem; 
     1061     font-size: .91em; 
    10741062     } 
    10751063#search-menu input[type="submit"]:hover, 
     
    11631151     top: 0; 
    11641152     right: 0; 
    1165      width: 280px; /* ie < 9 sucks */ 
    1166      width: 28rem; 
     1153     width: 24em; 
    11671154     border-left: 2px solid #FFD478; 
    11681155     border-top: 2px solid #FFD478; 
     
    11791166     cursor: pointer; 
    11801167     color: #2373A8; 
    1181      line-height: 36px; /* ie < 9 sucks */ 
    1182      line-height: 3.6rem; 
     1168     line-height: 3; 
    11831169     } 
    11841170#help-button.floatable { 
     
    12001186     } 
    12011187#content.with-help #help-button { 
    1202      right: 280px; /* ie < 9 sucks */ 
    1203      right: 28rem; 
     1188     right: 24em; 
    12041189     background-color: #f5f5f5; 
    12051190     position: fixed; 
     
    14141399     width: 20em; 
    14151400     margin: 1.5em auto 0; 
    1416      font-size: 14px; /* ie < 9 sucks */ 
    1417      font-size: 1.4rem; 
     1401     font-size: 1.16em; 
    14181402     } 
    14191403#login-screen h1 { 
     
    14441428#login-screen #issue { 
    14451429     margin-left: 1.33em; 
    1446      font-size: 12px; /* ie < 9 sucks */ 
    1447      font-size: 1.2rem; 
     1430     font-size: .91em; 
    14481431     } 
    14491432#issue p:first-child { 
     
    17951778     float: right; 
    17961779     margin-top: -.2em; 
    1797      font-size: 11px; 
     1780     font-size: .91em; 
    17981781     } 
    17991782.cat-buttons select { 
     
    21292112     } 
    21302113#entry-sidebar h4 { 
    2131      font-size: 13px; 
    2132      font-size: 1.3rem; 
     2114     font-size: 1.08em; 
    21332115     margin-top: .3em; 
    21342116     } 
     
    26632645     padding: 0; 
    26642646     margin: 0; 
    2665      font-size: 10px; 
    2666      font-size: 1rem; 
     2647     font-size: .83em; 
    26672648     line-height: 68px; 
    26682649     overflow: hidden; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map