Bachir Soussi Chiadmi 1bc61b12ad first import
2015-04-08 11:40:19 +02:00

31 lines
616 B
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;
}