Projet

Général

Profil

Révision 9d13637e

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adminimal_theme/css/style.css
22 22
  border: 0;
23 23
}
24 24

  
25
body.adminimal-theme * {
26
  -moz-box-sizing: content-box;
27
  -webkit-box-sizing: content-box;
28
  box-sizing: content-box;
29
}
30

  
25 31
body {
26 32
  color: #000;
27 33
  background: #fff;
......
310 316
 * Tabs.
311 317
 */
312 318
ul.primary {
313
  border-bottom: medium none;
314
  float: right;
319
  border-bottom: 0;
320
  float: left;
321
  clear: both;
315 322
  font-size: 0.923em;
316
  height: 2.6em;
317
  margin: 12px 0 0;
323
  height: auto;
324
  margin: 2px 0 0;
318 325
  padding-top: 0;
319
  text-transform: uppercase;
320 326
}
321 327

  
322 328
ul.primary li {
......
373 379
}
374 380

  
375 381
ul.secondary li {
376
  margin: 0 5px;
377
  float: none;/* LTR */
382
  margin: 5px;
383
  float: left;/* LTR */
378 384
}
379 385

  
380 386
ul.secondary li a {
......
658 664
 */
659 665
.form-item {
660 666
  padding: 0 1em 0 0;
661
  margin: 0 0 20px;
667
  margin-bottom: 1em;
662 668
}
663 669

  
664 670
.filter-wrapper .form-item,div.teaser-checkbox .form-item,.form-item .form-item {
......
681 687
  font-weight: 300;
682 688
  margin: 0;
683 689
  margin: 0 0 10px;
684
  line-height: 40px;
690
  line-height: 1.4;
685 691
  width: initial;
686 692
}
687 693

  
694
.exposed-filters .form-item label {
695
  line-height: 40px;
696
}
697

  
688 698
.form-item label.option {
689 699
  font-size: 16px;
690 700
  text-transform: none;
......
765 775
  background: #fff;
766 776
  color: #333;
767 777
  vertical-align: baseline;
778
  box-sizing: inherit;
779
}
780

  
781
/* Fix webkit select on OS X see issue #2351221 */
782
@media screen and (-webkit-min-device-pixel-ratio:0) {
783
  input.form-autocomplete,input.form-text,input.form-file,textarea.form-textarea,select.form-select {
784
    -webkit-appearance: none;
785
    -webkit-padding-start: 5px;
786
    -webkit-padding-end: 16px;
787
    -webkit-padding-before: 5px;
788
    -webkit-padding-after: 5px;
789
  }
790
  input.form-autocomplete, select.form-select {
791
    background: url('images/select-arrow.svg') no-repeat right 50% #fff;
792
  }
768 793
}
769 794

  
770 795
#module-filter-modules {
......
894 919

  
895 920
input.form-text:focus,input.form-file:focus,textarea.form-textarea:focus,select.form-select:focus {
896 921
  color: #000;
897
  border-color: #0074BD;
922
  border-color: #68A3CF;
923
  outline: 2px solid #C1E0FF;
924
  outline-offset: 0px;
898 925
}
899 926

  
900 927
html.js input.form-autocomplete {
......
1591 1618
input#edit-remove,
1592 1619
input#edit-clear,
1593 1620
a.button.remove,
1594
input[id$="remove-button"],
1621
input[id*="remove-button"],
1595 1622
.page-admin-modules-uninstall input#edit-submit {
1596 1623
  cursor: pointer;
1597 1624
  padding: 6px 10px;
......
1612 1639
input#edit-remove:hover,
1613 1640
input#edit-clear:hover,
1614 1641
a.button.remove:hover,
1615
input[id$="remove-button"]:hover,
1642
input[id*="remove-button"]:hover,
1616 1643
body.page-admin-modules-uninstall input#edit-submit:hover {
1617 1644
  background: #990000;
1618 1645
  border-radius: 0;
......
1624 1651
input#remove-button:active,
1625 1652
input#edit-remove:active,
1626 1653
input#edit-clear:active,
1627
input[id$="remove-button"]:active,
1654
input[id*="remove-button"]:active,
1628 1655
body.page-admin-modules-uninstall input#edit-submit:active {
1629 1656
  box-shadow: 0 2px 2px rgba(0,0,0,0.75) inset;
1630 1657
  background: #333;
......
1843 1870
  font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
1844 1871
  font-size: 23px;
1845 1872
  font-weight: 300;
1873
  line-height: inherit;
1874
  margin-bottom: 0;
1846 1875
  padding: 0.25em 0;
1847 1876
}
1848 1877

  
1878
.views-exposed-form .views-exposed-widget .form-submit {
1879
  /* Add top margin of 34px. */
1880
  margin-top: 2.429em;
1881
}
1882

  
1849 1883
/* Views and Ctools */
1850 1884
.overlay ul.secondary{
1851 1885
  background: none repeat scroll 0 0 transparent;
......
2175 2209
  color: #111;
2176 2210
}
2177 2211

  
2178
.progress .bar {
2212
body.adminimal-theme .progress .bar {
2179 2213
  background: none repeat scroll 0 0 #CCCCCC;
2180 2214
  border: none;
2181 2215
  border-radius: 0;
2182
  margin: 0 0.2em;
2216
  margin: 0 0 0.5em 0;
2217
}
2218

  
2219
body.adminimal-theme .progress .percentage {
2220
  float: right;
2221
  font-size: 26px;
2222
  font-weight: 100;
2223
  line-height: 30px;
2224
}
2225

  
2226
body.adminimal-theme .progress .filled {
2227
  -webkit-transition: 0.5s linear;
2228
  -moz-transition: 0.5s linear;
2229
  -o-transition: 0.5s linear;
2230
  transition: 0.5s linear;
2231
  -webkit-transition-property: width, background-color;
2232
  -moz-transition-property: width, background-color;
2233
  -o-transition-property: width, background-color;
2234
  transition-property: width, background-color;
2183 2235
}
2184 2236

  
2185
.progress .filled, .progress .bar .filled {
2237
body.adminimal-theme .progress .filled,
2238
body.adminimal-theme .progress .bar .filled {
2186 2239
  background: none repeat scroll 0 0 #0074BD !important;
2187 2240
}
2188 2241

  
......
2215 2268

  
2216 2269
.form-textarea-wrapper textarea {
2217 2270
  resize:vertical;
2271
  -moz-box-sizing: border-box;
2272
  -webkit-box-sizing: border-box;
2273
  box-sizing: border-box;
2218 2274
}
2219 2275

  
2220 2276
div.krumo-root {
......
2290 2346

  
2291 2347
body.adminimal-theme .cke_button_on {
2292 2348
  background: #fff;
2293
  box-shadow: none;
2294
  border-bottom: 3px solid #0074BD;
2349
  box-shadow: 0px 3px 0px #0074BD;
2350
  -moz-border-radius: 0;
2351
  -webkit-border-radius: 0;
2352
  border-radius: 0;
2353
}
2354

  
2355
body.adminimal-theme .cke_button_on:hover {
2356
  box-shadow: 0px 3px 0px #0074BD;
2295 2357
}
2296 2358

  
2297 2359
body.adminimal-theme .cke_bottom {
......
2305 2367
  box-shadow: none;
2306 2368
}
2307 2369

  
2308
body.adminimal-theme a.cke_button_on:hover,body.adminimal-theme  a.cke_button_on:focus,body.adminimal-theme  a.cke_button_on:active {
2309
  box-shadow: none;
2370
body.adminimal-theme a.cke_button_on:hover,
2371
body.adminimal-theme a.cke_button_on:focus,
2372
body.adminimal-theme a.cke_button_on:active,
2373
body.adminimal-theme .cke_button:first-child,
2374
body.adminimal-theme .cke_button:last-child {
2375
  -moz-border-radius: 0;
2376
  -webkit-border-radius: 0;
2377
  border-radius: 0;
2310 2378
}
2311 2379

  
2312 2380
body.adminimal-theme a.cke_button_off:hover,
......
2317 2385
  background: #eee;
2318 2386
  box-shadow: none;
2319 2387
  border-color: #0074BD;
2388
  -moz-border-radius: 0;
2389
  -webkit-border-radius: 0;
2390
  border-radius: 0;
2320 2391
}
2321 2392

  
2322 2393
body.adminimal-theme .cke_reset_all label {
......
2440 2511
  border-color: #0A6700;
2441 2512
}
2442 2513

  
2514
body.adminimal-theme a.cke_path_item:hover, body.adminimal-theme a.cke_path_item:focus, body.adminimal-theme a.cke_path_item:active {
2515
  border-radius: 0;
2516
  -moz-border-radius: 0;
2517
  -webkit-border-radius: 0;
2518
  box-shadow: none;
2519
  text-decoration:none;
2520
  text-shadow: none;
2521
}
2522

  
2443 2523
.messages.theme-disabled {
2444 2524
  background: transparent;
2445 2525
  border: none;
......
2486 2566
}
2487 2567

  
2488 2568
body.adminimal-theme .views-ui-dialog #edit-options .collapsible {
2489
  float: unset;
2569
  float: inherit;
2490 2570
  width: auto;
2491 2571
}
2492 2572

  
......
2596 2676
  border-color: #0074BD;
2597 2677
}
2598 2678

  
2599
body.adminimal-theme .chosen-container.chosen-container-active .chosen-drop {
2679
body.adminimal-theme .chosen-container.chosen-container-active .chosen-drop,
2680
body.adminimal-theme .chosen-container-active .chosen-choices {
2600 2681
  border-color: #0074BD;
2601 2682
}
2602 2683

  
......
2604 2685
  background-position: 0px 4px;
2605 2686
}
2606 2687

  
2607
body.adminimal-theme .chosen-container-single .chosen-drop {
2688
body.adminimal-theme .chosen-container-single .chosen-drop,
2689
body.adminimal-theme .chosen-container-multi .chosen-drop {
2608 2690
	border-radius: 0;
2609 2691
	box-shadow: none;
2610 2692
}
......
2615 2697
	box-shadow: none;
2616 2698
	border-radius: 0;
2617 2699
}
2700
body.adminimal-theme .chosen-container-multi .chosen-choices {
2701
  background: #fff;
2702
}
2703
body.adminimal-theme .chosen-container-multi .chosen-choices li.search-choice {
2704
  background: #e3e3e3;
2705
  border-color: #e3e3e3;
2706
}
2707
body.adminimal-theme .chosen-container .chosen-results li.highlighted {
2708
  background: #0074BD;
2709
}
2618 2710

  
2619 2711
body.adminimal-theme .chosen-container .chosen-results li.group-result {
2620 2712
	background: #eaeaea;

Formats disponibles : Unified diff