Browse Source

toastergui: css Add new rules for new project page

Add new css rules needed for new project page.

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Michael Wood 8 years ago
parent
commit
6457d8fa30
1 changed files with 18 additions and 0 deletions
  1. 18 0
      lib/toaster/toastergui/static/css/default.css

+ 18 - 0
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;
+}