You are here

boxes.css in Boxes 6

Same filename and directory in other branches
  1. 7 boxes.css
.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.css
View source
  1. .script-placeholder {
  2. padding:100px 0px;
  3. text-align:center;
  4. }
  5. /* Default state */
  6. .boxes-box-controls .cancel { display:none; }
  7. /* Editing state */
  8. .boxes-box-editing .boxes-box-controls .edit { display:none; }
  9. .boxes-box-editing .boxes-box-controls .cancel { display:block; }
  10. .boxes-box-editing .swirly {
  11. background-image: url(swirly.gif);
  12. width: 32px;
  13. height: 32px;
  14. margin: 0 auto;
  15. }
  16. .boxes-box-editor {
  17. width: 100%;
  18. }