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.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index bc8a97bedc..b674a9de8e 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -153,6 +153,9 @@ select { width: auto; }
153/* make tables Chrome-happy (me, not so much) */ 153/* make tables Chrome-happy (me, not so much) */
154table { table-layout: fixed; word-wrap: break-word; } 154table { table-layout: fixed; word-wrap: break-word; }
155 155
156table p { margin-bottom: 0 }
157.table td { vertical-align: middle; }
158
156/* styles for the new build button */ 159/* styles for the new build button */
157.new-build .btn-primary { padding: 4px 30px; } 160.new-build .btn-primary { padding: 4px 30px; }
158.new-build .alert { margin-top: 10px; } 161.new-build .alert { margin-top: 10px; }