Prepare deployment
This commit is contained in:
parent
926edc6ea2
commit
29aea61590
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# Sun May 19 20:29:59 GMT 2013
|
# Mon May 20 00:29:17 GMT 2013
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
19
css/main-min.css
vendored
19
css/main-min.css
vendored
@ -5453,10 +5453,10 @@ input[type="color"]:focus,
|
|||||||
}
|
}
|
||||||
.navbar-inner .btn.disabled,
|
.navbar-inner .btn.disabled,
|
||||||
.navbar-inner .btn[disabled] {
|
.navbar-inner .btn[disabled] {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
filter: alpha(opacity=30);
|
filter: alpha(opacity=30);
|
||||||
}
|
}
|
||||||
.dropdown-menu > li > a:hover,
|
.dropdown-menu > li > a:hover,
|
||||||
.dropdown-menu > li > a:focus,
|
.dropdown-menu > li > a:focus,
|
||||||
@ -5465,7 +5465,12 @@ input[type="color"]:focus,
|
|||||||
.dropdown-menu > .active > a,
|
.dropdown-menu > .active > a,
|
||||||
.dropdown-menu > .active > a:hover,
|
.dropdown-menu > .active > a:hover,
|
||||||
.dropdown-menu > .active > a:focus {
|
.dropdown-menu > .active > a:focus {
|
||||||
background-color: #888;
|
background-color: #888;
|
||||||
|
}
|
||||||
|
.dropdown-menu > .disabled > a,
|
||||||
|
.dropdown-menu > .disabled > a:hover,
|
||||||
|
.dropdown-menu > .disabled > a:focus {
|
||||||
|
color: #bbb;
|
||||||
}
|
}
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
@ -5512,7 +5517,11 @@ hr {
|
|||||||
}
|
}
|
||||||
#file-selector {
|
#file-selector {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
#file-selector .stick {
|
||||||
|
padding: 10px 20px 0;
|
||||||
}
|
}
|
||||||
#file-title {
|
#file-title {
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
|
2
js/main-min.js
vendored
2
js/main-min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user