bitbake: toastergui: css Add new rules for new project page

Add new css rules needed for new project page.

(Bitbake rev: 6457d8fa30ac2b9b7413b8e9a7c5806bace10141)

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>
This commit is contained in:
Michael Wood 2015-07-31 15:09:11 +03:00 committed by Richard Purdie
parent 9af7ce513c
commit 258c929973
1 changed files with 18 additions and 0 deletions

View File

@ -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;
}