Prepare deployment
This commit is contained in:
parent
890a71ec13
commit
b9783b4a32
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# Wed 17 Jul 2013 01:37:25 IST
|
# Sun 21 Jul 2013 23:29:26 IST
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
13
css/main-min.css
vendored
13
css/main-min.css
vendored
@ -5603,6 +5603,7 @@ input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.navbar-inner .btn.disabled,
|
.navbar-inner .btn.disabled,
|
||||||
|
.navbar-inner .btn.blocked,
|
||||||
.navbar-inner .btn[disabled] {
|
.navbar-inner .btn[disabled] {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
@ -5882,6 +5883,10 @@ div.dropdown-menu textarea {
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
background-position: -19px 0;
|
background-position: -19px 0;
|
||||||
}
|
}
|
||||||
|
.icon-gdrive.realtime {
|
||||||
|
width: 18px;
|
||||||
|
background-position: -162px 0;
|
||||||
|
}
|
||||||
.icon-dropbox {
|
.icon-dropbox {
|
||||||
background-image: url(../img/icons.png) !important;
|
background-image: url(../img/icons.png) !important;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -6114,6 +6119,14 @@ input[type="file"] {
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
.lock-ui {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: 1050;
|
||||||
|
}
|
||||||
.gecko #md-section-helper {
|
.gecko #md-section-helper {
|
||||||
|
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
878
js/main-min.js
vendored
878
js/main-min.js
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user