loading toolbox
This commit is contained in:
@@ -21,11 +21,11 @@ body {
|
||||
}
|
||||
.navbar-inverse .brand {width:180px; color:#fff; }
|
||||
.brand img {float:left; margin:2px 10px 0 0; }
|
||||
.brand .label {
|
||||
position:relative;
|
||||
left:10px;
|
||||
top:-3px;
|
||||
font-weight:normal;
|
||||
.brand .label {
|
||||
position:relative;
|
||||
left:10px;
|
||||
top:-3px;
|
||||
font-weight:normal;
|
||||
font-size:9px;
|
||||
background:#666;
|
||||
-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
|
||||
@@ -115,11 +115,11 @@ body {
|
||||
-o-transition: all 500ms ease;
|
||||
transition: all 500ms ease;
|
||||
}
|
||||
.demo .lyrow:hover > .drag,
|
||||
.demo .lyrow:hover > .configuration,
|
||||
.demo .lyrow:hover > .drag,
|
||||
.demo .lyrow:hover > .configuration,
|
||||
.demo .lyrow:hover > .remove,
|
||||
.demo .box:hover .drag,
|
||||
.demo .box:hover .configuration,
|
||||
.demo .box:hover .drag,
|
||||
.demo .box:hover .configuration,
|
||||
.demo .box:hover .remove { filter: alpha(opacity=100); opacity: 1; }
|
||||
.edit .demo .row-fluid:before {
|
||||
background-color: #F5F5F5;
|
||||
@@ -173,7 +173,7 @@ body {
|
||||
|
||||
/* preview */
|
||||
body.devpreview { margin-left:0px;}
|
||||
.devpreview .sidebar-nav {
|
||||
.devpreview .sidebar-nav {
|
||||
left:-200px;
|
||||
-webkit-transition: all 0ms ease;
|
||||
-moz-transition: all 0ms ease;
|
||||
@@ -198,3 +198,16 @@ body.devpreview { margin-left:0px;}
|
||||
#downloadModal textarea { width:100%;height:280px;resize: none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; }
|
||||
#editorModal {width:640px;}
|
||||
a.language-selected { font-style: italic; font-weight: bold; }
|
||||
|
||||
.toolbox-reset {
|
||||
background: inherit;
|
||||
color: inherit;
|
||||
display: inherit;
|
||||
/*font-family: inherit;*/
|
||||
/*font-size: inherit;*/
|
||||
line-height: inherit;
|
||||
margin: inherit;
|
||||
padding: inherit;
|
||||
-webkit-text-size-adjust: inherit;
|
||||
-ms-text-size-adjust: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user