Prepare deployment

This commit is contained in:
benweet 2013-06-02 01:40:19 +01:00
parent 5b2531472c
commit c80850be0e
3 changed files with 36 additions and 4 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Thu May 30 23:17:21 GMT 2013 # Sun Jun 2 01:40:19 GMT 2013
CACHE: CACHE:
index.html index.html

26
css/main-min.css vendored
View File

@ -5425,12 +5425,25 @@ input[type="color"]:focus,
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important;
} }
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #ccc;
}
.help-block { .help-block {
color: #999999; color: #999999;
font-size: 12px; font-size: 12px;
line-height: 17px; line-height: 17px;
} }
.error { .modal textarea.error,
.modal input.error {
border-color: #ff8661 !important; border-color: #ff8661 !important;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 134, 97, 0.6) !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 134, 97, 0.6) !important;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 134, 97, 0.6) !important; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 134, 97, 0.6) !important;
@ -5578,7 +5591,7 @@ hr {
resize: none; resize: none;
border: none !important; border: none !important;
} }
#wmd-preview { .preview-container {
overflow: auto; overflow: auto;
} }
.wmd-button-row { .wmd-button-row {
@ -5709,6 +5722,12 @@ div.dropdown-menu i {
height: 16px; height: 16px;
background-position: -127px 0; background-position: -127px 0;
} }
.icon-gplus {
background-image: url(../img/icons.png) !important;
width: 16px;
height: 16px;
background-position: -145px 0;
}
.working-indicator { .working-indicator {
background-image: none !important; background-image: none !important;
width: 43px; width: 43px;
@ -5756,6 +5775,9 @@ div.dropdown-menu i {
.picker-dialog { .picker-dialog {
z-index: 1050 !important; z-index: 1050 !important;
} }
.action-import-image-gplus {
float: left;
}
#modal-settings .modal-header { #modal-settings .modal-header {
padding-bottom: 0; padding-bottom: 0;
} }

12
js/main-min.js vendored

File diff suppressed because one or more lines are too long