mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
thin border on add/edit pages
This commit is contained in:
parent
e5f30fd7df
commit
9d67cd0f9d
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 0 0 12px 0;
|
padding: 0 0 28px 0;
|
||||||
box-shadow: 0 0 2px 2px #d7d7d7;
|
box-shadow: 0 0 2px 2px #d7d7d7;
|
||||||
border-bottom: 1px solid #cccccc;
|
border-bottom: 1px solid #cccccc;
|
||||||
border-left: 1px solid #cccccc;
|
border-left: 1px solid #cccccc;
|
||||||
|
@ -260,6 +260,7 @@
|
||||||
.data-add {
|
.data-add {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #f7f6ed;
|
background-color: #f7f6ed;
|
||||||
|
border-bottom: 1px dotted #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-dotted {
|
.data-dotted {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue