migrate to new git
This commit is contained in:
16
web/ext/editor_templates/a01.edit006/style.css
Normal file
16
web/ext/editor_templates/a01.edit006/style.css
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
.editor .frame-006 {
|
||||
max-width:100%;
|
||||
background-color: #fff;
|
||||
border: solid 1px #D2D2D2;
|
||||
display: inline-block;
|
||||
padding: 15px;
|
||||
-webkit-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
|
||||
-moz-box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
.editor .frame-006 h4 {
|
||||
font-size:15px;
|
||||
color:#666;
|
||||
text-align:center;
|
||||
}
|
||||
Reference in New Issue
Block a user