Changeset 1307:29c999d7ae6b for admin
- Timestamp:
- 08/05/13 19:22:48 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1291 r1307 154 154 } 155 155 #info-box2 { 156 margin -top: .3rem;157 padding: . 5em 1.3em 4px 0;156 margin: 0; 157 padding: .8em 1.3em 4px 0; 158 158 color: #fff; 159 159 float: right; … … 1429 1429 color: white; 1430 1430 } 1431 1432 /* --------------------------------------------------------------------------- 1433 Media queries vite fait en attendant la reprise complète du layout 1434 ---------------------------------------------------------------------------- */ 1435 @media screen and (max-width: 880px) { 1436 #top, #top h1 a {width: 42px;overflow:hidden;} 1437 #top, #info-boxes, #info-box1, #info-box2 { 1438 display:inline-block; 1439 vertical-align:middle; 1440 margin:0; 1441 padding:0; 1442 line-height: 3.2rem; 1443 width:auto; 1444 height:auto; 1445 } 1446 #info-box1 select {width: 14rem;} 1447 #help-button {position: absolute;top: 8rem; right:0;} 1448 } 1449 @media screen and (max-width: 680px) { 1450 .nomobile {display: none;} 1451 #main-menu, #main, #content, #entry-wrapper, #entry-sidebar, #entry-content, .two-cols .col, .two-cols .col:first-child { 1452 display:block; 1453 width: 99% !important; 1454 margin:0 auto; 1455 padding:0; 1456 float:none; 1457 text-align: left; 1458 clear: both; 1459 } 1460 }
Note: See TracChangeset
for help on using the changeset viewer.