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.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 9723db36d0..cce3e315fc 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -10,6 +10,7 @@
10 10
11/* Style the breadcrumb */ 11/* Style the breadcrumb */
12.breadcrumb { display: inline-block; background-color: transparent; } 12.breadcrumb { display: inline-block; background-color: transparent; }
13.breadcrumb li:first-child { padding-right: 10px; }
13 14
14/* Styles for the help information */ 15/* Styles for the help information */
15.get-help { color: #CCCCCC; } 16.get-help { color: #CCCCCC; }
@@ -112,6 +113,10 @@ th > a, th > span { font-weight: normal; }
112.btn-group + .btn-group { margin-right: 10px; } 113.btn-group + .btn-group { margin-right: 10px; }
113.navbar-inner > .btn-group { margin-top: 6px; } 114.navbar-inner > .btn-group { margin-top: 6px; }
114 115
116/* Styles for the parent item in the left navigation */
117
118.nav > li > a.nav-parent { font-size: 18px; line-height: 25px; }
119
115/* Other styles */ 120/* Other styles */
116.dropdown-menu { padding: 10px; } 121.dropdown-menu { padding: 10px; }
117select { width: auto; } 122select { width: auto; }