diff options
| author | Belen Barros Pena <belen.barros.pena@intel.com> | 2014-11-25 18:58:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-28 14:02:59 +0000 |
| commit | dc1be9c4380bb7ee3b4422ee0d34bfcee8082762 (patch) | |
| tree | f955aae61cbd45e0137279a88fe697ccf96f587c /bitbake/lib/toaster/toastergui/static/css | |
| parent | c31f30918b6c221531535297c5604cb61849b544 (diff) | |
| download | poky-dc1be9c4380bb7ee3b4422ee0d34bfcee8082762.tar.gz | |
bitbake: toaster: fix padding of build notifications
In managed mode, we show the name of the project in the build
notifications of the all builds page. The way we show the
project requires modifying the default padding of the .alert
class. This patch makes sure the padding modification is
only applied in managed mode, i.e., when the project name
needs to be shown.
(Bitbake rev: d1cd8b229c402fae3499e35415ad79c0e11ee517)
Signed-off-by: Belen Barros Pena <belen.barros.pena@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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index dcb8e34ac3..199c7531dc 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
| @@ -136,6 +136,10 @@ select { width: auto; } | |||
| 136 | .new-build .alert { margin-top: 10px; } | 136 | .new-build .alert { margin-top: 10px; } |
| 137 | .new-build .alert p { margin-top: 10px; } | 137 | .new-build .alert p { margin-top: 10px; } |
| 138 | 138 | ||
| 139 | /* styles for showing the project name in build mode */ | ||
| 140 | .project-name { padding-top: 0; } | ||
| 141 | .project-name .label { font-weight: normal; margin-bottom: 5px; margin-left: -15px; padding: 5px; } | ||
| 142 | |||
| 139 | /* Remove bottom margin for forms inside modal dialogs */ | 143 | /* Remove bottom margin for forms inside modal dialogs */ |
| 140 | #dependencies_modal_form { margin-bottom: 0px; } | 144 | #dependencies_modal_form { margin-bottom: 0px; } |
| 141 | 145 | ||
