diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/css/default.css | 3 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layers.html | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 902a2bd034..dcb8e34ac3 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css | |||
@@ -136,6 +136,9 @@ select { width: auto; } | |||
136 | .new-build .alert { margin-top: 10px; } | 136 | .new-build .alert { margin-top: 10px; } |
137 | .new-build .alert p { margin-top: 10px; } | 137 | .new-build .alert p { margin-top: 10px; } |
138 | 138 | ||
139 | /* Remove bottom margin for forms inside modal dialogs */ | ||
140 | #dependencies_modal_form { margin-bottom: 0px; } | ||
141 | |||
139 | /* Configuration styles */ | 142 | /* Configuration styles */ |
140 | .icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; } | 143 | .icon-trash { color: #B94A48; font-size: 16px; padding-left: 2px; } |
141 | .icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } | 144 | .icon-trash:hover { color: #943A38; text-decoration: none; cursor: pointer; } |
diff --git a/bitbake/lib/toaster/toastergui/templates/layers.html b/bitbake/lib/toaster/toastergui/templates/layers.html index e9f910fa5a..4e923326c8 100644 --- a/bitbake/lib/toaster/toastergui/templates/layers.html +++ b/bitbake/lib/toaster/toastergui/templates/layers.html | |||
@@ -89,7 +89,7 @@ | |||
89 | 89 | ||
90 | <!-- 'Layer dependencies modal' --> | 90 | <!-- 'Layer dependencies modal' --> |
91 | <div id="dependencies_modal" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="true"> | 91 | <div id="dependencies_modal" class="modal hide fade" tabindex="-1" role="dialog" aria-hidden="true"> |
92 | <form id="dependencies_modal_form" style="margin: 0px"> | 92 | <form id="dependencies_modal_form"> |
93 | <div class="modal-header"> | 93 | <div class="modal-header"> |
94 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> | 94 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">x</button> |
95 | <h3><span class="layer-name"></span> dependencies</h3> | 95 | <h3><span class="layer-name"></span> dependencies</h3> |