| 1 |
/* form */ |
| 2 |
.itemTitle { |
| 3 |
margin: 0; |
| 4 |
} |
| 5 |
.itemTitle.fleft { |
| 6 |
float: left; |
| 7 |
} |
| 8 |
.toggle-btn { |
| 9 |
float: right; |
| 10 |
position: relative; |
| 11 |
top: -10px; |
| 12 |
width: 36px; |
| 13 |
height: 36px; |
| 14 |
margin: 0; |
| 15 |
padding: 0; |
| 16 |
border: 0; |
| 17 |
background: 0 0; |
| 18 |
cursor: pointer; |
| 19 |
outline: none; |
| 20 |
} |
| 21 |
.toggle-indicator { |
| 22 |
color: #72777c; |
| 23 |
display: inline-block; |
| 24 |
-webkit-font-smoothing: antialiased; |
| 25 |
-moz-osx-font-smoothing: grayscale; |
| 26 |
text-decoration: none!important; |
| 27 |
outline: none; |
| 28 |
} |
| 29 |
.itemDetail { |
| 30 |
background: #fff; |
| 31 |
border: 1px solid #ccc; |
| 32 |
padding: 15px; |
| 33 |
margin: 15px 10px 10px 0; |
| 34 |
min-height: 15px; |
| 35 |
word-break: break-word; |
| 36 |
} |
| 37 |
.collapsible { |
| 38 |
clear: both; |
| 39 |
} |
| 40 |
.howto { |
| 41 |
margin: 10px 0 0; |
| 42 |
padding: 2px 10px; |
| 43 |
min-height: 45px; |
| 44 |
font-style: normal; |
| 45 |
border-left: solid; |
| 46 |
border-left-width: 5px; |
| 47 |
border-left-color: #00a0d2; |
| 48 |
background-color: white; |
| 49 |
} |
| 50 |
.howto .title-wrap { |
| 51 |
float: left; |
| 52 |
margin: 5px 0 15px; |
| 53 |
} |
| 54 |
.howto .title { |
| 55 |
margin: 0; |
| 56 |
} |
| 57 |
.howto .subtitle { |
| 58 |
margin: 0; |
| 59 |
padding: 0; |
| 60 |
font-weight: 100; |
| 61 |
font-style: italic; |
| 62 |
color: #72777c; |
| 63 |
} |
| 64 |
.howto .toggle-btn { |
| 65 |
top: -4px; |
| 66 |
left: 10px; |
| 67 |
} |
| 68 |
.howto-wrap { |
| 69 |
clear: both; |
| 70 |
width: 100%; |
| 71 |
} |
| 72 |
.form-table { |
| 73 |
margin-top: 20px; |
| 74 |
} |
| 75 |
.form-table tr { |
| 76 |
vertical-align: top; |
| 77 |
} |
| 78 |
.form-table p.notes, |
| 79 |
.form-table p code { |
| 80 |
font-size: 12px !important; |
| 81 |
} |
| 82 |
.form-table p.notes { |
| 83 |
color: #666; |
| 84 |
} |
| 85 |
.form-table.rules { |
| 86 |
margin-top: 0; |
| 87 |
} |
| 88 |
.form-table.rules th { |
| 89 |
width: 175px; |
| 90 |
} |
| 91 |
.ui-dialog .form-table.rules th, |
| 92 |
.ui-dialog .form-table.rules td { |
| 93 |
padding: 5px 0px; |
| 94 |
} |
| 95 |
.rules-list { |
| 96 |
width: 100%; |
| 97 |
margin-bottom: 10px; |
| 98 |
} |
| 99 |
.rules-list tr.header th { |
| 100 |
background-color: #f1f1f1; |
| 101 |
} |
| 102 |
.rules-list tbody .rule:nth-child(even) td { |
| 103 |
background-color: #f9f9f9; |
| 104 |
} |
| 105 |
#rules-list, |
| 106 |
#queue { |
| 107 |
margin-bottom: 20px; |
| 108 |
} |
| 109 |
#rules-list h4 { |
| 110 |
margin: 20px 0 10px; |
| 111 |
font-size: 1.2em; |
| 112 |
} |
| 113 |
#rules-list .header th, |
| 114 |
#rules-list .rule td { |
| 115 |
padding: 4px; |
| 116 |
} |
| 117 |
#rules-list .rule td { |
| 118 |
margin: 0; |
| 119 |
border-bottom: 1px solid #ccc; |
| 120 |
} |
| 121 |
#rules-list .type { |
| 122 |
width: 80px; |
| 123 |
} |
| 124 |
#rules-list .btn { |
| 125 |
width: 55px; |
| 126 |
} |
| 127 |
#rules-list .rule td.btn { |
| 128 |
width: 70px; |
| 129 |
padding: 4px 0 4px 2px; |
| 130 |
} |
| 131 |
.badge { |
| 132 |
padding: 0 5px; |
| 133 |
color: #fff; |
| 134 |
background-color: #00a0d2; |
| 135 |
border-radius: 5px; |
| 136 |
font-size: .8em; |
| 137 |
font-weight: bold; |
| 138 |
text-align: center; |
| 139 |
} |
| 140 |
.badge.manual { |
| 141 |
background-color: #46b450; |
| 142 |
} |
| 143 |
#rules-list .btn span { |
| 144 |
width: 67px; |
| 145 |
text-align: center; |
| 146 |
} |
| 147 |
p.rules-btn { |
| 148 |
margin: 20px 0 0; |
| 149 |
padding: 0; |
| 150 |
} |
| 151 |
.queue { |
| 152 |
table-layout: fixed; |
| 153 |
border-collapse: collapse; |
| 154 |
} |
| 155 |
.queue .job td { |
| 156 |
border-bottom: 1px solid #ccc; |
| 157 |
} |
| 158 |
.queue .status, |
| 159 |
.queue .job td.status { |
| 160 |
width: 45px; |
| 161 |
} |
| 162 |
.queue td.status { |
| 163 |
text-align: center; |
| 164 |
} |
| 165 |
.queue .badge { |
| 166 |
border-radius: 3px; |
| 167 |
cursor: default; |
| 168 |
} |
| 169 |
.badge.new { |
| 170 |
background-color: #666; |
| 171 |
} |
| 172 |
.badge.pending { |
| 173 |
background-color: #00a0d2; |
| 174 |
} |
| 175 |
.badge.done { |
| 176 |
background-color: #46b450; |
| 177 |
} |
| 178 |
.badge.review { |
| 179 |
background-color: #ffb900; |
| 180 |
} |
| 181 |
.badge.review.rule { |
| 182 |
margin-left: 2px; |
| 183 |
} |
| 184 |
.badge.error { |
| 185 |
background-color: #dc3232; |
| 186 |
} |
| 187 |
.badge.unknown { |
| 188 |
color: #666; |
| 189 |
background-color: #ccc; |
| 190 |
} |
| 191 |
.queue .btn { |
| 192 |
width: 86px; |
| 193 |
} |
| 194 |
.queue .button-secondary { |
| 195 |
line-height: 17px; |
| 196 |
height: 19px; |
| 197 |
padding: 0 2px; |
| 198 |
font-size: 8pt; |
| 199 |
} |
| 200 |
.queue .button-secondary.to-right { |
| 201 |
margin-left: 2px; |
| 202 |
} |
| 203 |
.queue .button-secondary a { |
| 204 |
color: #555; |
| 205 |
text-decoration: none; |
| 206 |
} |
| 207 |
.queue .button-secondary a:hover { |
| 208 |
color: #23282d; |
| 209 |
} |
| 210 |
.queue .button-secondary .dashicons { |
| 211 |
position: relative; |
| 212 |
top: 1px; |
| 213 |
font-size: 15px; |
| 214 |
} |
| 215 |
p.submit.left { |
| 216 |
float: left; |
| 217 |
} |
| 218 |
#importSettingsForm { |
| 219 |
float: right; |
| 220 |
text-align: left; |
| 221 |
max-width: 100%; |
| 222 |
margin-top: 20px; |
| 223 |
padding-top: 10px; |
| 224 |
position: relative; |
| 225 |
overflow: hidden; |
| 226 |
} |
| 227 |
#settingsfile { |
| 228 |
padding: 0 2px; |
| 229 |
} |
| 230 |
#settingsfile { |
| 231 |
padding: 0 2px; |
| 232 |
} |
| 233 |
|
| 234 |
/* debug block */ |
| 235 |
#debug { |
| 236 |
clear: both; |
| 237 |
} |
| 238 |
#debug .debug th, |
| 239 |
#debug .debug td { |
| 240 |
padding: 5px 10px; |
| 241 |
font-size: 13px; |
| 242 |
} |
| 243 |
#debug pre { |
| 244 |
margin: 0 0 1em; |
| 245 |
font-size: 12px; |
| 246 |
-moz-tab-size: 4; |
| 247 |
-o-tab-size: 4; |
| 248 |
tab-size: 4; |
| 249 |
white-space: pre-wrap; |
| 250 |
} |
| 251 |
#explain-panel p { |
| 252 |
font-size:120% |
| 253 |
} |
| 254 |
|