mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -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 {
|
||||
background: #ffffff;
|
||||
padding: 0 0 12px 0;
|
||||
padding: 0 0 28px 0;
|
||||
box-shadow: 0 0 2px 2px #d7d7d7;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
border-left: 1px solid #cccccc;
|
||||
|
@ -260,6 +260,7 @@
|
|||
.data-add {
|
||||
margin: 0;
|
||||
background-color: #f7f6ed;
|
||||
border-bottom: 1px dotted #ccc;
|
||||
}
|
||||
|
||||
.data-dotted {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue