diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-02-24 17:20:55 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-24 23:35:44 +0000 |
commit | 03c1e479c987de6f53d0eb644892175b1de5a8e3 (patch) | |
tree | 0919a486f9cada69ece8097976ac36838c795620 /bitbake/lib/toaster/toastergui/static/css | |
parent | 1ea940f920371939527353061664b927243a7233 (diff) | |
download | poky-03c1e479c987de6f53d0eb644892175b1de5a8e3.tar.gz |
bitbake: toasterui: improving the latest builds consistency
We have 2 pages where we have a 'latest builds' section:
the 'all builds / all projects' page and the 'project'
page. Unfortunately, we are currently using different
code base in both, which means that some inconsistencies
between the two in behaviour and presentation have sneaked
in.
This patch addresses some of such inconsistencies.
(Bitbake rev: 0825f1a74b3767aad67674ab5044075c90067377)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 277888bc0c..0cf0f1991c 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
@@ -145,6 +145,7 @@ select { width: auto; } | |||
145 | /* styles for showing the project name in build mode */ | 145 | /* styles for showing the project name in build mode */ |
146 | .project-name { padding-top: 0; } | 146 | .project-name { padding-top: 0; } |
147 | .project-name .label { font-weight: normal; margin-bottom: 5px; margin-left: -15px; padding: 5px; } | 147 | .project-name .label { font-weight: normal; margin-bottom: 5px; margin-left: -15px; padding: 5px; } |
148 | .project-name .label > a { color: #fff; font-weight: normal; } | ||
148 | 149 | ||
149 | /* Remove bottom margin for forms inside modal dialogs */ | 150 | /* Remove bottom margin for forms inside modal dialogs */ |
150 | #dependencies_modal_form { margin-bottom: 0px; } | 151 | #dependencies_modal_form { margin-bottom: 0px; } |