Prepare deployment

This commit is contained in:
benweet 2013-05-20 00:29:17 +01:00
parent 926edc6ea2
commit 29aea61590
3 changed files with 16 additions and 7 deletions

View File

@ -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

9
css/main-min.css vendored
View File

@ -5467,6 +5467,11 @@ input[type="color"]:focus,
.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;
} }
@ -5513,6 +5518,10 @@ 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

File diff suppressed because one or more lines are too long