Changeset 2052:b478acb2b399 for admin
- Timestamp:
- 09/24/13 08:49:02 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2050 r2052 2407 2407 } 2408 2408 } 2409 @media screen and (max-width: 600px) { 2410 #header h1, #header h1 a { 2411 width: 42px !important; 2412 height: 42px; 2413 } 2414 h1 a:link { 2415 background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 2416 border-right: 1px solid #ccc; 2417 } 2418 h1 a:hover, h1 a:focus { 2419 background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 2420 border-right: 1px solid #A2CBE9; 2421 } 2422 #wrapper, #main, #main-menu { 2423 display: block; 2424 float: none; 2425 width: 100%; 2426 margin: 0; 2427 } 2428 #content { 2429 margin: 0; 2430 padding: 0 1em; 2431 } 2432 #collapser { 2433 display: none; 2434 } 2409 @media screen and (max-width: 700px) { 2435 2410 #help-button { 2436 2411 height:26px; … … 2442 2417 line-height: 68px; 2443 2418 overflow: hidden; 2419 } 2420 #content.with-help #help-button { 2421 top: 77px; 2422 } 2423 } 2424 @media screen and (max-width: 600px) { 2425 #header h1, #header h1 a { 2426 width: 42px !important; 2427 height: 42px; 2428 } 2429 h1 a:link { 2430 background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 2431 border-right: 1px solid #ccc; 2432 } 2433 h1 a:hover, h1 a:focus { 2434 background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 2435 border-right: 1px solid #A2CBE9; 2436 } 2437 #wrapper, #main, #main-menu { 2438 display: block; 2439 float: none; 2440 width: 100%; 2441 margin: 0; 2442 } 2443 #content { 2444 margin: 0; 2445 padding: 0 1em; 2446 } 2447 #collapser { 2448 display: none; 2444 2449 } 2445 2450 #main #content > h2 { … … 2477 2482 width: 280px; 2478 2483 } 2479 } 2484 #content.with-help #help-button { 2485 top: 101px; 2486 } 2487 }
Note: See TracChangeset
for help on using the changeset viewer.