boxes.css in Boxes 6
Same filename and directory in other branches
.script-placeholder {
padding:100px 0px;
text-align:center;
}
/* Default state */
.boxes-box-controls .cancel { display:none; }
/* Editing state */
.boxes-box-editing .boxes-box-controls .edit { display:none; }
.boxes-box-editing .boxes-box-controls .cancel { display:block; }
.boxes-box-editing .swirly {
background-image: url(swirly.gif);
width: 32px;
height: 32px;
margin: 0 auto;
}
.boxes-box-editor {
width: 100%;
}File
boxes.cssView source
- .script-placeholder {
- padding:100px 0px;
- text-align:center;
- }
-
- /* Default state */
- .boxes-box-controls .cancel { display:none; }
-
- /* Editing state */
- .boxes-box-editing .boxes-box-controls .edit { display:none; }
- .boxes-box-editing .boxes-box-controls .cancel { display:block; }
-
- .boxes-box-editing .swirly {
- background-image: url(swirly.gif);
- width: 32px;
- height: 32px;
- margin: 0 auto;
- }
-
- .boxes-box-editor {
- width: 100%;
- }