You are here

boxes.css in Boxes 7

Same filename and directory in other branches
  1. 6 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%;
}

.box-empty .boxes-box-content {
  text-align: center;
  padding: 10px;
  opacity:.5;
  filter: alpha(opacity=5); /* For IE8 and earlier */
  background:#fff;
  color: #666;
}

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. }
  19. .box-empty .boxes-box-content {
  20. text-align: center;
  21. padding: 10px;
  22. opacity:.5;
  23. filter: alpha(opacity=5); /* For IE8 and earlier */
  24. background:#fff;
  25. color: #666;
  26. }