Prepare deployment

This commit is contained in:
benweet 2013-07-21 23:29:26 +01:00
parent 890a71ec13
commit b9783b4a32
3 changed files with 522 additions and 375 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# Wed 17 Jul 2013 01:37:25 IST
# Sun 21 Jul 2013 23:29:26 IST
CACHE:
index.html

13
css/main-min.css vendored
View File

@ -5603,6 +5603,7 @@ input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
display: none;
}
.navbar-inner .btn.disabled,
.navbar-inner .btn.blocked,
.navbar-inner .btn[disabled] {
color: #333333;
background-color: #ddd;
@ -5882,6 +5883,10 @@ div.dropdown-menu textarea {
height: 16px;
background-position: -19px 0;
}
.icon-gdrive.realtime {
width: 18px;
background-position: -162px 0;
}
.icon-dropbox {
background-image: url(../img/icons.png) !important;
width: 16px;
@ -6114,6 +6119,14 @@ input[type="file"] {
overflow-y: scroll;
z-index: -1;
}
.lock-ui {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
}
.gecko #md-section-helper {
height: 40px;

882
js/main-min.js vendored

File diff suppressed because it is too large Load Diff