| 1 |
/* |
| 2 |
Document : admin-wpbm-listing |
| 3 |
Created on : 09.02.2014, 11:38:06 |
| 4 |
Author : wpdevelop |
| 5 |
Description: Listing Table CSS |
| 6 |
*/ |
| 7 |
|
| 8 |
/* Header */ |
| 9 |
.wpbm-listing-header { |
| 10 |
background: #e4e4e4; /* for non-css3 browsers */ |
| 11 |
border: 1px solid #C6C6C6; |
| 12 |
border-bottom-color: #CCC; |
| 13 |
border-radius: 4px 4px 0 0; |
| 14 |
-moz-border-radius: 4px 4px 0 0; |
| 15 |
-webkit-border-radius: 4px 4px 0 0; |
| 16 |
-ms-border-radius: 4px 4px 0 0; |
| 17 |
color: #333; |
| 18 |
font-size: 12px; |
| 19 |
font-weight: 600; |
| 20 |
margin: 0; |
| 21 |
padding: 2px 0px; |
| 22 |
text-shadow: 0 1px 1px #F5F5F5; |
| 23 |
} |
| 24 |
|
| 25 |
/* Row */ |
| 26 |
.wpbm-listing-row { |
| 27 |
border: 1px solid #C6C6C6; |
| 28 |
border-top: none; |
| 29 |
margin: 0px; |
| 30 |
padding: 0px; |
| 31 |
} |
| 32 |
.wpbm-listing-row.row_alternative_color.row, |
| 33 |
.wpbm-listing-row.row_alternative_color { |
| 34 |
background: #F7F7F7; |
| 35 |
} |
| 36 |
.wpbm-listing-row.row.row_selected_color { |
| 37 |
background: #9cf; |
| 38 |
border-color: #aaa !important; |
| 39 |
} |
| 40 |
.wpbm-listing-row.wpbm-listing-last_row { |
| 41 |
border-radius: 0 0 4px 4px; |
| 42 |
-moz-border-radius: 0 0 4px 4px; |
| 43 |
-webkit-border-radius: 0 0 4px 4px; |
| 44 |
-ms-border-radius: 0 0 4px 4px; |
| 45 |
} |
| 46 |
|
| 47 |
/* Columns */ |
| 48 |
.wpbm-listing-collumn { |
| 49 |
margin: 5px 0px 2px; |
| 50 |
} |
| 51 |
.wpbm-listing-collumn .field-id { |
| 52 |
|
| 53 |
color: #999; |
| 54 |
font-size: 10px; |
| 55 |
font-weight: 600; |
| 56 |
text-align: right; |
| 57 |
|
| 58 |
/* background-color: #777; |
| 59 |
border: 1px solid #FFF; |
| 60 |
border-radius: 10px 10px 10px 10px; |
| 61 |
box-shadow: 0 0 2px #888; |
| 62 |
color: #EEE; |
| 63 |
font-size: 9px; |
| 64 |
font-weight: 600; |
| 65 |
padding: 2px 4px; |
| 66 |
text-shadow: 0 0 3px #333;*/ |
| 67 |
} |
| 68 |
.wpbm-listing-collumn .field-id span.label { |
| 69 |
border-radius: 10px; |
| 70 |
-moz-border-radius: 10px; |
| 71 |
-webkit-border-radius: 10px; |
| 72 |
background: #bbb; |
| 73 |
color: #fff; |
| 74 |
margin: 0; |
| 75 |
padding: 2px 5px; |
| 76 |
background: #888; |
| 77 |
border:none; |
| 78 |
line-height:2.8em; |
| 79 |
} |
| 80 |
.wpbm-listing-collumn.field-system-info { |
| 81 |
font-size: 9px; |
| 82 |
font-style: italic; |
| 83 |
line-height: 1.2em; |
| 84 |
text-align: left; |
| 85 |
text-shadow: 0 -1px 0 #eee; |
| 86 |
white-space: nowrap; |
| 87 |
padding: 2em 5px 0; |
| 88 |
text-align: right; |
| 89 |
color: #777; |
| 90 |
} |
| 91 |
.wpbm-listing-collumn.field-system-info .field-creation-date { |
| 92 |
font-weight: 600; |
| 93 |
} |
| 94 |
/* Checkbox */ |
| 95 |
.wpbm-listing-collumn .field-checkbox { |
| 96 |
vertical-align: middle; |
| 97 |
} |
| 98 |
|
| 99 |
/* Main Content */ |
| 100 |
.wpbm-listing-collumn.field-content, |
| 101 |
.wpbm-listing-collumn .standard-content-form { |
| 102 |
text-align: left; |
| 103 |
word-wrap: break-word; |
| 104 |
line-height: 1.7em; |
| 105 |
} |
| 106 |
/* Data Titles style - Yellow Values*/ |
| 107 |
.wpbm-listing-collumn .fieldvalue { |
| 108 |
background: #FE9; |
| 109 |
color: #333; |
| 110 |
font-size: 0.9em; |
| 111 |
font-weight: 400; |
| 112 |
margin: 0 3px 0 0; |
| 113 |
padding: 2px 3px; |
| 114 |
border-radius: 3px; |
| 115 |
-moz-border-radius: 3px; |
| 116 |
-webkit-border-radius: 3px; |
| 117 |
/* text-shadow: 0 1px 1px #EEE;*/ |
| 118 |
} |
| 119 |
|
| 120 |
/* Labels Colors */ |
| 121 |
.wpbm-listing-collumn .label { |
| 122 |
border: 1px solid #EEEEEE; |
| 123 |
box-shadow: 0 0 1px #ddd; |
| 124 |
padding: 2px 5px; |
| 125 |
white-space: nowrap; |
| 126 |
line-height: 2.4em; |
| 127 |
} |
| 128 |
.wpbm-listing-collumn .label span, |
| 129 |
.wpbm-listing-collumn .label a, |
| 130 |
.wpbm-listing-collumn .label a:hover{ |
| 131 |
color:#fff; |
| 132 |
text-decoration: none; |
| 133 |
} |
| 134 |
.wpbm-listing-collumn .label-pending { |
| 135 |
background: #FFBB45; |
| 136 |
} |
| 137 |
.wpbm-listing-collumn .label-approved { |
| 138 |
background: #9BE; |
| 139 |
} |
| 140 |
.wpbm-listing-collumn .label-trash { |
| 141 |
background: #D94A48; |
| 142 |
color: #fff; |
| 143 |
text-shadow: 0 0 1px #E00; |
| 144 |
} |
| 145 |
.wpbm-listing-collumn .label-success { |
| 146 |
|
| 147 |
} |
| 148 |
.wpbm-listing-collumn .label-unknown { |
| 149 |
background-color: #999 !important; |
| 150 |
} |
| 151 |
.wpbm-listing-collumn .label-error { |
| 152 |
background-color: #FA773D !important; |
| 153 |
} |
| 154 |
.wpbm-listing-collumn .payment-label-success { |
| 155 |
background-color: #468847 !important; |
| 156 |
} |
| 157 |
.wpbm-listing-collumn .payment-label-pending { |
| 158 |
background-color: #992 !important; |
| 159 |
} |
| 160 |
.wpbm-listing-collumn .payment-label-unknown { |
| 161 |
background-color: #999 !important; |
| 162 |
} |
| 163 |
.wpbm-listing-collumn .payment-label-error { |
| 164 |
background-color: #FA773D !important; |
| 165 |
} |
| 166 |
|
| 167 |
/* Pagination */ |
| 168 |
.wpbm-pagination .button{ |
| 169 |
box-shadow: none; |
| 170 |
height: 32px; |
| 171 |
line-height: 30px; |
| 172 |
margin: 0 0 5px; |
| 173 |
padding: 0 15px; |
| 174 |
} |
| 175 |
.wpdevelop.wpbm-pagination .container-fluid .row .btn-toolbar .btn-group > .button.disabled { |
| 176 |
box-shadow: none !important; |
| 177 |
} |
| 178 |
.wpdevelop.wpbm-pagination .btn-toolbar .btn-group > .button.active { |
| 179 |
box-shadow: 0 1px 5px -4px rgba(0, 0, 0, 0.5) inset; |
| 180 |
font-weight: 600; |
| 181 |
} |
| 182 |
|
| 183 |
@media (max-width: 782px) { |
| 184 |
.wpbm-listing-header .wpbm-listing-collumn { |
| 185 |
font-size: 1.2em; |
| 186 |
line-height: 2.2em; |
| 187 |
margin:0; |
| 188 |
} |
| 189 |
.wpbm-listing-header .wpbm-listing-collumn input[type=checkbox] { |
| 190 |
margin:-4px 0 0; |
| 191 |
} |
| 192 |
.wpbm-listing-collumn.field-system-info { |
| 193 |
padding:0 5px; |
| 194 |
} |
| 195 |
/* Pagination */ |
| 196 |
.wpbm-pagination .button { |
| 197 |
font-size: 14px; |
| 198 |
height: 36px; |
| 199 |
line-height: 34px; |
| 200 |
margin: 0 0 5px; |
| 201 |
padding: 0 16px; |
| 202 |
} |
| 203 |
} |
| 204 |
|
| 205 |
|
| 206 |
|
| 207 |
/* C U S T O M ****************************************************************/ |
| 208 |
|
| 209 |
/* New Label */ |
| 210 |
.wpbm-listing-collumn.new-label { |
| 211 |
margin: 5px 0 0 -32px; |
| 212 |
position: absolute !important; |
| 213 |
} |
| 214 |
.wpbm-listing-collumn.new-label a{ |
| 215 |
font-size:13px; |
| 216 |
} |
| 217 |
.wpbm-listing-collumn.new-label a i.glyphicon{ |
| 218 |
color:#8ac; |
| 219 |
} |
| 220 |
/* Dates */ |
| 221 |
.wpbm-listing-collumn.field-dates .field-bookingmanager-date, |
| 222 |
.wpbm-listing-collumn.field-dates .field-bookingmanager-date:hover { |
| 223 |
background: none repeat scroll 0 0 #FFBB45; |
| 224 |
border: 1px solid #EEE; |
| 225 |
border-radius: 5px 5px 5px 5px; |
| 226 |
box-shadow: 0 0 1px #CCC; |
| 227 |
color: #FFF; |
| 228 |
font-weight: 600; |
| 229 |
padding: 4px 10px 4px; |
| 230 |
text-decoration: none; |
| 231 |
text-shadow: 0 0px 0 #CCC; |
| 232 |
white-space: nowrap; |
| 233 |
font-size: 0.85em; |
| 234 |
line-height: 2.5em; |
| 235 |
} |
| 236 |
.wpbm-listing-collumn.field-dates .field-bookingmanager-date.approved, |
| 237 |
.wpbm-listing-collumn.field-dates .field-bookingmanager-date.approved:hover { |
| 238 |
background: none repeat scroll 0 0 #9BE; |
| 239 |
} |
| 240 |
.wpbm-listing-collumn.field-dates .field-bookingmanager-time { |
| 241 |
color: #555; |
| 242 |
text-decoration: none; |
| 243 |
text-shadow: 0 0 1px #AAA; |
| 244 |
} |
| 245 |
.wpbm-listing-collumn.field-dates .date_tire { |
| 246 |
font-size: 17px; |
| 247 |
font-weight: 600; |
| 248 |
} |
| 249 |
.wpbm-listing-collumn.field-dates .bookingmanager_dates_small, |
| 250 |
.wpbm-listing-collumn.field-dates .bookingmanager_dates_full { |
| 251 |
line-height: 24px; |
| 252 |
} |
| 253 |
.wpbm-listing-collumn.field-dates .date_from_dif_type { |
| 254 |
color: #FFF; |
| 255 |
text-shadow: 0 -1px 0 #BBB; |
| 256 |
} |
| 257 |
/* Actions buttons */ |
| 258 |
.wpbm-listing-collumn.field-action-buttons { |
| 259 |
padding-right: 2px; |
| 260 |
} |
| 261 |
.wpbm-listing-collumn.field-action-buttons a.button { |
| 262 |
margin:0 5px 5px 0; |
| 263 |
} |
| 264 |
.wpbm-listing-collumn .glyphicon.red_icon_color { |
| 265 |
color:#d54e21; |
| 266 |
} |
| 267 |
.wpbm-listing-collumn .wpbm-buttons-separator { |
| 268 |
margin-right: 15px; |
| 269 |
} |
| 270 |
.wpbm_free .wpbm-listing-collumn .wpbm-buttons-separator { |
| 271 |
margin-right: 0px; |
| 272 |
} |
| 273 |
/* Cost Group */ |
| 274 |
.wpbm-listing-collumn.field-action-buttons .cost-fields-group { |
| 275 |
float:left; |
| 276 |
} |
| 277 |
.wpbm-listing-collumn.field-action-buttons .cost-fields-group .field-currency { |
| 278 |
color: #444; |
| 279 |
display: inline; |
| 280 |
font-size: 15px; |
| 281 |
font-weight: 600; |
| 282 |
line-height: 26px; |
| 283 |
height: 26px; |
| 284 |
padding:0; |
| 285 |
vertical-align: top; |
| 286 |
} |
| 287 |
.wpbm-listing-collumn.field-action-buttons .cost-fields-group.control-group .btn-toolbar .input-group > input[type="text"].field-bookingmanager-cost { |
| 288 |
display: inline-block; |
| 289 |
margin: 0 5px 5px 0; |
| 290 |
width: 75px; |
| 291 |
font-weight: 600; |
| 292 |
border-radius: 2px; |
| 293 |
-moz-border-radius: 2px; |
| 294 |
-webkit-border-radius: 2px; |
| 295 |
} |
| 296 |
.wpbm-listing-collumn.field-action-buttons select.wpbm-select-locale { |
| 297 |
display: none; |
| 298 |
margin: 0 5px 5px 0; |
| 299 |
} |
| 300 |
.wpbm_free .wpbm-listing-collumn.field-system-info { |
| 301 |
padding:0 5px; |
| 302 |
margin-top:-0.5em; |
| 303 |
} |
| 304 |
/* Columns customizations - labels header */ |
| 305 |
#listing_visible_wpbm .wpbm-listing-header .wpbm_column_3 { |
| 306 |
white-space: nowrap; |
| 307 |
} |
| 308 |
|
| 309 |
.label_resource_not_exist { |
| 310 |
color: #000; |
| 311 |
font-weight: 600; |
| 312 |
text-shadow: 0 1px 0 #59D; |
| 313 |
text-transform: none; |
| 314 |
} |
| 315 |
.wpbm-listing-row .bookingmanager_row_modification_element { |
| 316 |
display: none; |
| 317 |
clear: both; |
| 318 |
width: 100%; |
| 319 |
} |
| 320 |
.wpbm-listing-row .bookingmanager_row_modification_element_changing_resource { |
| 321 |
height: auto; |
| 322 |
} |
| 323 |
.wpbm-listing-row .bookingmanager_row_modification_element .btn-save-cost, |
| 324 |
.wpbm-listing-row .bookingmanager_row_modification_element.bookingmanager_edit_note a, |
| 325 |
.wpbm-listing-row .bookingmanager_row_modification_element select{ |
| 326 |
float: left; |
| 327 |
margin: 0 0 5px 5px; |
| 328 |
} |
| 329 |
#hided_boking_modifications_elements, |
| 330 |
.hided_boking_modifications_elements { /* FixIn:5.4.5.1 */ |
| 331 |
display: none; |
| 332 |
} |
| 333 |
|
| 334 |
@media (max-width: 782px) { |
| 335 |
/* New Label */ |
| 336 |
.wpbm-listing-collumn.new-label { |
| 337 |
margin: 7px 0 0 -26px; |
| 338 |
position: absolute !important; |
| 339 |
} |
| 340 |
/* Dates */ |
| 341 |
.wpbm-listing-collumn .field-id.text-center, |
| 342 |
.wpbm-listing-collumn .bookingmanager-labels.text-center, |
| 343 |
.wpbm-listing-collumn.bookingmanager-dates.text-center{ |
| 344 |
text-align: left; |
| 345 |
} |
| 346 |
.wpbm-listing-collumn.field-action-buttons .control-group a.button { |
| 347 |
height: 34px; |
| 348 |
} |
| 349 |
/* Cost Group */ |
| 350 |
.wpbm-listing-collumn.field-action-buttons .cost-fields-group .field-currency { |
| 351 |
line-height: 34px; |
| 352 |
height: 34px; |
| 353 |
font-size: 18px; |
| 354 |
} |
| 355 |
.wpbm-listing-collumn.field-action-buttons .cost-fields-group.control-group .btn-toolbar .input-group > input[type="text"].field-bookingmanager-cost { |
| 356 |
padding: 2px 5px; |
| 357 |
} |
| 358 |
} |
| 359 |
|