Projet

Général

Profil

Révision 0a17cb7f

Ajouté par Assos Assos il y a plus de 5 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
* {-webkit-overflow-scrolling: touch;}
26

  
25 27
body.adminimal-theme * {
26
  -moz-box-sizing: inherit;
27
  -webkit-box-sizing: inherit;
28
  box-sizing: inherit;
29 28
  -webkit-font-smoothing: antialiased;
30 29
  -moz-osx-font-smoothing: grayscale;
31 30
}
32 31

  
32
body.adminimal-theme .panel-panel {
33
  -moz-box-sizing: border-box;
34
  -webkit-box-sizing: border-box;
35
  box-sizing: border-box;
36
}
37

  
33 38
body {
34 39
  color: #000;
35 40
  background: #fff;
......
1771 1776
}
1772 1777

  
1773 1778
.ui-widget table th {
1774
  text-align: center;
1775 1779
  font-weight: bold;
1776 1780
  font-size: 12px;
1777 1781
}
......
1781 1785
  background: white;
1782 1786
  padding: 0;
1783 1787
  margin: 0;
1788
  width: auto;
1784 1789
}
1785 1790

  
1786
.ui-widget table thead th {
1791
.ui-widget table thead th,
1792
.mac .ui-widget table thead th {
1787 1793
  background: #555;
1788 1794
  color: white;
1789 1795
}
......
2023 2029
    color: #111;
2024 2030
    border: none;
2025 2031
    font-size: 16px;
2026
    line-height: 8px;
2027 2032
    margin: 0;
2028 2033
    padding: 10px 20px;
2029 2034
}
......
3047 3052
  text-align: left;
3048 3053
}
3049 3054

  
3050

  
3051 3055
/**
3052 3056
 * Hide dummy checkbox in Fast Permissions Administration (FPA) see #2653436.
3053 3057
 * by @rcodina.
3054 3058
 */
3055
.fpa-container .dummy-checkbox {
3059
.adminimal-theme .fpa-container .dummy-checkbox {
3056 3060
  display: none !important;
3057 3061
}
3062

  
3063
.adminimal-theme.page-admin-reports-dblog #block-system-help .content {
3064
  margin-bottom: 3em;
3065
}
3066

  
3067
/* Fix Views main-content display issue see #1820494 */
3068
body.page-admin-structure-views-view #content-wrapper #main-content {
3069
  display: initial;
3070
}

Formats disponibles : Unified diff