Dotclear

Changeset 3517:7db06cb5e221


Ignore:
Timestamp:
01/14/17 15:38:01 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Minor CSS enhancements

Location:
admin
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • admin/style/default.css

    r3516 r3517  
    860860.entry-status img.img_select_option { 
    861861  padding-left: 4px; 
    862   vertical-align: text-top; } 
     862  vertical-align: -1px; } 
    863863 
    864864h4 label, 
     
    10871087  padding: 0; 
    10881088  background: transparent; } 
     1089 
     1090input + input[type=checkbox] { 
     1091  margin-left: .33em; } 
     1092 
     1093a input { 
     1094  margin-right: .33em; } 
    10891095 
    10901096input[type=file] { 
     
    11871193a.button { 
    11881194  vertical-align: middle; } 
    1189  
    1190 button, 
    1191 input[type=button], 
    1192 input[type=reset], 
    1193 input[type=submit] { 
    1194   -webkit-appearance: button; } 
    11951195 
    11961196/* Boutons javascript (dépliage/repliage, …) */ 
     
    19361936td.status { 
    19371937  vertical-align: middle; } 
    1938   td.status img { 
    1939     margin-bottom: -2px; } 
    19401938  td.status a { 
    19411939    border: none; } 
     
    29252923 
    29262924.pw-very-weak .bar { 
    2927   background: #b33630; 
     2925  background: #c44d58; 
    29282926  width: 30px; } 
    29292927 
    29302928.pw-weak .bar { 
    2931   background: #b33630; 
     2929  background: #e1732c; 
    29322930  width: 60px; } 
    29332931 
     
    29372935 
    29382936.pw-strong .bar { 
    2939   background: #9bca1c; 
     2937  background: #cdad12; 
    29402938  width: 120px; } 
    29412939 
    29422940.pw-very-strong .bar { 
    2943   background: #9bca1c; 
     2941  background: #9ac123; 
    29442942  width: 150px; } 
    29452943 
  • admin/style/scss/partials/_buttons.scss

    r3513 r3517  
    3535     vertical-align: middle; 
    3636} 
    37  
    38 button, 
    39 input[type=button], 
    40 input[type=reset], 
    41 input[type=submit] { 
    42      -webkit-appearance: button; 
    43 } 
    44  
    4537 
    4638/* Boutons javascript (dépliage/repliage, …) */ 
  • admin/style/scss/partials/_classes.scss

    r3439 r3517  
    5959 
    6060.pw-very-weak .bar { 
    61      background: #b33630; 
     61     background: #c44d58; 
    6262     width: 30px; 
    6363} 
    6464 
    6565.pw-weak .bar { 
    66      background: #b33630; 
     66     background: #e1732c; 
    6767     width: 60px; 
    6868} 
     
    7474 
    7575.pw-strong .bar { 
    76      background: #9bca1c; 
     76     background: #cdad12; 
    7777     width: 120px; 
    7878} 
    7979 
    8080.pw-very-strong .bar { 
    81      background: #9bca1c; 
     81     background: #9ac123; 
    8282     width: 150px; 
    8383} 
  • admin/style/scss/partials/_forms.scss

    r3439 r3517  
    119119     background: transparent; 
    120120} 
     121input + input[type=checkbox] { 
     122     // Used for js expand/hide (lists, options, ...) 
     123     margin-left: .33em; 
     124} 
     125a input { 
     126     // Used for js expand/hide (lists, options, ...) 
     127     margin-right: .33em; 
     128} 
    121129 
    122130input[type=file] { 
  • admin/style/scss/partials/_markup.scss

    r3513 r3517  
    6262.entry-status img.img_select_option { 
    6363     padding-left: 4px; 
    64      vertical-align: text-top; 
     64     vertical-align: -1px; 
    6565} 
    6666 
  • admin/style/scss/partials/_tables.scss

    r3439 r3517  
    5454td.status { 
    5555     vertical-align: middle; 
    56      img { 
    57           margin-bottom: -2px; 
    58      } 
    5956     a { 
    6057          border: none; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map