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.css42
1 files changed, 28 insertions, 14 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 2c283feccf..778d8b8456 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -116,17 +116,31 @@ select { width: auto; }
116/* make tables Chrome-happy (me, not so much) */ 116/* make tables Chrome-happy (me, not so much) */
117#otable { table-layout: fixed; word-wrap: break-word; } 117#otable { table-layout: fixed; word-wrap: break-word; }
118 118
119 119/* Configuration styles */
120 120.icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; }
121 121.icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; }
122 122.icon-pencil, .icon-download-alt { font-size: 16px; color: #0088CC; padding-left: 2px; }
123 123.icon-pencil:hover, .icon-download-alt:hover { color: #005580; text-decoration: none; cursor: pointer; }
124 124.configuration-list li { line-height: 35px; font-size: 21px; font-weight: 200; }
125 125.configuration-list { font-size: 16px; margin-bottom: 1.5em; }
126 126.configuration-list i { font-size: 16px; }
127 127/*.configuration-layers { height: 135px; overflow: scroll; }*/
128 128.counter { font-weight: normal; }
129 129.well-alert { background-color: #FCF8E3; border: 1px solid #FBEED5; border-radius: 4px; }
130 130.well-alert > .lead { color: #C09853; padding-bottom: .75em; }
131 131.configuration-alert { margin-bottom: 0px; padding: 8px 14px; }
132 132.configuration-alert p { margin-bottom: 0px; }
133fieldset { padding-left: 19px; }
134.project-form { margin-top: 10px; }
135.add-layers .btn-block + .btn-block { margin-top: 0px; }
136input.huge { font-size: 17.5px; padding: 11px 19px; }
137.build-form { margin-bottom: 0px; padding-left: 20px; }
138a code { color: #0088CC; }
139a code:hover { color: #005580; }
140.localconf { font-size: 17.5px; margin-top: 40px; }
141.localconf code { font-size: 17.5px; }
142#add-layer-dependencies { margin-top: 5px; }
143.artifact { width: 9em; }
144.control-group { margin-bottom: 0px; }
145#project-details form { margin: 0px; }
146dd form { margin: 10px 0 0 0; }