diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 9acf1e187b..da78f47f85 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
| @@ -22,7 +22,7 @@ | |||
| 22 | .get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; } | 22 | .get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; } |
| 23 | .get-help-red:hover { color: #943A38; cursor: pointer; } | 23 | .get-help-red:hover { color: #943A38; cursor: pointer; } |
| 24 | .build-form>i:first-of-type { margin-left: 5px; } | 24 | .build-form>i:first-of-type { margin-left: 5px; } |
| 25 | .manual { margin: 11px 15px;} | 25 | .manual { margin: 11px 15px 0 11px;} |
| 26 | .heading-help { font-size: 14px; } | 26 | .heading-help { font-size: 14px; } |
| 27 | 27 | ||
| 28 | /* Styles for the external link */ | 28 | /* Styles for the external link */ |
| @@ -163,7 +163,7 @@ table { table-layout: fixed; word-wrap: break-word; } | |||
| 163 | /* Configuration styles */ | 163 | /* Configuration styles */ |
| 164 | .icon-trash { color: #B94A48; font-size: 16px; padding-left: 5px; } | 164 | .icon-trash { color: #B94A48; font-size: 16px; padding-left: 5px; } |
| 165 | .icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } | 165 | .icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } |
| 166 | .icon-pencil, .icon-download-alt, .icon-refresh, .icon-star-empty, .icon-star, .icon-tasks { font-size: 16px; color: #0088CC; padding-left: 2px; } | 166 | .icon-pencil, .icon-download-alt, .icon-refresh, .icon-star-empty, .icon-star { font-size: 16px; color: #0088CC; padding-left: 2px; } |
| 167 | .icon-pencil:hover, .icon-download-alt:hover, .icon-refresh:hover, .icon-star-empty:hover, .icon-star:hover, .icon-tasks:hover { color: #005580; text-decoration: none; cursor: pointer; } | 167 | .icon-pencil:hover, .icon-download-alt:hover, .icon-refresh:hover, .icon-star-empty:hover, .icon-star:hover, .icon-tasks:hover { color: #005580; text-decoration: none; cursor: pointer; } |
| 168 | .icon-share { padding-left: 2px; } | 168 | .icon-share { padding-left: 2px; } |
| 169 | .alert-success .icon-refresh, .alert-success .icon-tasks { color: #468847; } | 169 | .alert-success .icon-refresh, .alert-success .icon-tasks { color: #468847; } |
| @@ -308,3 +308,7 @@ thead .add-del-layers { width: 124px; } | |||
| 308 | } | 308 | } |
| 309 | } | 309 | } |
| 310 | /* End copied in from newer version of Font-Awesome 4.3.0 */ | 310 | /* End copied in from newer version of Font-Awesome 4.3.0 */ |
| 311 | |||
| 312 | .top-padded { | ||
| 313 | padding-top: 60px; | ||
| 314 | } | ||
