Changeset 2133:5ba259352620 for admin/style/default.css
- Timestamp:
- 09/24/13 15:05:39 (12 years ago)
- Branch:
- Ticket #1548
- Parents:
- 2132:014b3b5a019f (diff), 2061:77a99aa76c10 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r2053 r2133 1299 1299 color: #000; 1300 1300 } 1301 a.form-control.open { 1302 background: url(../images/hide.png) no-repeat 4px center; 1303 } 1301 1304 #filters-form { 1302 1305 border: 1px dashed #999; -
admin/style/default.css
r2132 r2133 25 25 display: table; 26 26 } 27 #wrapper , #wrapper.with-prelude{27 #wrapper { 28 28 position: relative; 29 29 padding-top: 1.5em; … … 490 490 box-shadow: 1px 1px 2px #F1F1F1 inset; 491 491 padding: 3px; 492 vertical-align: top; 492 493 } 493 494 input:focus, textarea:focus, select:focus { … … 517 518 background: transparent url(../images/check-on.png) no-repeat 0 50%; 518 519 } 520 option.sub-option1 { 521 margin-left: .5em; 522 } 523 option.sub-option2 { 524 margin-left: 1.5em; 525 } 526 option.sub-option3 { 527 margin-left: 2.5em; 528 } 529 option.sub-option4 { 530 margin-left: 3.5em; 531 } 532 option.sub-option5 { 533 margin-left: 4.5em; 534 } 535 option.sub-option6 { 536 margin-left: 5.5em; 537 } 538 option.sub-option7 { 539 margin-left: 6.5em; 540 } 541 option.sub-option8 { 542 margin-left: 7.5em; 543 } 544 option.sub-option1:before, option.sub-option2:before, option.sub-option3:before, option.sub-option4:before, 545 option.sub-option5:before, option.sub-option6:before, option.sub-option7:before, option.sub-option8:before { 546 content: "\002022\0000a0"; 547 } 519 548 input.invalid, textarea.invalid, select.invalid { 520 549 border: 1px solid red; … … 571 600 display: inline-block; 572 601 width: 14em; 602 } 603 p.field.wide label { 604 width: 21em; 573 605 } 574 606 p.field input, p.field select { … … 605 637 border: 1px solid #ccc; 606 638 font-family: "DejaVu Sans","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif; 607 padding: 4px 10px;639 padding: 3px 10px; 608 640 line-height: normal !important; 609 641 display: inline-block; … … 849 881 background: #A2CBE9; 850 882 color: #000; 851 border-bottom-color: #A2CBE9; 852 } 883 text-decoration: underline; 884 } 885 #prelude li a:hover, #prelude li a:focus { 886 background: #FFF; 887 } 888 /* si le prélude est affiché on repousse les trucs dessous */ 889 #wrapper.with-prelude { 890 padding-top: 1em; 891 } 892 #help-button.with-prelude, #collapser.with-prelude { 893 top: 1em; 894 } 853 895 /* header global h1, form#top-info-blog, ul#top-info-user */ 854 896 #header a { … … 875 917 top: 0; 876 918 left: 0; 877 width: 174px; /* ie < 9 sucks */ 878 width: 17.4rem; 919 width: 15em; 879 920 height: 36px; /* ie < 9 sucks */ 880 921 height: 3.6rem; … … 922 963 border-bottom-color: #fff; 923 964 margin: 0; 924 padding: 1 6px .5em;965 padding: 18px .5em; 925 966 background-color: #fff; 926 967 color: #333; … … 1310 1351 background: transparent url(dc_logos/w-dotclear240.png) no-repeat top left; 1311 1352 height: 66px; 1353 width: 20em; 1312 1354 margin-bottom: .5em; 1313 1355 margin-left: 0; … … 2086 2128 } 2087 2129 /* password indicator */ 2088 .install .pw-table, .install .pw-cell, .install .pwindicator {2089 display: block;2090 }2091 2130 .pw-table { 2092 2131 display: table; … … 2332 2371 /* ------------------------------------------------------------------------------------ 2333 2372 UN POIL DE MEDIA QUERIES 2334 ------------------------------------------------------------------------------------ 2335 @media screen and (max-width: 920px) { 2336 #top, #top h1 a { 2337 width: 42px !important; 2338 height:100%; 2339 overflow: hidden; 2340 } 2341 #top h1 a:link { 2342 background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 2343 border-right: 1px solid #ccc; 2344 } 2345 #top h1 a:hover, #top h1 a:focus { 2346 background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 2347 border-right: 1px solid #A2CBE9; 2348 } 2349 } 2350 @media screen and (max-width: 800px) { 2351 #top, #info-boxes, #info-box1, #info-box2 { 2352 display:inline-block; 2353 vertical-align:middle; 2354 margin:0; 2355 padding:0; 2356 line-height: 32px; line-height: 3.2rem; 2357 } 2358 #info-box1 { margin-left: .75em; } 2359 #info-box1 select { width: 140px; width: 14rem; } 2360 #main-menu, #main, #content, #content h2, #entry-wrapper, #entry-sidebar, #entry-content, 2361 .two-cols .col, .three-cols .col, .two-cols .col30, .two-cols .col70, .two-boxes, .three-boxes { 2362 display:block !important; 2363 width: 98% !important; 2364 margin:0 auto !important; 2365 padding:0; 2366 float:none; 2367 text-align: left; 2368 clear: both; 2369 } 2370 #content { 2373 ------------------------------------------------------------------------------------ */ 2374 @media screen and (max-width: 1000px) { 2375 #header { 2376 display: block; 2371 2377 width: 100%; 2372 padding-top: .5em; 2373 } 2374 } 2375 @media screen and (max-width: 720px) { 2376 .smallscreen { display: none; } 2377 #info-box2 { float:none; } 2378 #help-button { 2379 height:26px; 2380 width:26px; 2381 background-color: #A2CBE9; 2382 padding: 0; 2378 text-align: right; 2379 background: #333; 2380 } 2381 #header h1, #header h1 a { 2382 width: 120px; 2383 padding: 0; 2384 margin: 0; 2385 } 2386 h1, #top-info-blog { 2387 display: inline-block; 2388 vertical-align: top; 2389 margin-right: 1em; 2390 } 2391 #top-info-user { 2392 display: block; 2393 width: 100%; 2394 background: #676e78; 2395 padding-right: 0; 2396 } 2397 #top-info-user li:last-child { 2398 padding-right: 1em; 2399 } 2400 #top-info-user a.active { 2401 padding: 2px 8px; 2402 } 2403 .three-boxes, .three-boxes .box, 2404 .three-boxes:first-child, .three-boxes.first-child, 2405 .three-boxes:last-child, .three-boxes.last-child, 2406 .two-cols .col70, .two-cols .col30 { 2407 width: 100%; 2408 margin-left: 0; 2409 margin-right: 0; 2410 } 2411 } 2412 @media screen and (max-width: 700px) { 2413 #help-button { 2414 height:26px; 2415 width:26px; 2416 background-color: #A2CBE9; 2417 padding: 0; 2383 2418 margin: 0; 2384 2419 font-size: 10px; font-size: 1rem; 2385 2420 line-height: 68px; 2386 2421 overflow: hidden; 2387 } 2388 .one-box, .two-boxes, .three-boxes { 2422 } 2423 #content.with-help #help-button { 2424 top: 77px; 2425 } 2426 } 2427 @media screen and (max-width: 600px) { 2428 #header h1, #header h1 a { 2429 width: 42px !important; 2430 height: 42px; 2431 } 2432 h1 a:link { 2433 background: transparent url(dc_logos/b-dotclear120.png) no-repeat -180px 6px; 2434 border-right: 1px solid #ccc; 2435 } 2436 h1 a:hover, h1 a:focus { 2437 background: url(dc_logos/b-dotclear120.png) no-repeat -180px -94px; 2438 border-right: 1px solid #A2CBE9; 2439 } 2440 #wrapper, #main, #main-menu { 2441 display: block; 2442 float: none; 2443 width: 100%; 2444 margin: 0; 2445 } 2446 #main-menu a { 2447 display: block; 2448 width: 100%; 2449 } 2450 #main-menu h3 a { 2451 display: inline; 2452 } 2453 #content { 2454 margin: 0; 2455 padding: 0 .5em; 2456 } 2457 #collapser { 2458 display: none; 2459 } 2460 #main #content > h2 { 2461 margin: 0; 2462 padding: 6px 0; 2463 } 2464 .one-box, .two-boxes, 2465 .one-box .box, .two-boxes .box, 2466 .two-boxes:first-child, .two-boxes.odd, .two-boxes.odd:last-child, 2467 .two-boxes.even:last-child, .two-boxes.even, 2468 .two-cols .col { 2389 2469 width: 100%; 2390 2470 margin-left: 0; … … 2392 2472 } 2393 2473 } 2394 @media screen and (max-width: 492px) { 2395 #header { height: 36px; height: 3.6rem; } 2396 #wrapper { font-size: 16px; font-size: 1.6rem; } 2397 .page-title, #info-boxes { display: inline-block; } 2398 #info-box1 select { 2399 width: 120px; width: 12rem; 2400 margin-right: .6rem; 2401 } 2402 #info-box1 p.nomobile, label.nomobile { display: none; } 2403 } 2404 */ 2474 @media screen and (max-width: 500px) { 2475 h1, h1 a { 2476 padding: 0; 2477 border-right: #333 !important; 2478 } 2479 #top-info-blog label, .nomobile { 2480 display: none; 2481 } 2482 #top-info-blog select { 2483 margin-bottom: .5em; 2484 margin-right: 0 !important; 2485 } 2486 #top-info-blog p { 2487 display: block; 2488 } 2489 #dashboard-boxes .box { /* a revoir quand le dashboard sera fini */ 2490 margin: 10px 0; 2491 min-width: 280px; 2492 width: 280px; 2493 } 2494 #content.with-help #help-button { 2495 top: 101px; 2496 } 2497 }
Note: See TracChangeset
for help on using the changeset viewer.