Prepare deployment

This commit is contained in:
benweet 2013-05-19 20:29:59 +01:00
parent 02d390e669
commit deabd4f754
3 changed files with 61 additions and 19 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# Sat May 18 16:01:14 GMT 2013
# Sun May 19 20:29:59 GMT 2013
CACHE:
index.html

50
css/main-min.css vendored
View File

@ -1,5 +1,5 @@
/*!
* Bootstrap v2.3.0
* Bootstrap v2.3.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
@ -2496,6 +2496,14 @@ table th[class*="span"],
.open > .dropdown-menu {
display: block;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
@ -5383,18 +5391,42 @@ div, span, a, ul, li, textarea, input, button {
border: none !important;
}
.dropdown-menu {
border: 1px solid #e2e2e2 !important;
border: 1px solid #ddd !important;
text-align: left;
}
.dropdown-menu:before {
border-bottom-color: #e2e2e2 !important;
border-bottom-color: #ddd !important;
}
input,
select,
textarea,
.input-prepend .btn,
.input-prepend .add-on {
border: 1px solid #ebebeb !important;
border: 1px solid #ddd !important;
}
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
{
border-color: rgba(82, 168, 236, 0.8) !important;
}
.help-block {
color: #999999;
font-size: 12px;
line-height: 17px;
}
.error {
border-color: #ff6661 !important;
@ -5478,6 +5510,10 @@ hr {
border-top: 1px solid #ddd;
margin: 30px 0;
}
#file-selector {
max-height: 500px;
overflow-y: auto;
}
#file-title {
line-height: 23px;
padding: 9px 15px 11px;
@ -5621,6 +5657,12 @@ div.dropdown-menu i {
height: 16px;
background-position: -109px 0;
}
.icon-ssh {
background-image: url("../img/icons.png") !important;
width: 16px;
height: 16px;
background-position: -127px 0;
}
.working-indicator {
background-image: none;
width: 43px;

28
js/main-min.js vendored

File diff suppressed because one or more lines are too long