loading toolbox
This commit is contained in:
@@ -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; }
|
#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;}
|
#editorModal {width:640px;}
|
||||||
a.language-selected { font-style: italic; font-weight: bold; }
|
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;
|
||||||
|
}
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
<title>Bootstrap Layout</title>
|
<title>Bootstrap Layout</title>
|
||||||
|
|
||||||
<!-- Le styles -->
|
<!-- Le styles -->
|
||||||
<link href="css/bootstrap-combined.min.css" rel="stylesheet">
|
<!-- <link href="css/bootstrap-combined.min.css" rel="stylesheet"> -->
|
||||||
|
<link rel="stylesheet" href="https://d23nuec95rapgw.cloudfront.net/apps/front_end/assets/ui_toolbox/main-67121e1c236c4e6e808a64009b92cc7851813910fee5e66185ebbf45d7ee9756.css">
|
||||||
<link href="css/layoutit.css" rel="stylesheet">
|
<link href="css/layoutit.css" rel="stylesheet">
|
||||||
<link href="css/docs.min.css" rel="stylesheet">
|
<link href="css/docs.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||||
@@ -42,7 +43,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body style="min-height: 660px; cursor: auto;" class="edit">
|
<body style="min-height: 660px; cursor: auto;" class="edit toolbox-reset">
|
||||||
<div class="navbar navbar-inverse navbar-fixed-top">
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
|
|||||||
Reference in New Issue
Block a user