aboutsummaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@linux.intel.com>2014-11-18 12:02:22 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2014-11-20 15:43:57 +0000
commit83af0db872ea28965cd6007ad72ff210f67a4f30 (patch)
tree7c58d7c2710012c885183c7cb5f13ebee623e7c8 /lib/toaster/toastergui/static/css/default.css
parentc2021dda953db51f59fb115542ea4a329a854f76 (diff)
downloadbitbake-contrib-83af0db872ea28965cd6007ad72ff210f67a4f30.tar.gz
toaster: Tiny refinements to the new build button dialog
* Get rid of the display:block attribute for the "View all projects" link, to stop it from firing when you click outside (but next to) the link * Give some margin to the incomplete configuration alert Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Diffstat (limited to 'lib/toaster/toastergui/static/css/default.css')
-rw-r--r--lib/toaster/toastergui/static/css/default.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index 6194c97a0..902a2bd03 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -133,7 +133,8 @@ select { width: auto; }
/* styles for the new build button */
.new-build .btn-primary { padding: 4px 30px; }
-#view-all-projects { display: block; }
+.new-build .alert { margin-top: 10px; }
+.new-build .alert p { margin-top: 10px; }
/* Configuration styles */
.icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; }