Prepare deployment
This commit is contained in:
parent
6b96d12575
commit
83701bef44
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# Thu May 30 00:23:34 GMT 2013
|
# Thu May 30 23:17:21 GMT 2013
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
25
css/main-min.css
vendored
25
css/main-min.css
vendored
@ -5756,6 +5756,12 @@ div.dropdown-menu i {
|
|||||||
.picker-dialog {
|
.picker-dialog {
|
||||||
z-index: 1050 !important;
|
z-index: 1050 !important;
|
||||||
}
|
}
|
||||||
|
#modal-settings .modal-header {
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
#modal-settings .form-horizontal {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
#modal-settings textarea {
|
#modal-settings textarea {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
max-width: 206px;
|
max-width: 206px;
|
||||||
@ -5785,17 +5791,21 @@ div.dropdown-menu i {
|
|||||||
#modal-settings .accordion-inner .form-inline .label-text {
|
#modal-settings .accordion-inner .form-inline .label-text {
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
.accordion-toggle {
|
#modal-settings .accordion-toggle {
|
||||||
cursor: help;
|
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 {
|
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #777;
|
background-color: #777;
|
||||||
border-color: #777;
|
border-color: #777;
|
||||||
border-bottom-color: transparent;
|
|
||||||
}
|
|
||||||
.nav-tabs {
|
|
||||||
border-bottom-color: #eee;
|
|
||||||
}
|
}
|
||||||
.nav > li > a:hover,
|
.nav > li > a:hover,
|
||||||
.nav > li > a:focus {
|
.nav > li > a:focus {
|
||||||
@ -5805,6 +5815,9 @@ div.dropdown-menu i {
|
|||||||
.nav-tabs > li > a:focus {
|
.nav-tabs > li > a:focus {
|
||||||
border-color: #eee;
|
border-color: #eee;
|
||||||
}
|
}
|
||||||
|
.tooltip-inner {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
table {
|
table {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
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