Prepare deployment

This commit is contained in:
benweet 2013-06-16 19:34:01 +01:00
parent dcbbac8bb7
commit f38e673ecb
3 changed files with 1180 additions and 979 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Sat Jun 15 02:11:13 GMT 2013 # Sun Jun 16 19:34:01 GMT 2013
CACHE: CACHE:
index.html index.html

149
css/main-min.css vendored
View File

@ -5401,44 +5401,25 @@ div, span, a, ul, li, textarea, input, button {
.dropdown-menu:before { .dropdown-menu:before {
border-bottom-color: #ddd !important; border-bottom-color: #ddd !important;
} }
input, input,select,textarea,.input-prepend .btn,.input-prepend .add-on {
select,
textarea,
.input-prepend .btn,
.input-prepend .add-on {
border: 1px solid #ddd !important; border: 1px solid #ddd !important;
} }
.modal textarea:focus, .modal textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus
{ {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 128, 128, 0.6) !important; 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; -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;
} }
input:-moz-placeholder, input:-moz-placeholder,textarea:-moz-placeholder {
textarea:-moz-placeholder {
color: #ccc; color: #ccc;
} }
input:-ms-input-placeholder, input:-ms-input-placeholder,textarea:-ms-input-placeholder {
textarea:-ms-input-placeholder {
color: #ccc; color: #ccc;
} }
input::-webkit-input-placeholder, input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
textarea::-webkit-input-placeholder {
color: #ccc; color: #ccc;
} }
.help-block { .help-block {
@ -5446,71 +5427,58 @@ textarea::-webkit-input-placeholder {
font-size: 12px; font-size: 12px;
line-height: 17px; line-height: 17px;
} }
.modal textarea.error, .modal textarea.error,.modal input.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
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 134, 97, 0.6) !important; rgba(255, 134, 97, 0.6) !important;
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;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
rgba(255, 134, 97, 0.6) !important;
} }
.navbar-inner .btn { .navbar-inner .btn {
background-color: #ddd; background-color: #ddd;
} }
.navbar-inner .btn:hover, .navbar-inner .btn:hover,.navbar-inner .btn:focus,.navbar-inner .btn:active,.navbar-inner .btn.active,.btn-group.open .btn.dropdown-toggle
.navbar-inner .btn:focus, {
.navbar-inner .btn:active,
.navbar-inner .btn.active,
.btn-group.open .btn.dropdown-toggle {
color: #333333; color: #333333;
background-color: #eee; background-color: #eee;
} }
.nav .dropdown-toggle .caret, .nav .dropdown-toggle .caret,.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret
.nav .dropdown-toggle:hover .caret, {
.nav .dropdown-toggle:focus .caret {
border-top-color: #000; border-top-color: #000;
border-bottom-color: #000; border-bottom-color: #000;
} }
.navbar .nav.hide { .navbar .nav.hide {
display: none; display: none;
} }
.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-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus
.dropdown-menu > li > a:focus, {
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
background-color: #888; background-color: #888;
} }
.dropdown-menu > .disabled > a, .dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus
.dropdown-menu > .disabled > a:hover, {
.dropdown-menu > .disabled > a:focus {
color: #bbb; color: #bbb;
} }
.btn-primary { .btn-primary {
background-color: #777; background-color: #777;
} }
input[disabled], select[disabled], textarea[disabled], .input-prepend .add-on { input[disabled],select[disabled],textarea[disabled],.input-prepend .add-on
{
background-color: #f5f5f5; background-color: #f5f5f5;
} }
input[readonly],select[readonly],textarea[readonly] { input[readonly],select[readonly],textarea[readonly] {
background-color: transparent; background-color: transparent;
cursor: text; cursor: text;
} }
.btn-primary:hover, .btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled],.btn-group.open .btn.btn-primary.dropdown-toggle
.btn-primary:focus, {
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-group.open .btn.btn-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #888; background-color: #888;
} }
@ -5546,7 +5514,10 @@ input[readonly], select[readonly], textarea[readonly] {
background-color: #ddd !important; background-color: #ddd !important;
} }
code { code {
color: #333333 !important; color: #333333;
}
a code {
color: inherit;
} }
h1 { h1 {
margin: 30px 0 30px; margin: 30px 0 30px;
@ -5638,8 +5609,7 @@ hr {
div.dropdown-menu { div.dropdown-menu {
padding: 5px 20px; padding: 5px 20px;
} }
div.dropdown-menu p, div.dropdown-menu p,div.dropdown-menu blockquote {
div.dropdown-menu blockquote {
margin: 10px 0; margin: 10px 0;
} }
div.dropdown-menu .stat { div.dropdown-menu .stat {
@ -5692,8 +5662,7 @@ div.dropdown-menu i {
height: 16px; height: 16px;
background-position: -37px 0; background-position: -37px 0;
} }
.icon-github, .icon-github,.icon-gist {
.icon-gist {
background-image: url(../img/icons.png) !important; background-image: url(../img/icons.png) !important;
width: 16px; width: 16px;
height: 16px; height: 16px;
@ -5811,8 +5780,8 @@ div.dropdown-menu i {
#modal-settings .accordion-inner .form-horizontal .control-label { #modal-settings .accordion-inner .form-horizontal .control-label {
text-align: left; text-align: left;
} }
#modal-settings .accordion-inner .form-inline .label-text, #modal-settings .accordion-inner .form-inline .label-text,#modal-settings .accordion-inner .control-label
#modal-settings .accordion-inner .control-label { {
margin: 0 10px; margin: 0 10px;
} }
#modal-settings .tab-pane-button-container { #modal-settings .tab-pane-button-container {
@ -5823,17 +5792,16 @@ div.dropdown-menu i {
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
margin: 20px 0 0; 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;
} }
.nav > li > a:hover, .nav>li>a:hover,.nav>li>a:focus {
.nav > li > a:focus {
background-color: #eee; background-color: #eee;
} }
.nav-tabs > li > a:hover, .nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
.nav-tabs > li > a:focus {
border-color: #eee; border-color: #eee;
} }
.tooltip-inner { .tooltip-inner {
@ -5849,8 +5817,7 @@ dd {
table { table {
margin-bottom: 20px; margin-bottom: 20px;
} }
table th, table th,table td {
table td {
padding: 8px; padding: 8px;
line-height: 20px; line-height: 20px;
text-align: left; text-align: left;
@ -5863,12 +5830,8 @@ table th {
table thead th { table thead th {
vertical-align: bottom; vertical-align: bottom;
} }
table caption + thead tr:first-child th, table caption+thead tr:first-child th,table caption+thead tr:first-child td,table colgroup+thead tr:first-child th,table colgroup+thead tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
table caption + thead tr:first-child td, {
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 0; border-top: 0;
} }
table tbody+tbody { table tbody+tbody {
@ -5888,6 +5851,26 @@ blockquote p {
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
} }
input[type="file"] {
line-height: inherit;
height: inherit;
border: none !important;
}
.drop-zone {
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 40px;
text-align: center;
font-size: 24px;
color: #bbb;
}
#modal-import-harddrive-html textarea {
width: 500px;
max-width: 500px;
height: 100px;
}
#md-section-helper { #md-section-helper {
position: absolute; position: absolute;
top: -100px; top: -100px;

1476
js/main-min.js vendored

File diff suppressed because one or more lines are too long