Fixed alignment in dropdowns during loading
authorAlexander Ebert <ebert@woltlab.com>
Sat, 1 Oct 2016 20:29:25 +0000 (22:29 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 1 Oct 2016 20:29:32 +0000 (22:29 +0200)
wcfsetup/install/files/style/ui/dropdownInteractive.scss

index 8af16261549d48456f34961f0f90bc1d9be81ec7..e9b55fb155fb87e9da864b5e761c419f1fbdeac3 100644 (file)
        
        .loading,
        .noItems {
+               align-items: center;
+               display: flex;
+               justify-content: center;
                padding: 20px 10px;
-               text-align: center;
+               
+               > .fa-spinner {
+                       margin-right: 5px;
+               }
                
                @include wcfFontHeadline;
        }