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, 1 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index a3fa0ddf6a..5eeeea4832 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -38,7 +38,7 @@ dd code, .alert code { white-space: pre-wrap; word-break: break-all; word-wrap:
38dd ul { list-style-type: none; margin: 0px; } 38dd ul { list-style-type: none; margin: 0px; }
39dt, dd {line-height: 25px; } 39dt, dd {line-height: 25px; }
40dd li { line-height: 25px; } 40dd li { line-height: 25px; }
41dd p { line-height: 20px; } 41.item-info dd { line-height: 20px; margin-bottom: 10px; }
42 42
43/* Style the filter modal dialogs */ 43/* Style the filter modal dialogs */
44.modal { width: 800px; margin-left: -400px; } 44.modal { width: 800px; margin-left: -400px; }
@@ -200,7 +200,6 @@ dl textarea { resize: vertical; }
200.lead .help-block { font-size: 14px; line-height: 20px; font-weight: normal; } 200.lead .help-block { font-size: 14px; line-height: 20px; font-weight: normal; }
201.button-place .btn { margin: 0 0 20px 0; } 201.button-place .btn { margin: 0 0 20px 0; }
202.tooltip-inner { max-width: 250px; } 202.tooltip-inner { max-width: 250px; }
203dd > span { line-height: 20px; }
204.new-build { padding: 20px; } 203.new-build { padding: 20px; }
205.new-build li { line-height: 30px; } 204.new-build li { line-height: 30px; }
206.new-build h6 { margin: 10px 0 0 0; color: #5a5a5a; } 205.new-build h6 { margin: 10px 0 0 0; color: #5a5a5a; }