diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 0961c97747..f71b37e7fc 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
@@ -196,17 +196,22 @@ h2 { margin-bottom: 25px; } | |||
196 | .tt-suggestion:active { background-color: #f5f5f5; cursor: pointer; } | 196 | .tt-suggestion:active { background-color: #f5f5f5; cursor: pointer; } |
197 | 197 | ||
198 | /* Style the import layer form controls*/ | 198 | /* Style the import layer form controls*/ |
199 | legend { border: none; } | 199 | legend { border: none; margin-top: 20px; } |
200 | .radioLegend { margin-bottom: 0; } | ||
200 | #layer-name-ctrl { margin-top: 20px; } | 201 | #layer-name-ctrl { margin-top: 20px; } |
201 | #import-layer-name, | 202 | #import-layer-name, |
202 | #layer-subdir { width: 20%; } | 203 | #layer-subdir { width: 20%; } |
203 | #layer-git-repo-url { width: 40%; } | 204 | #layer-git-repo-url { width: 40%; } |
204 | #layer-git-ref { width: 32%; } | 205 | #layer-git-ref { width: 32%; } |
206 | #local-dir-path { width: 45%; } | ||
205 | #layer-dependency { width: 16em; } | 207 | #layer-dependency { width: 16em; } |
208 | #layer-deps-list { margin-top: 0; } | ||
206 | #form-actions { margin-bottom: 30px; } | 209 | #form-actions { margin-bottom: 30px; } |
207 | #duplicate-layer-info dl { margin-top: 10px; } | 210 | #duplicate-layer-info dl { margin-top: 10px; } |
208 | #duplicate-layer-info dd { margin-bottom: 10px; } | 211 | #duplicate-layer-info dd { margin-bottom: 10px; } |
209 | .help-inline { color: #737373; margin-left: 10px; } | 212 | .help-inline { color: #737373; margin-left: 10px; } |
213 | .radio-help { width: 50%; margin-left: 20px; } | ||
214 | #repo-select div:nth-of-type(2) { margin-top: 15px; } | ||
210 | 215 | ||
211 | /* Give some padding to the in-cell tooltips we use for notifications in tables */ | 216 | /* Give some padding to the in-cell tooltips we use for notifications in tables */ |
212 | td > .tooltip-inner, | 217 | td > .tooltip-inner, |