summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/css/default.css')
-rw-r--r--bitbake/lib/toaster/toastergui/static/css/default.css22
1 files changed, 4 insertions, 18 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 41b73cc826..86cf67ad53 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -2,24 +2,10 @@
2.logo img { height: 30px; width: auto !important; } 2.logo img { height: 30px; width: auto !important; }
3.logo { padding-top: 4px !important; padding-bottom:0px !important; } 3.logo { padding-top: 4px !important; padding-bottom:0px !important; }
4 4
5/* style the version text */ 5/* style the version information */
6.version-text { 6.brand > a { color: #777; }
7 color: #AAA; 7.brand > a:hover { color: #999; text-decoration: none; }
8 font-size: 0.6em; 8.icon-info-sign.get-help { color: #777; font-size: 16px; margin-left: 5px;}
9 display: table-footer-group;
10 padding: 0px;
11 margin: 1px 1px 1px 1px;
12}
13
14.version-brand, .version-brand:hover, a.version-brand:focus {
15 color: #777;
16 display: block;
17 float: left;
18 font-size: 20px;
19 font-weight: 200;
20 padding: 00px 0px;
21 text-shadow: 0 1px 0 #fff;
22}
23 9
24/* Style the breadcrumb */ 10/* Style the breadcrumb */
25.breadcrumb { display: inline-block; background-color: transparent; } 11.breadcrumb { display: inline-block; background-color: transparent; }