Prepare deployment

This commit is contained in:
benweet 2013-05-30 23:17:20 +01:00
parent 6b96d12575
commit 83701bef44
3 changed files with 21 additions and 8 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# Thu May 30 00:23:34 GMT 2013
# Thu May 30 23:17:21 GMT 2013
CACHE:
index.html

25
css/main-min.css vendored
View File

@ -5756,6 +5756,12 @@ div.dropdown-menu i {
.picker-dialog {
z-index: 1050 !important;
}
#modal-settings .modal-header {
padding-bottom: 0;
}
#modal-settings .form-horizontal {
margin-top: 10px;
}
#modal-settings textarea {
height: 80px;
max-width: 206px;
@ -5785,17 +5791,21 @@ div.dropdown-menu i {
#modal-settings .accordion-inner .form-inline .label-text {
margin: 0 10px;
}
.accordion-toggle {
cursor: help;
#modal-settings .accordion-toggle {
cursor: help;
}
#modal-settings .tab-pane-button-container {
width: 200px;
margin: 10px auto;
}
#modal-settings .nav-tabs {
border-bottom: 1px solid transparent;
margin: 20px 0 0;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
color: #fff;
background-color: #777;
border-color: #777;
border-bottom-color: transparent;
}
.nav-tabs {
border-bottom-color: #eee;
}
.nav > li > a:hover,
.nav > li > a:focus {
@ -5805,6 +5815,9 @@ div.dropdown-menu i {
.nav-tabs > li > a:focus {
border-color: #eee;
}
.tooltip-inner {
text-align: left;
}
table {
margin-bottom: 20px;
}

2
js/main-min.js vendored

File diff suppressed because one or more lines are too long