Changeset 3517:7db06cb5e221
- Timestamp:
- 01/14/17 15:38:01 (9 years ago)
- Branch:
- default
- Location:
- admin
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3516 r3517 860 860 .entry-status img.img_select_option { 861 861 padding-left: 4px; 862 vertical-align: text-top; }862 vertical-align: -1px; } 863 863 864 864 h4 label, … … 1087 1087 padding: 0; 1088 1088 background: transparent; } 1089 1090 input + input[type=checkbox] { 1091 margin-left: .33em; } 1092 1093 a input { 1094 margin-right: .33em; } 1089 1095 1090 1096 input[type=file] { … … 1187 1193 a.button { 1188 1194 vertical-align: middle; } 1189 1190 button,1191 input[type=button],1192 input[type=reset],1193 input[type=submit] {1194 -webkit-appearance: button; }1195 1195 1196 1196 /* Boutons javascript (dépliage/repliage, …) */ … … 1936 1936 td.status { 1937 1937 vertical-align: middle; } 1938 td.status img {1939 margin-bottom: -2px; }1940 1938 td.status a { 1941 1939 border: none; } … … 2925 2923 2926 2924 .pw-very-weak .bar { 2927 background: # b33630;2925 background: #c44d58; 2928 2926 width: 30px; } 2929 2927 2930 2928 .pw-weak .bar { 2931 background: # b33630;2929 background: #e1732c; 2932 2930 width: 60px; } 2933 2931 … … 2937 2935 2938 2936 .pw-strong .bar { 2939 background: # 9bca1c;2937 background: #cdad12; 2940 2938 width: 120px; } 2941 2939 2942 2940 .pw-very-strong .bar { 2943 background: #9 bca1c;2941 background: #9ac123; 2944 2942 width: 150px; } 2945 2943 -
admin/style/scss/partials/_buttons.scss
r3513 r3517 35 35 vertical-align: middle; 36 36 } 37 38 button,39 input[type=button],40 input[type=reset],41 input[type=submit] {42 -webkit-appearance: button;43 }44 45 37 46 38 /* Boutons javascript (dépliage/repliage, …) */ -
admin/style/scss/partials/_classes.scss
r3439 r3517 59 59 60 60 .pw-very-weak .bar { 61 background: # b33630;61 background: #c44d58; 62 62 width: 30px; 63 63 } 64 64 65 65 .pw-weak .bar { 66 background: # b33630;66 background: #e1732c; 67 67 width: 60px; 68 68 } … … 74 74 75 75 .pw-strong .bar { 76 background: # 9bca1c;76 background: #cdad12; 77 77 width: 120px; 78 78 } 79 79 80 80 .pw-very-strong .bar { 81 background: #9 bca1c;81 background: #9ac123; 82 82 width: 150px; 83 83 } -
admin/style/scss/partials/_forms.scss
r3439 r3517 119 119 background: transparent; 120 120 } 121 input + input[type=checkbox] { 122 // Used for js expand/hide (lists, options, ...) 123 margin-left: .33em; 124 } 125 a input { 126 // Used for js expand/hide (lists, options, ...) 127 margin-right: .33em; 128 } 121 129 122 130 input[type=file] { -
admin/style/scss/partials/_markup.scss
r3513 r3517 62 62 .entry-status img.img_select_option { 63 63 padding-left: 4px; 64 vertical-align: text-top;64 vertical-align: -1px; 65 65 } 66 66 -
admin/style/scss/partials/_tables.scss
r3439 r3517 54 54 td.status { 55 55 vertical-align: middle; 56 img {57 margin-bottom: -2px;58 }59 56 a { 60 57 border: none;
Note: See TracChangeset
for help on using the changeset viewer.