Changeset 2030:6748b50d2fdd for admin/style
- Timestamp:
- 09/22/13 21:15:56 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2026 r2030 25 25 display: table; 26 26 } 27 #wrapper , #wrapper.with-prelude{27 #wrapper { 28 28 position: relative; 29 29 padding-top: 1.5em; … … 854 854 background: #FFF; 855 855 } 856 /* si le prélude est affiché on repousse les trucs dessous */ 857 #wrapper.with-prelude { 858 padding-top: 1em; 859 } 860 #help-button.with-prelude, #collapser.with-prelude { 861 top: 1em; 862 } 856 863 /* header global h1, form#top-info-blog, ul#top-info-user */ 857 864 #header a { … … 925 932 border-bottom-color: #fff; 926 933 margin: 0; 927 padding: 1 6px .5em;934 padding: 18px .5em; 928 935 background-color: #fff; 929 936 color: #333; … … 2087 2094 } 2088 2095 /* password indicator */ 2089 .install .pw-table, .install .pw-cell, .install .pwindicator {2090 display: block;2091 }2092 2096 .pw-table { 2093 2097 display: table; … … 2374 2378 } 2375 2379 } 2376 @media screen and (max-width: 720px) { 2377 .smallscreen { display: none; } 2378 #info-box2 { float:none; } 2379 #help-button { 2380 height:26px; 2381 width:26px; 2382 background-color: #A2CBE9; 2383 padding: 0; 2384 margin: 0; 2385 font-size: 10px; font-size: 1rem; 2386 line-height: 68px; 2387 overflow: hidden; 2388 } 2380 2381 @media screen and (max-width: 700px) { 2382 #header { 2383 display: block; 2384 width: 100%; 2385 text-align: right; 2386 } 2387 h1, h1 a { 2388 width: 42px !important; 2389 } 2390 h1 a:link { 2391 background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 2392 border-right: 1px solid #ccc; 2393 border-bottom: 1px solid #ccc; 2394 } 2395 h1 a:hover, h1 a:focus { 2396 background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 2397 border-right: 1px solid #A2CBE9; 2398 } 2399 h1, #top-info-blog, #top-info-user { 2400 display: inline-block; 2401 vertical-align: top; 2402 margin-right: 1em; 2403 } 2404 #top-info-user a.active { 2405 padding: 2px 8px; 2406 } 2389 2407 .one-box, .two-boxes, .three-boxes { 2390 2408 width: 100%; … … 2393 2411 } 2394 2412 } 2395 @media screen and (max-width: 492px) {2396 #header { height: 36px; height: 3.6rem; }2397 #wrapper { font-size: 16px; font-size: 1.6rem; }2398 .page-title, #info-boxes { display: inline-block; }2399 #info-box1 select {2400 width: 120px; width: 12rem;2401 margin-right: .6rem;2402 }2403 #info-box1 p.nomobile, label.nomobile { display: none; }2404 }2405 2413 */
Note: See TracChangeset
for help on using the changeset viewer.