From 258c929973e233f212938ea69eec8f83f3285854 Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Fri, 31 Jul 2015 15:09:11 +0300 Subject: [PATCH] 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 Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- .../toaster/toastergui/static/css/default.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 86bee7b6d5..62ba78cd31 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/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; +}