Prepare deployment
This commit is contained in:
parent
069801077b
commit
fc12ad8865
@ -1,5 +1,5 @@
|
|||||||
CACHE MANIFEST
|
CACHE MANIFEST
|
||||||
# Sun Jun 16 19:34:01 GMT 2013
|
# Wed Jun 19 21:40:15 GMT 2013
|
||||||
|
|
||||||
CACHE:
|
CACHE:
|
||||||
index.html
|
index.html
|
||||||
|
78
css/main-min.css
vendored
78
css/main-min.css
vendored
@ -5436,11 +5436,17 @@ input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
|
|||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
|
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;
|
||||||
}
|
}
|
||||||
.navbar-inner .btn {
|
.navbar-inner .btn,
|
||||||
|
#extension-preview-buttons .btn {
|
||||||
background-color: #ddd;
|
background-color: #ddd;
|
||||||
}
|
}
|
||||||
.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:hover,
|
||||||
{
|
.navbar-inner .btn:focus,
|
||||||
|
.navbar-inner .btn:active,
|
||||||
|
.navbar-inner .btn.active,
|
||||||
|
.btn-group.open .btn.dropdown-toggle,
|
||||||
|
#extension-preview-buttons .btn-group:hover .btn,
|
||||||
|
#extension-preview-buttons .btn-group.open .btn {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
@ -5485,26 +5491,54 @@ input[readonly],select[readonly],textarea[readonly] {
|
|||||||
.btn-group {
|
.btn-group {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
#extension-preview-buttons .btn-group .btn {
|
||||||
|
opacity: 0.3;
|
||||||
|
filter: alpha(opacity = 30);
|
||||||
|
}
|
||||||
|
#extension-preview-buttons,
|
||||||
|
#extension-preview-buttons .dropdown-menu {
|
||||||
|
position: fixed;
|
||||||
|
right: 30px;
|
||||||
|
top: inherit;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
#extension-preview-buttons .btn-group:hover .btn,
|
||||||
|
#extension-preview-buttons .btn-group.open .btn {
|
||||||
|
opacity: 1;
|
||||||
|
filter: none;
|
||||||
|
}
|
||||||
#extension-buttons {
|
#extension-buttons {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
#extension-buttons>.btn-group {
|
#extension-buttons>.btn-group {
|
||||||
margin: 5px 0 0;
|
margin: 5px 0 0;
|
||||||
}
|
}
|
||||||
#extension-buttons>.btn-group>.btn {
|
#extension-preview-buttons>.btn-group {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
#extension-buttons>.btn-group>.btn,
|
||||||
|
#extension-preview-buttons>.btn-group>.btn {
|
||||||
-webkit-border-radius: 0;
|
-webkit-border-radius: 0;
|
||||||
-moz-border-radius: 0;
|
-moz-border-radius: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
#extension-buttons>.btn-group:first-child>.btn {
|
#extension-buttons>.btn-group:first-child>.btn,
|
||||||
-webkit-border-radius: 4px 0 0 4px;
|
#extension-preview-buttons>.btn-group:first-child>.btn {
|
||||||
-moz-border-radius: 4px 0 0 4px;
|
-webkit-top-left-border-radius: 4px;
|
||||||
border-radius: 4px 0 0 4px;
|
-webkit-bottom-left-border-radius: 4px;
|
||||||
|
-moz-top-left-border-radius: 4px;
|
||||||
|
-moz-bottom-left-border-radius: 4px;
|
||||||
|
border-top-left-radius: 4px;
|
||||||
|
border-bottom-left-radius: 4px;
|
||||||
}
|
}
|
||||||
#extension-buttons>.btn-group:last-child>.btn {
|
#extension-buttons>.btn-group:last-child>.btn,
|
||||||
-webkit-border-radius: 0 4px 4px 0;
|
#extension-preview-buttons>.btn-group:last-child>.btn {
|
||||||
-moz-border-radius: 0 4px 4px 0;
|
-webkit-top-right-border-radius: 4px;
|
||||||
border-radius: 0 4px 4px 0;
|
-webkit-bottom-right-border-radius: 4px;
|
||||||
|
-moz-top-right-border-radius: 4px;
|
||||||
|
-moz-bottom-right-border-radius: 4px;
|
||||||
|
border-top-right-radius: 4px;
|
||||||
|
border-bottom-right-radius: 4px;
|
||||||
}
|
}
|
||||||
.btn-group>.btn+.dropdown-toggle {
|
.btn-group>.btn+.dropdown-toggle {
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
@ -5618,6 +5652,11 @@ div.dropdown-menu .stat {
|
|||||||
div.dropdown-menu i {
|
div.dropdown-menu i {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
div.dropdown-menu textarea {
|
||||||
|
width: 250px;
|
||||||
|
max-width: 250px;
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
#link-container {
|
#link-container {
|
||||||
min-width: 210px;
|
min-width: 210px;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
@ -5837,20 +5876,19 @@ table caption+thead tr:first-child th,table caption+thead tr:first-child td,tabl
|
|||||||
table tbody+tbody {
|
table tbody+tbody {
|
||||||
border-top: 2px solid #dddddd;
|
border-top: 2px solid #dddddd;
|
||||||
}
|
}
|
||||||
blockquote p {
|
#wmd-preview blockquote {
|
||||||
margin-bottom: 0;
|
border-color: #ddd;
|
||||||
font-size: 17.5px;
|
border-color: rgba(0, 0, 0, 0.15);
|
||||||
font-weight: 300;
|
|
||||||
line-height: 1.25;
|
|
||||||
}
|
|
||||||
ul,ol {
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
}
|
||||||
blockquote p {
|
blockquote p {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
font-weight: 300;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
ul,ol {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
input[type="file"] {
|
input[type="file"] {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
height: inherit;
|
height: inherit;
|
||||||
|
404
js/main-min.js
vendored
404
js/main-min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user