Prepare deployment

This commit is contained in:
benweet 2013-05-24 00:37:10 +01:00
parent 1ad72c2838
commit a271abc2bc
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Wed May 22 23:03:42 GMT 2013 # Fri May 24 00:37:11 GMT 2013
CACHE: CACHE:
index.html index.html

4
css/main-min.css vendored
View File

@ -5677,14 +5677,14 @@ div.dropdown-menu i {
background-position: -127px 0; background-position: -127px 0;
} }
.working-indicator { .working-indicator {
background-image: none; background-image: none !important;
width: 43px; width: 43px;
height: 11px; height: 11px;
background-position: 0 0; background-position: 0 0;
margin: 14px 15px 0; margin: 14px 15px 0;
} }
.working-indicator.show { .working-indicator.show {
background-image: url(../img/ajax-loader.gif); background-image: url(../img/ajax-loader.gif) !important;
} }
.ui-layout-toggler-north .caret, .ui-layout-toggler-south .caret { .ui-layout-toggler-north .caret, .ui-layout-toggler-south .caret {
margin-top: 5px; margin-top: 5px;

2
js/main-min.js vendored

File diff suppressed because one or more lines are too long