[bitbake-devel] [PATCH 10/22] bitbake: toastergui: css Add new rules for new project page

Ed Bartosh ed.bartosh at linux.intel.com
Fri Jul 31 12:09:11 UTC 2015


From: Michael Wood <michael.g.wood at intel.com>

Add new css rules needed for new project page.

Signed-off-by: Michael Wood <michael.g.wood at intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
---
 lib/toaster/toastergui/static/css/default.css | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index 86bee7b..62ba78c 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -270,6 +270,17 @@ thead .add-del-layers { width: 124px; }
   box-shadow: 0 0 10px #c09853;
 }
 
+#change-notification {
+  position: fixed;
+  z-index: 101;
+  top: 3%;
+  left: 20%;
+  right: 20%;
+  -webkit-box-shadow: 0 0 10px #3a87ad;
+  -moz-box-shadow: 0 0 10px #3a87ad;
+  box-shadow: 0 0 10px #3a87ad;
+}
+
 /* Copied in from newer version of Font-Awesome 4.3.0 */
 .fa-spin {
   -webkit-animation: fa-spin 2s infinite linear;
@@ -310,3 +321,10 @@ thead .add-del-layers { width: 124px; }
 .top-padded {
   padding-top: 60px;
 }
+
+input.input-lg {
+  font-size: 18px;
+  height: 22px;
+  line-height: 1.33333;
+  padding: 10px 16px;
+}
-- 
2.1.4




More information about the bitbake-devel mailing list