[#369] move loadbar to the bottom

This commit is contained in:
Alexander Machehin 2015-02-09 15:17:47 +05:00
parent dc66824069
commit 3ea1d09298
1 changed files with 2 additions and 2 deletions

View File

@ -45,10 +45,10 @@ $loading-bar-bg: #254561; // #dff0d8;
background: $loading-bar-bg; background: $loading-bar-bg;
position: fixed; position: fixed;
z-index: 2000; z-index: 2000;
top: 0; top: 99%;
left: 0; left: 0;
width: 100%; width: 100%;
height: 3px; height: 4px;
border-bottom-right-radius: 1px; border-bottom-right-radius: 1px;
border-top-right-radius: 1px; border-top-right-radius: 1px;
} }