migrate to new git
This commit is contained in:
39
web/ext/editor_templates/a06.edit_t003/style.css
Normal file
39
web/ext/editor_templates/a06.edit_t003/style.css
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
/* ----------------------------- essentials.css --------------------------- */
|
||||
/*4283*/
|
||||
.editor section.edit_t045 ul.clients-dotted {
|
||||
overflow:hidden;
|
||||
}
|
||||
.editor section.edit_t045 ul.clients-dotted>li {
|
||||
text-align:center;
|
||||
padding-top:30px;
|
||||
padding-bottom:30px;
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
/*4292*/
|
||||
.editor section.edit_t045 ul.clients-dotted>li a {
|
||||
text-align:center;
|
||||
display:block;
|
||||
}
|
||||
|
||||
/*4298*/
|
||||
.editor section.edit_t045 ul.clients-dotted>li:after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
||||
width: 100%;
|
||||
height: 0;
|
||||
top: auto;
|
||||
left: 0;
|
||||
bottom: -1px;
|
||||
border-bottom: 1px dashed rgba(0,0,0,0.3);
|
||||
}
|
||||
.editor section.edit_t045 ul.clients-dotted>li:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: -1px;
|
||||
border-left: 1px dashed rgba(0,0,0,0.3);
|
||||
}
|
||||
Reference in New Issue
Block a user