You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
1.6 KiB
CSS
113 lines
1.6 KiB
CSS
|
|
@media (max-width: 979px) {
|
|
body {
|
|
padding-top: 0px;
|
|
}
|
|
}
|
|
|
|
#components {
|
|
min-height: 500px;
|
|
margin-top:5px;
|
|
}
|
|
|
|
#target fieldset {
|
|
border: 1px solid #ccc;
|
|
min-height: 620px;
|
|
padding: 5px;
|
|
padding-bottom: 50px;
|
|
}
|
|
|
|
.component {
|
|
cursor: pointer;
|
|
}
|
|
|
|
input {
|
|
cursor: pointer;
|
|
}
|
|
|
|
textarea {
|
|
resize: vertical;
|
|
}
|
|
.popover {
|
|
z-index: 9999;
|
|
}
|
|
.popover .control-group {
|
|
cursor: default;
|
|
}
|
|
.popover input {
|
|
cursor: text;
|
|
}
|
|
|
|
.temp{
|
|
width: 100%;
|
|
height: 100%;
|
|
background: transparent;
|
|
position: absolute;
|
|
z-index: 999999;
|
|
top: 0;
|
|
overflow-x: hidden;
|
|
left: 0;
|
|
}
|
|
|
|
.temp form {
|
|
padding: 8px 4px;
|
|
border: 1px dotted #ccc;
|
|
position: absolute;
|
|
background: white;
|
|
box-shadow: 0px 0px 30px #999;
|
|
-webkit-transition: -webkit-transform 0.1s ease-out;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#render{
|
|
min-height: 500px;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.required{
|
|
|
|
}
|
|
|
|
|
|
/* Popovers now are appended to their parent rather
|
|
than to the body/main document as they once were.
|
|
We need to over-ride some inherited stuff.. */
|
|
form .popover .controls {
|
|
margin-left: 0;
|
|
}
|
|
|
|
form .popover .control-label {
|
|
text-align: left;
|
|
}
|
|
|
|
form .popover form {
|
|
width: 300px;
|
|
}
|
|
|
|
.popover-content form .btn{
|
|
/* margin-right: 10px */
|
|
}
|
|
|
|
.target:after{
|
|
float:left;
|
|
content: " ";
|
|
height: 77px;
|
|
margin-top: 3px;
|
|
background: #f0f0f0;
|
|
width: 100%;
|
|
border: 1px dashed #ccc;
|
|
}
|
|
|
|
#target, #input, #radioscheckboxes, #select, #buttons {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
#target fieldset{
|
|
width: 100%;
|
|
overflow: hidden;
|
|
} |