diff options
| author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-02-06 15:32:18 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-10 23:07:48 +0000 |
| commit | d81e5141c10a97bf5764892f9b20933b751c1da3 (patch) | |
| tree | 64a82acb15fe06a8a23e9618ff6a8eb18f604513 /bitbake/lib/toaster/toastergui/static/css | |
| parent | da8110a86ad8b57b8c41873d40aeac346ee66b88 (diff) | |
| download | poky-d81e5141c10a97bf5764892f9b20933b751c1da3.tar.gz | |
bitbake: toaster: display Toaster mode and version in debug mode
This patch displays the current running mode and checked-out git branch
as Toaster version when running in debug mode.
(Bitbake rev: 93e4f8c44273f4657c5be4c00b61db12aa875e31)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 10952547b4..a866773af6 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
| @@ -2,6 +2,25 @@ | |||
| 2 | .logo img { height: 30px; width: auto !important; } | 2 | .logo img { height: 30px; width: auto !important; } |
| 3 | .logo { padding-top: 4px !important; padding-bottom:0px !important; } | 3 | .logo { padding-top: 4px !important; padding-bottom:0px !important; } |
| 4 | 4 | ||
| 5 | /* style the version text */ | ||
| 6 | .version-text { | ||
| 7 | color: #AAA; | ||
| 8 | font-size: 0.6em; | ||
| 9 | display: table-footer-group; | ||
| 10 | padding: 0px; | ||
| 11 | margin: 1px 1px 1px 1px; | ||
| 12 | } | ||
| 13 | |||
| 14 | .version-brand, .version-brand:hover, a.version-brand:focus { | ||
| 15 | color: #777; | ||
| 16 | display: block; | ||
| 17 | float: left; | ||
| 18 | font-size: 20px; | ||
| 19 | font-weight: 200; | ||
| 20 | padding: 00px 0px; | ||
| 21 | text-shadow: 0 1px 0 #fff; | ||
| 22 | } | ||
| 23 | |||
| 5 | /* Style the breadcrumb */ | 24 | /* Style the breadcrumb */ |
| 6 | .breadcrumb { display: inline-block; background-color: transparent; } | 25 | .breadcrumb { display: inline-block; background-color: transparent; } |
| 7 | .section { margin: 20px 0; } | 26 | .section { margin: 20px 0; } |
