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.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css
index 3a0fbb82c8..0961c97747 100644
--- a/bitbake/lib/toaster/toastergui/static/css/default.css
+++ b/bitbake/lib/toaster/toastergui/static/css/default.css
@@ -250,6 +250,18 @@ code { color: #333; background-color: transparent; }
250/* Style the special no results message in the custom image details page */ 250/* Style the special no results message in the custom image details page */
251[id^="no-results-special-"] > .alert-warning > ol { margin-top: 10px; } 251[id^="no-results-special-"] > .alert-warning > ol { margin-top: 10px; }
252 252
253/* style the loading spinner in the new custom image dialog */
254#create-new-custom-image-btn [data-role="loading-state"] {
255 padding-left: 16px;
256}
257
258/* icon has to be absolutely positioned, otherwise the spin animation doesn't work */
259#create-new-custom-image-btn [data-role="loading-state"] .icon-spinner {
260 position: absolute;
261 left: 26px;
262 bottom: 26px;
263}
264
253/* Style the content of modal dialogs */ 265/* Style the content of modal dialogs */
254.modal-footer { text-align: left; } 266.modal-footer { text-align: left; }
255.date-filter-controls { margin-top: 10px; } 267.date-filter-controls { margin-top: 10px; }