Changeset 2002:a0de6679a058 for admin/style
- Timestamp:
- 09/22/13 12:09:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1997 r2002 27 27 position: relative; 28 28 padding-top: 1em; 29 overflow: hidden; 29 overflow: hidden; /* pour les hauteurs égales */ 30 30 float: left; 31 31 width: 100%; 32 32 z-index: 10; 33 /*background: #f7f7f7 url(bg_wrapper.png) repeat-y 15.5em;*/34 33 } 35 34 .with-js #wrapper { … … 39 38 width: 100%; 40 39 float: right; 41 margin-left: -1 5.5em;40 margin-left: -14em; 42 41 margin-top: 0; 43 42 } 44 43 #content { 45 margin: 0 0 0 1 5.5em;46 padding: .75em 1 em;44 margin: 0 0 0 14em; 45 padding: .75em 1.5em .75em 2.5em; 47 46 background: #fff; 48 47 } … … 301 300 /* titre de page */ 302 301 #content > h2 { 303 padding: 0 18px 6px; /* ie < 9 sucks */ 304 padding: 0 1.8rem .6rem; 305 margin: 0 -18px .5em; /* ie < 9 sucks */ 306 margin: 0 -1.8rem 1rem; 302 padding: 0 1.5em .5em 1em; 303 margin: 0 -1.5em .5em -1em; 307 304 background: #fff url(bg_h2.png) repeat-x center bottom; 308 305 } … … 366 363 } 367 364 /* ---------------------------------------------------------------- tableaux */ 365 .table-outer { 366 width: 100%; 367 overflow: auto; 368 } 368 369 table { 369 370 font-size: 12px; /* ie < 9 sucks */ … … 371 372 border-collapse: collapse; 372 373 margin: 0 0 1em 0; 374 width: 100%; 373 375 } 374 376 caption { … … 1112 1114 } 1113 1115 #help-button.floatable { 1114 border-radius: 2em; 1115 background-color: #f5f5f5; 1116 position: fixed; 1117 top: 10px; 1118 } 1116 border-top: 2px solid #ccc; 1117 border-left: 2px solid #ccc; 1118 border-bottom: 2px solid #ccc; 1119 border-bottom-left-radius: 1em; 1120 border-top-left-radius: 1em; 1121 background-color: #f5f5f5; 1122 position: fixed; 1123 top: 10px; 1124 } 1119 1125 .no-js #help-button { 1120 1126 top: 1em; … … 1125 1131 } 1126 1132 #content.with-help #help-button { 1127 right: 28 2px; /* ie < 9 sucks */1133 right: 280px; /* ie < 9 sucks */ 1128 1134 right: 28rem; 1129 1135 background-color: #f5f5f5; 1130 1136 position: fixed; 1131 top: 5 4px;1137 top: 50px; 1132 1138 z-index: 100; 1133 1139 border-top: 2px solid #FFD478; … … 1145 1151 } 1146 1152 #content.with-help .help-content { 1147 padding: 0 .5em 1em;1153 padding: 0 1em 1em; 1148 1154 } 1149 1155 .help-content dt { … … 2337 2343 /* ------------------------------------------------------------------------------------ 2338 2344 UN POIL DE MEDIA QUERIES 2339 ------------------------------------------------------------------------------------ */2345 ------------------------------------------------------------------------------------ 2340 2346 @media screen and (max-width: 920px) { 2341 2347 #top, #top h1 a {
Note: See TracChangeset
for help on using the changeset viewer.