diff options
| author | Michael Wood <michael.g.wood@intel.com> | 2015-07-31 15:09:02 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 11:26:10 +0100 |
| commit | 3d3a2dbf5fc10773bb18ab7fb00f3db254139f47 (patch) | |
| tree | c0b184d60704bb19e040107194bc00b47c6fd739 /bitbake/lib/toaster/toastergui/static | |
| parent | 8acab25832176d1dfe4fca07c9f43b331d707f51 (diff) | |
| download | poky-3d3a2dbf5fc10773bb18ab7fb00f3db254139f47.tar.gz | |
bitbake: toastergui: Implement new top navigation design
Additional items for top level navigation. This is part of a wider
navigation redesign.
[YOCTO #7329]
(Bitbake rev: 456a4a6782d3098cc9abb39659a619fdcf52eb01)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | } | ||
