2013-08-04 17:42:22 +00:00
|
|
|
@bg-light: #f2f2f2;
|
2013-08-04 23:49:07 +00:00
|
|
|
@preview-bg-light: #e8e8e8;
|
2013-08-05 18:39:53 +00:00
|
|
|
@bg-navbar-hover: @body-bg;
|
2013-08-04 17:42:22 +00:00
|
|
|
@text-inv: #fff;
|
2013-08-04 23:49:07 +00:00
|
|
|
@text-light: #888;
|
|
|
|
@error-border: #ff8661;
|
2013-08-10 00:28:48 +00:00
|
|
|
@menu-panel-width: 280px;
|
2013-08-13 23:30:50 +00:00
|
|
|
@document-panel-width: 350px;
|
2013-08-06 23:52:58 +00:00
|
|
|
@panel-bg: @bg-navbar-hover;
|
2013-08-12 00:10:26 +00:00
|
|
|
@folder-color: #555;
|
2013-08-05 18:39:53 +00:00
|
|
|
@transparent: fade(#000, 0%);
|
2013-08-04 17:42:22 +00:00
|
|
|
|
|
|
|
/* Bootstrap */
|
|
|
|
@body-bg: #f5f5f5;
|
|
|
|
@input-border: #ddd;
|
2013-08-14 23:44:51 +00:00
|
|
|
@input-height-base: 38px;
|
2013-08-04 17:42:22 +00:00
|
|
|
@dropdown-border: #ddd;
|
2013-08-10 00:28:48 +00:00
|
|
|
@pre-border-color: #ddd;
|
2013-08-04 17:42:22 +00:00
|
|
|
@navbar-bg: #ddd;
|
2013-08-14 23:44:51 +00:00
|
|
|
@navbar-border: @transparent;
|
2013-08-12 00:10:26 +00:00
|
|
|
@nav-disabled-link-color: #ccc;
|
|
|
|
@nav-disabled-link-hover-color: #bbb;
|
2013-08-15 23:17:16 +00:00
|
|
|
@nav-tabs-border-color: @transparent;
|
2013-08-04 17:42:22 +00:00
|
|
|
@dropdown-link-hover-bg: #888;
|
|
|
|
@dropdown-link-active-color: #fff;
|
2013-08-14 23:44:51 +00:00
|
|
|
@list-group-link-color: #333;
|
2013-08-06 23:52:58 +00:00
|
|
|
@list-group-border: @transparent;
|
|
|
|
@list-group-active-bg: @dropdown-link-hover-bg;
|
2013-08-04 17:42:22 +00:00
|
|
|
@input-color-placeholder: #ccc;
|
2013-08-11 00:52:05 +00:00
|
|
|
@btn-default-color: #333;
|
|
|
|
@btn-default-bg: @transparent;
|
2013-08-05 18:39:53 +00:00
|
|
|
@btn-default-border: @transparent;
|
2013-08-04 23:49:07 +00:00
|
|
|
@btn-primary-color: #fff;
|
2013-08-10 00:28:48 +00:00
|
|
|
@btn-primary-bg: #888;
|
2013-08-05 18:39:53 +00:00
|
|
|
@btn-primary-border: @transparent;
|
2013-08-11 00:52:05 +00:00
|
|
|
@btn-success-color: #555;
|
2013-08-05 18:39:53 +00:00
|
|
|
@btn-success-bg: @navbar-bg;
|
|
|
|
@btn-success-border: @transparent;
|
2013-08-04 23:49:07 +00:00
|
|
|
@btn-info-bg: @body-bg;
|
2013-08-05 18:39:53 +00:00
|
|
|
@btn-info-border: @transparent;
|
2013-08-04 23:49:07 +00:00
|
|
|
@gray-lighter: @body-bg;
|
2013-08-10 00:28:48 +00:00
|
|
|
@modal-header-border-color: #e8e8e8;
|
|
|
|
@modal-content-border-color: #e8e8e8;
|
|
|
|
@modal-footer-border-color: #e8e8e8;
|
2013-08-12 00:10:26 +00:00
|
|
|
@modal-content-separator-color: #eee;
|
2013-08-15 23:17:16 +00:00
|
|
|
@tooltip-max-width: 220px;
|
2013-08-05 18:39:53 +00:00
|
|
|
|
2013-08-04 00:54:25 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
tab-size: 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#preview-contents {
|
2013-08-10 11:34:30 +00:00
|
|
|
padding: 15px;
|
2013-08-04 00:54:25 +00:00
|
|
|
margin-bottom: 50px;
|
2013-08-10 11:34:30 +00:00
|
|
|
.ui-layout-east & {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.working {
|
|
|
|
cursor: progress;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn,
|
|
|
|
.dropdown-menu {
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
-o-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
.list-group .nav {
|
|
|
|
border-left: 10px solid fade(#000, 5%);
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-group-item {
|
|
|
|
padding: 10px 15px;
|
|
|
|
.list-group & {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
2013-08-12 00:10:26 +00:00
|
|
|
&.active:hover {
|
|
|
|
background-color: @list-group-active-bg;
|
|
|
|
}
|
2013-08-11 00:52:05 +00:00
|
|
|
}
|
|
|
|
|
2013-08-12 22:08:22 +00:00
|
|
|
.move-to-front {
|
|
|
|
z-index: 1031 !important;
|
|
|
|
}
|
|
|
|
|
2013-08-04 15:49:14 +00:00
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
/*******************
|
|
|
|
* Buttons
|
|
|
|
*******************/
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
padding: 8px 11px;
|
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
.btn-default:hover {
|
|
|
|
background-color: fade(#000, 5%);
|
|
|
|
}
|
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
.btn-primary:hover {
|
|
|
|
color: @btn-primary-color;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
.btn-success:hover {
|
|
|
|
color: @btn-success-color;
|
|
|
|
}
|
|
|
|
|
2013-08-05 18:39:53 +00:00
|
|
|
.btn-success:hover {
|
|
|
|
background-color: @bg-navbar-hover;
|
|
|
|
}
|
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
// Last dropdown-toggle in a button-group (Bootstrap override)
|
|
|
|
.btn-group>.btn+.dropdown-toggle {
|
|
|
|
padding-right: 11px;
|
|
|
|
padding-left: 11px;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
|
2013-08-04 17:42:22 +00:00
|
|
|
/********************
|
|
|
|
* Input
|
|
|
|
********************/
|
2013-08-04 23:49:07 +00:00
|
|
|
|
|
|
|
// Fix form-inline broken since v3
|
|
|
|
.form-inline {
|
|
|
|
.col-lg-1 { width: percentage((1 / @grid-columns)); }
|
|
|
|
.col-lg-2 { width: percentage((2 / @grid-columns)); }
|
|
|
|
.col-lg-3 { width: percentage((3 / @grid-columns)); }
|
|
|
|
.col-lg-4 { width: percentage((4 / @grid-columns)); }
|
|
|
|
.col-lg-5 { width: percentage((5 / @grid-columns)); }
|
|
|
|
.col-lg-6 { width: percentage((6 / @grid-columns)); }
|
|
|
|
.col-lg-7 { width: percentage((7 / @grid-columns)); }
|
|
|
|
.col-lg-8 { width: percentage((8 / @grid-columns)); }
|
|
|
|
.col-lg-9 { width: percentage((9 / @grid-columns)); }
|
|
|
|
.col-lg-10 { width: percentage((10/ @grid-columns)); }
|
|
|
|
.col-lg-11 { width: percentage((11/ @grid-columns)); }
|
|
|
|
.col-lg-12 { width: 100%; }
|
|
|
|
* {float:none;}
|
|
|
|
}
|
|
|
|
|
2013-08-04 17:42:22 +00:00
|
|
|
.form-control:focus {
|
|
|
|
border-color: @input-border;
|
|
|
|
.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(128, 128, 128, 0.6)");
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.help-block {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal textarea.error,.modal input.error {
|
2013-08-04 23:49:07 +00:00
|
|
|
border-color: @error-border;
|
|
|
|
.box-shadow(~"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 134, 97, 0.6)");
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
// Input add-on
|
|
|
|
.input-group-addon {
|
|
|
|
.box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
.input-group-btn {
|
|
|
|
.btn {
|
|
|
|
i {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:first-child .btn {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child .btn {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
2013-08-05 01:31:14 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
|
|
|
|
/*******************
|
|
|
|
* Modal
|
|
|
|
*******************/
|
|
|
|
|
|
|
|
.modal-backdrop {
|
|
|
|
background-color: fade(#999, 60%);
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
.modal-content {
|
|
|
|
border-width: 5px;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
/*******************
|
|
|
|
* Navbar
|
|
|
|
*******************/
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
position: static;
|
2013-08-06 23:52:58 +00:00
|
|
|
padding: 0;
|
2013-08-10 01:19:32 +00:00
|
|
|
.left-space {
|
|
|
|
width: 30px;
|
|
|
|
height: 38px;
|
|
|
|
}
|
|
|
|
.right-space {
|
|
|
|
width: 20px;
|
|
|
|
height: 38px;
|
2013-08-06 23:52:58 +00:00
|
|
|
}
|
2013-08-04 23:49:07 +00:00
|
|
|
.nav {
|
|
|
|
float: left;
|
2013-08-10 01:19:32 +00:00
|
|
|
margin: 6px 10px 5px;
|
2013-08-04 23:49:07 +00:00
|
|
|
& > li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
// Dropdown submenu
|
|
|
|
&.pull-right {
|
|
|
|
float: right;
|
|
|
|
& > li > .dropdown-menu {
|
|
|
|
right: 0;
|
|
|
|
left: auto;
|
|
|
|
.dropdown-menu {
|
|
|
|
right: 100%;
|
|
|
|
left: auto;
|
|
|
|
margin-right: -1px;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
}
|
2013-08-05 18:39:53 +00:00
|
|
|
.btn-group > .btn {
|
2013-08-04 23:49:07 +00:00
|
|
|
&.disabled,
|
|
|
|
&.blocked,
|
|
|
|
&[disabled] {
|
|
|
|
* {
|
|
|
|
color: fade(@btn-default-color, 30%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-08-06 00:28:21 +00:00
|
|
|
|
2013-08-06 23:52:58 +00:00
|
|
|
.file-title-navbar {
|
2013-08-05 01:31:14 +00:00
|
|
|
padding: 4px 15px;
|
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 200;
|
|
|
|
color: #666;
|
2013-08-11 00:52:05 +00:00
|
|
|
max-width: 400px;
|
|
|
|
overflow: hidden;
|
2013-08-05 01:31:14 +00:00
|
|
|
i {
|
2013-08-12 22:08:22 +00:00
|
|
|
margin-right: 6px;
|
2013-08-05 01:31:14 +00:00
|
|
|
}
|
|
|
|
}
|
2013-08-06 23:52:58 +00:00
|
|
|
|
|
|
|
.input-file-title {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2013-08-05 01:31:14 +00:00
|
|
|
|
|
|
|
.working-indicator {
|
|
|
|
background-image: none !important;
|
|
|
|
width: 43px;
|
|
|
|
height: 11px;
|
|
|
|
background-position: 0 0;
|
2013-08-14 23:44:51 +00:00
|
|
|
margin-top: 15px;
|
2013-08-05 01:31:14 +00:00
|
|
|
&.show {
|
|
|
|
background-image: url("../../img/ajax-loader.gif") !important;
|
|
|
|
}
|
|
|
|
}
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-06 00:28:21 +00:00
|
|
|
/*********************
|
2013-08-06 23:52:58 +00:00
|
|
|
* Menu/Document panels
|
2013-08-06 00:28:21 +00:00
|
|
|
*********************/
|
2013-08-06 23:52:58 +00:00
|
|
|
|
|
|
|
// Common style
|
|
|
|
.menu-panel, .document-panel {
|
2013-08-10 00:28:48 +00:00
|
|
|
display: block;
|
2013-08-06 00:28:21 +00:00
|
|
|
position: absolute;
|
2013-08-06 23:52:58 +00:00
|
|
|
height: 100%;
|
2013-08-06 00:28:21 +00:00
|
|
|
z-index: 10;
|
|
|
|
overflow: initial;
|
2013-08-06 23:52:58 +00:00
|
|
|
.box-shadow(0 6px 12px rgba(0,0,0,.175));
|
2013-08-10 00:28:48 +00:00
|
|
|
.collapse-button i {
|
|
|
|
color: #777;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
2013-08-06 23:52:58 +00:00
|
|
|
.panel-content {
|
2013-08-06 00:28:21 +00:00
|
|
|
overflow: auto;
|
2013-08-14 23:44:51 +00:00
|
|
|
padding-bottom: 30px;
|
2013-08-06 00:28:21 +00:00
|
|
|
height: 100%;
|
2013-08-08 21:53:15 +00:00
|
|
|
a > i {
|
2013-08-12 22:08:22 +00:00
|
|
|
margin-right: 3px;
|
2013-08-06 00:28:21 +00:00
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-08-06 23:52:58 +00:00
|
|
|
.menu-panel {
|
2013-08-13 23:30:50 +00:00
|
|
|
background-color: @panel-bg;
|
2013-08-06 23:52:58 +00:00
|
|
|
width: @menu-panel-width !important;
|
2013-08-10 00:28:48 +00:00
|
|
|
margin-left: (-@menu-panel-width - 32);
|
2013-08-06 23:52:58 +00:00
|
|
|
-webkit-transition: margin-left 0.35s ease;
|
|
|
|
-moz-transition: margin-left 0.35s ease;
|
|
|
|
-o-transition: margin-left 0.35s ease;
|
|
|
|
transition: margin-left 0.35s ease;
|
2013-08-14 23:44:51 +00:00
|
|
|
.sub-menu {
|
|
|
|
background-color: @list-group-bg;
|
|
|
|
}
|
2013-08-06 23:52:58 +00:00
|
|
|
&.in {
|
|
|
|
margin-left: 0;
|
|
|
|
.collapse-button {
|
|
|
|
background-color: @panel-bg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.collapse-button {
|
|
|
|
right: -80px;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 6px;
|
|
|
|
padding: 2px 20px;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
2013-08-10 00:28:48 +00:00
|
|
|
.panel-content {
|
2013-08-13 23:30:50 +00:00
|
|
|
padding-top: 6px;
|
2013-08-10 00:28:48 +00:00
|
|
|
border-right: 5px solid @preview-bg-light;
|
|
|
|
}
|
2013-08-06 23:52:58 +00:00
|
|
|
}
|
2013-08-06 00:28:21 +00:00
|
|
|
|
|
|
|
.document-panel {
|
|
|
|
right: 0;
|
2013-08-06 23:52:58 +00:00
|
|
|
width: @document-panel-width !important;
|
2013-08-10 00:28:48 +00:00
|
|
|
margin-right: (-@document-panel-width - 32);
|
2013-08-06 00:28:21 +00:00
|
|
|
-webkit-transition: margin-right 0.35s ease;
|
2013-08-06 23:52:58 +00:00
|
|
|
-moz-transition: margin-right 0.35s ease;
|
|
|
|
-o-transition: margin-right 0.35s ease;
|
|
|
|
transition: margin-right 0.35s ease;
|
2013-08-06 00:28:21 +00:00
|
|
|
&.in {
|
|
|
|
margin-right: 0;
|
2013-08-06 23:52:58 +00:00
|
|
|
.collapse-button {
|
|
|
|
background-color: @panel-bg;
|
2013-08-06 00:28:21 +00:00
|
|
|
}
|
|
|
|
}
|
2013-08-06 23:52:58 +00:00
|
|
|
.collapse-button {
|
2013-08-06 00:28:21 +00:00
|
|
|
left: -80px;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 6px;
|
|
|
|
padding: 7px 18px;
|
|
|
|
z-index: -1;
|
|
|
|
i.icon-folder-open {
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
}
|
2013-08-10 00:28:48 +00:00
|
|
|
.panel-content {
|
2013-08-14 23:44:51 +00:00
|
|
|
background-color: @list-group-bg;
|
|
|
|
padding-top: 80px;
|
2013-08-10 00:28:48 +00:00
|
|
|
border-left: 5px solid @preview-bg-light;
|
2013-08-12 00:10:26 +00:00
|
|
|
.icon-layers {
|
|
|
|
font-size: 135%;
|
|
|
|
}
|
|
|
|
}
|
2013-08-13 23:30:50 +00:00
|
|
|
.search-bar {
|
|
|
|
position: absolute;
|
|
|
|
background-color: @panel-bg;
|
|
|
|
margin: -10px 25px 0;
|
2013-08-14 23:44:51 +00:00
|
|
|
padding: 20px 5px 10px 15px;
|
2013-08-13 23:30:50 +00:00
|
|
|
z-index: 3;
|
|
|
|
border: 1px solid #e8e8e8;
|
|
|
|
border-top: 0;
|
|
|
|
border-radius: 6px;
|
|
|
|
.form-control {
|
|
|
|
padding: 8px 30px 8px 12px;
|
|
|
|
}
|
|
|
|
.close {
|
|
|
|
position: absolute;
|
|
|
|
line-height: 10px;
|
|
|
|
margin-left: -30px;
|
2013-08-15 23:17:16 +00:00
|
|
|
margin-top: 2px;
|
|
|
|
padding: 0 8px 4px;
|
|
|
|
font-weight: normal;
|
|
|
|
height: 34px;
|
2013-08-13 23:30:50 +00:00
|
|
|
}
|
|
|
|
}
|
2013-08-12 00:10:26 +00:00
|
|
|
.list-group-item {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.folder {
|
|
|
|
font-weight: bold;
|
|
|
|
color: @folder-color;
|
|
|
|
font-size: 15px;
|
|
|
|
border-bottom-color: @modal-content-separator-color;
|
|
|
|
}
|
2013-08-13 23:30:50 +00:00
|
|
|
.list-group {
|
|
|
|
margin: 0;
|
|
|
|
.nav {
|
|
|
|
border: 0;
|
|
|
|
margin: 0 20px 20px;
|
|
|
|
}
|
|
|
|
}
|
2013-08-06 00:28:21 +00:00
|
|
|
}
|
|
|
|
|
2013-08-10 11:34:30 +00:00
|
|
|
// Dropdown document selector
|
|
|
|
.dropdown-file-selector {
|
|
|
|
top: 6px;
|
2013-08-11 00:52:05 +00:00
|
|
|
right: 30px;
|
2013-08-10 11:34:30 +00:00
|
|
|
left: auto;
|
|
|
|
margin: 0;
|
|
|
|
max-height: 500px;
|
|
|
|
min-width: 280px;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
|
2013-08-06 00:28:21 +00:00
|
|
|
|
2013-08-12 00:10:26 +00:00
|
|
|
/**************************
|
|
|
|
* Document manager
|
|
|
|
**************************/
|
|
|
|
|
|
|
|
.modal-document-manager {
|
|
|
|
.nav-pills {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.list-group .nav {
|
|
|
|
margin-left: 40px;
|
2013-08-12 22:08:22 +00:00
|
|
|
margin-bottom: 30px;
|
2013-08-12 00:10:26 +00:00
|
|
|
}
|
|
|
|
.list-group-item {
|
|
|
|
padding: 3px;
|
|
|
|
margin: 0;
|
|
|
|
i {
|
2013-08-12 22:08:22 +00:00
|
|
|
margin-right: 3px;
|
2013-08-12 00:10:26 +00:00
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
float: right;
|
|
|
|
i {
|
|
|
|
margin: 0;
|
|
|
|
font-size: 105%;
|
|
|
|
&.icon-pencil {
|
|
|
|
font-size: 115%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-08-15 23:17:16 +00:00
|
|
|
.file-list .list-group-item {
|
|
|
|
padding: 0 3px;
|
|
|
|
}
|
2013-08-12 00:10:26 +00:00
|
|
|
.folder {
|
|
|
|
font-weight: bold;
|
|
|
|
color: @folder-color;
|
|
|
|
font-size: 15px;
|
|
|
|
border-bottom-color: @modal-content-separator-color;
|
|
|
|
}
|
|
|
|
.checkbox {
|
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
input {
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 0 16px;
|
|
|
|
height: 38px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.input-rename {
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
.name, .file-count {
|
|
|
|
padding: 9px 20px 9px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
/********************
|
|
|
|
* Extensions buttons
|
|
|
|
********************/
|
|
|
|
|
2013-08-04 00:54:25 +00:00
|
|
|
#extension-buttons {
|
2013-08-04 23:49:07 +00:00
|
|
|
.btn-group {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2013-08-05 01:31:14 +00:00
|
|
|
|
|
|
|
.link-container {
|
|
|
|
min-width: 280px;
|
|
|
|
white-space: normal;
|
|
|
|
.link-list {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
& > * {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
// Hack for nested btn-group
|
2013-08-04 00:54:25 +00:00
|
|
|
#extension-buttons>.btn-group>.btn,
|
2013-08-08 23:39:33 +00:00
|
|
|
.extension-preview-buttons>.btn-group>.btn {
|
2013-08-04 00:54:25 +00:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
#extension-buttons>.btn-group:first-child>.btn,
|
2013-08-08 23:39:33 +00:00
|
|
|
.extension-preview-buttons>.btn-group:first-child>.btn {
|
2013-08-04 00:54:25 +00:00
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
|
|
|
}
|
|
|
|
#extension-buttons>.btn-group:last-child>.btn,
|
2013-08-08 23:39:33 +00:00
|
|
|
.extension-preview-buttons>.btn-group:last-child>.btn {
|
2013-08-04 00:54:25 +00:00
|
|
|
border-top-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
/********************
|
|
|
|
* Preview extensions buttons
|
|
|
|
********************/
|
|
|
|
|
2013-08-08 22:29:49 +00:00
|
|
|
.extension-preview-buttons {
|
|
|
|
position: absolute;
|
2013-08-11 00:52:05 +00:00
|
|
|
right: 30px;
|
2013-08-08 21:53:15 +00:00
|
|
|
z-index: 1;
|
2013-08-10 00:28:48 +00:00
|
|
|
top: 6px;
|
2013-08-10 11:34:30 +00:00
|
|
|
.ui-layout-resizer-south-closed > & {
|
|
|
|
display: none !important;
|
2013-08-10 00:28:48 +00:00
|
|
|
}
|
2013-08-04 23:49:07 +00:00
|
|
|
.dropdown-menu {
|
2013-08-08 23:32:03 +00:00
|
|
|
border: 0;
|
2013-08-04 23:49:07 +00:00
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
.btn-group {
|
|
|
|
margin: 0 0 0 1px;
|
|
|
|
.btn {
|
|
|
|
position: initial;
|
|
|
|
}
|
|
|
|
&.open .btn{
|
|
|
|
background-color: @preview-bg-light;
|
|
|
|
i {
|
2013-08-11 00:52:05 +00:00
|
|
|
color: @btn-success-color
|
2013-08-04 23:49:07 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.dropdown-menu {
|
|
|
|
background-color: @preview-bg-light;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown-syntax, .table-of-contents {
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
padding-right: 20px;
|
|
|
|
margin-right: -20px;
|
2013-08-10 00:28:48 +00:00
|
|
|
width: 320px;
|
2013-08-04 23:49:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.markdown-syntax {
|
|
|
|
white-space: normal;
|
|
|
|
max-height: 350px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-of-contents {
|
|
|
|
margin-left: -10px;
|
|
|
|
max-height: 400px;
|
|
|
|
ul {
|
|
|
|
margin-left: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
/**************************
|
|
|
|
* Settings dialog
|
|
|
|
**************************/
|
|
|
|
|
|
|
|
.modal-settings {
|
|
|
|
.modal-header {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
max-width: 100%;
|
|
|
|
min-height: 100px;
|
|
|
|
}
|
|
|
|
|
2013-08-15 23:17:16 +00:00
|
|
|
.panel {
|
2013-08-11 00:52:05 +00:00
|
|
|
border: 0;
|
|
|
|
border-radius: inherit;
|
2013-08-15 23:17:16 +00:00
|
|
|
background: @modal-content-bg;
|
2013-08-11 00:52:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.accordion-heading {
|
2013-08-15 23:17:16 +00:00
|
|
|
padding: 12px 15px;
|
2013-08-11 00:52:05 +00:00
|
|
|
.accordion-toggle {
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
2013-08-15 23:17:16 +00:00
|
|
|
font-weight: bold;
|
|
|
|
cursor: pointer;
|
2013-08-11 00:52:05 +00:00
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.checkbox {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.accordion-inner {
|
|
|
|
border: 0;
|
2013-08-15 23:17:16 +00:00
|
|
|
padding: 10px 40px 20px;
|
2013-08-11 00:52:05 +00:00
|
|
|
.form-horizontal {
|
|
|
|
.control-label {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
.form-inline .label-text {
|
|
|
|
margin-left: 15px
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-pane-button-container {
|
2013-08-15 23:17:16 +00:00
|
|
|
width: 220px;
|
2013-08-11 00:52:05 +00:00
|
|
|
margin: 10px auto 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-pane-button-container .btn {
|
|
|
|
text-align: initial;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs {
|
|
|
|
margin: 15px 0 0;
|
|
|
|
|
|
|
|
& > li > a {
|
|
|
|
&:hover, &:focus {
|
|
|
|
background-color: @bg-light;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
& > li.active > a {
|
|
|
|
&, &:hover, &:focus {
|
|
|
|
color: @text-inv;
|
|
|
|
background-color: @btn-primary-bg;
|
|
|
|
border-color: @btn-primary-bg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-08-10 11:34:30 +00:00
|
|
|
|
2013-08-14 23:44:51 +00:00
|
|
|
/********************************
|
|
|
|
* Publish/Sync dialogs
|
|
|
|
********************************/
|
|
|
|
|
|
|
|
.modal-manage-sync .sync-list {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
.input-group {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.modal-manage-publish .publish-list {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
.input-group {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-10 00:28:48 +00:00
|
|
|
/*********************************
|
|
|
|
* UI Layout
|
|
|
|
*********************************/
|
|
|
|
|
|
|
|
.ui-layout-resizer {
|
|
|
|
overflow: visible !important;
|
|
|
|
font-size: 14px !important;
|
|
|
|
.btn {
|
|
|
|
background-color: fade(@navbar-bg, 50%);
|
|
|
|
float: none;
|
|
|
|
i {
|
2013-08-11 00:52:05 +00:00
|
|
|
color: fade(@btn-success-color, 30%);
|
2013-08-10 00:28:48 +00:00
|
|
|
}
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active,
|
|
|
|
&.active {
|
|
|
|
background-color: fade(@navbar-bg, 50%);
|
|
|
|
i {
|
2013-08-11 00:52:05 +00:00
|
|
|
color: @btn-success-color
|
2013-08-10 00:28:48 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ui-layout-toggler {
|
|
|
|
font-size: 22px !important;
|
|
|
|
background-color: transparent;
|
2013-08-10 11:34:30 +00:00
|
|
|
&.ui-layout-toggler-east {
|
|
|
|
line-height: 55px;
|
|
|
|
&.ui-layout-toggler-east-open i:before {
|
2013-08-10 00:28:48 +00:00
|
|
|
content: '\e950';
|
|
|
|
}
|
2013-08-10 11:34:30 +00:00
|
|
|
&.ui-layout-toggler-east-closed i:before {
|
2013-08-10 00:28:48 +00:00
|
|
|
content: '\e94f';
|
|
|
|
}
|
|
|
|
}
|
2013-08-10 11:34:30 +00:00
|
|
|
&.ui-layout-toggler-south {
|
|
|
|
&.ui-layout-toggler-south-open i:before {
|
|
|
|
content: '\e94d';
|
|
|
|
}
|
|
|
|
&.ui-layout-toggler-south-closed i:before {
|
|
|
|
content: '\e94e';
|
|
|
|
}
|
2013-08-10 00:28:48 +00:00
|
|
|
}
|
2013-08-10 11:34:30 +00:00
|
|
|
&.ui-layout-toggler-north {
|
|
|
|
left: 0 !important;
|
|
|
|
line-height: 0;
|
|
|
|
i {
|
|
|
|
margin-top: -5px;
|
|
|
|
}
|
|
|
|
&.ui-layout-toggler-north-open i:before {
|
|
|
|
content: '\e94e';
|
|
|
|
}
|
|
|
|
&.ui-layout-toggler-north-closed i:before {
|
|
|
|
content: '\e94d';
|
|
|
|
}
|
2013-08-10 00:28:48 +00:00
|
|
|
}
|
|
|
|
}
|
2013-08-10 11:34:30 +00:00
|
|
|
&.ui-layout-resizer-east .ui-layout-toggler-north {
|
|
|
|
width: 35px !important;
|
|
|
|
height: 60px !important;
|
|
|
|
}
|
|
|
|
&.ui-layout-resizer-south .ui-layout-toggler-north {
|
|
|
|
height: 35px !important;
|
|
|
|
}
|
2013-08-10 00:28:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
/*********************
|
|
|
|
* Markdown
|
|
|
|
*********************/
|
2013-08-04 00:54:25 +00:00
|
|
|
|
|
|
|
code {
|
|
|
|
color: #333333;
|
2013-08-05 01:31:14 +00:00
|
|
|
background-color: fade(#000, 5%);
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a code {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 30px 0 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toc ul {
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
p,
|
|
|
|
pre,
|
|
|
|
blockquote {
|
|
|
|
margin: 0 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
margin: 30px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-04 17:42:22 +00:00
|
|
|
#wmd-input {
|
|
|
|
-webkit-box-shadow: none !important;
|
|
|
|
-moz-box-shadow: none !important;
|
|
|
|
box-shadow: none !important;
|
|
|
|
}
|
|
|
|
|
2013-08-04 00:54:25 +00:00
|
|
|
#wmd-input,#md-section-helper {
|
|
|
|
resize: none;
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.preview-container {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-button-row {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-spacer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-spacer + .wmd-button {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-prompt-background {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dropdown-menu {
|
|
|
|
padding: 5px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dropdown-menu p,
|
|
|
|
div.dropdown-menu blockquote {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dropdown-menu .stat {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dropdown-menu i {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dropdown-menu textarea {
|
|
|
|
width: 250px;
|
|
|
|
height: 150px;
|
|
|
|
resize: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footnote {
|
|
|
|
vertical-align: top;
|
|
|
|
position: relative;
|
|
|
|
top: -0.5em;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2013-08-04 17:42:22 +00:00
|
|
|
/***********************
|
|
|
|
* Icons
|
|
|
|
***********************/
|
|
|
|
|
2013-08-04 00:54:25 +00:00
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 14px;
|
|
|
|
vertical-align: middle;
|
|
|
|
background-repeat: no-repeat;
|
2013-08-12 00:10:26 +00:00
|
|
|
&.icon-white {
|
2013-08-04 23:49:07 +00:00
|
|
|
color: #fff;
|
2013-08-05 14:05:34 +00:00
|
|
|
}
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
// Custom icons (not from Font Awesome)
|
2013-08-04 15:49:14 +00:00
|
|
|
.icon-code {
|
|
|
|
font-size: 80%;
|
2013-08-04 23:49:07 +00:00
|
|
|
margin-left: -1px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2013-08-06 00:28:21 +00:00
|
|
|
.icon-folder-open {
|
|
|
|
font-size: 80%;
|
|
|
|
margin-left: -1px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
.icon-chart-bar {
|
|
|
|
font-size: 90%;
|
|
|
|
margin-right: 2px;
|
2013-08-04 15:49:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-trash {
|
2013-08-11 00:52:05 +00:00
|
|
|
font-size: 95%;
|
2013-08-04 15:49:14 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
// Provider's icons (the colored ones)
|
|
|
|
[class^="icon-provider-"], [class*=" icon-provider-"] {
|
|
|
|
.img-retina('../../../../img/icons.png', '../../../../img/icons2x.png', 256px, 16px);
|
|
|
|
width: 18px;
|
2013-08-04 00:54:25 +00:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
.icon-provider-stackedit {
|
|
|
|
background-position: 0 0;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
.icon-provider-gdrive {
|
|
|
|
background-position: -18px 0;
|
|
|
|
&.realtime {
|
|
|
|
background-position: -162px 0;
|
|
|
|
}
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
.icon-provider-dropbox {
|
2013-08-04 00:54:25 +00:00
|
|
|
background-position: -37px 0;
|
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
.icon-provider-github,.icon-provider-gist {
|
|
|
|
background-position: -54px 0;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
.icon-provider-blogger {
|
|
|
|
background-position: -72px 0;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
.icon-provider-tumblr {
|
|
|
|
background-position: -90px 0;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
.icon-provider-wordpress {
|
|
|
|
background-position: -108px 0;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
.icon-provider-ssh {
|
|
|
|
background-position: -126px 0;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
2013-08-05 14:05:34 +00:00
|
|
|
.icon-provider-gplus {
|
|
|
|
background-position: -144px 0;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-08-10 00:28:48 +00:00
|
|
|
/* Google picker */
|
|
|
|
.picker-dialog {
|
|
|
|
z-index: 1050 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-import-image-gplus {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2013-08-04 17:42:22 +00:00
|
|
|
/*
|
2013-08-04 00:54:25 +00:00
|
|
|
.nav>li>a:hover,.nav>li>a:focus {
|
2013-08-04 17:42:22 +00:00
|
|
|
background-color: @bg-light;
|
2013-08-04 00:54:25 +00:00
|
|
|
}
|
2013-08-04 17:42:22 +00:00
|
|
|
*/
|
2013-08-04 00:54:25 +00:00
|
|
|
|
|
|
|
.tooltip-inner {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip li {
|
|
|
|
line-height: 1.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
code, pre {
|
|
|
|
font-family: Menlo, Consolas, "Courier New", monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Definition list */
|
|
|
|
dt,dd {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Table style */
|
|
|
|
table {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table th,table td {
|
|
|
|
padding: 8px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
border-top: 1px solid #dddddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
table th {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table thead th {
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
|
|
|
|
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
|
|
|
|
{
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tbody+tbody {
|
|
|
|
border-top: 2px solid #dddddd;
|
|
|
|
}
|
|
|
|
|
2013-08-04 23:49:07 +00:00
|
|
|
blockquote {
|
2013-08-10 00:28:48 +00:00
|
|
|
border-left: 10px solid fade(#000, 5%);
|
2013-08-04 23:49:07 +00:00
|
|
|
p {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul:last-child,
|
|
|
|
ol:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-08-04 00:54:25 +00:00
|
|
|
|
|
|
|
ul,ol {
|
|
|
|
margin-bottom: 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;
|
|
|
|
}
|
|
|
|
|
2013-08-11 00:52:05 +00:00
|
|
|
.modal-import-harddrive-html textarea {
|
2013-08-04 00:54:25 +00:00
|
|
|
width: 500px;
|
|
|
|
max-width: 500px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#md-section-helper {
|
|
|
|
position: absolute;
|
|
|
|
top: -100px;
|
|
|
|
height: 1px;
|
|
|
|
padding: 0 6px;
|
|
|
|
overflow-y: scroll;
|
|
|
|
z-index: -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lock-ui {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 1050;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gecko #md-section-helper {
|
|
|
|
/* Firefox doesn't show the scrollbar if height is less than 40px */
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.opera #md-section-helper {
|
|
|
|
/* Opera needs to have the textarea in the viewport to evaluate size correctly */
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Viewer */
|
|
|
|
.viewer #navbar {
|
|
|
|
position: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewer .navbar-inner {
|
|
|
|
background-color: rgba(215, 215, 215, 0.75) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewer #preview-contents {
|
|
|
|
max-width: 1024px;
|
|
|
|
margin: 50px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.viewer .btn-group {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|