diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 86bee7b6d5..62ba78cd31 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
| @@ -270,6 +270,17 @@ thead .add-del-layers { width: 124px; } | |||
| 270 | box-shadow: 0 0 10px #c09853; | 270 | box-shadow: 0 0 10px #c09853; |
| 271 | } | 271 | } |
| 272 | 272 | ||
| 273 | #change-notification { | ||
| 274 | position: fixed; | ||
| 275 | z-index: 101; | ||
| 276 | top: 3%; | ||
| 277 | left: 20%; | ||
| 278 | right: 20%; | ||
| 279 | -webkit-box-shadow: 0 0 10px #3a87ad; | ||
| 280 | -moz-box-shadow: 0 0 10px #3a87ad; | ||
| 281 | box-shadow: 0 0 10px #3a87ad; | ||
| 282 | } | ||
| 283 | |||
| 273 | /* Copied in from newer version of Font-Awesome 4.3.0 */ | 284 | /* Copied in from newer version of Font-Awesome 4.3.0 */ |
| 274 | .fa-spin { | 285 | .fa-spin { |
| 275 | -webkit-animation: fa-spin 2s infinite linear; | 286 | -webkit-animation: fa-spin 2s infinite linear; |
| @@ -310,3 +321,10 @@ thead .add-del-layers { width: 124px; } | |||
| 310 | .top-padded { | 321 | .top-padded { |
| 311 | padding-top: 60px; | 322 | padding-top: 60px; |
| 312 | } | 323 | } |
| 324 | |||
| 325 | input.input-lg { | ||
| 326 | font-size: 18px; | ||
| 327 | height: 22px; | ||
| 328 | line-height: 1.33333; | ||
| 329 | padding: 10px 16px; | ||
| 330 | } | ||
