thin border on add/edit pages

This commit is contained in:
Serghey Rodin 2013-01-14 20:55:58 +02:00
commit 9d67cd0f9d

View file

@ -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 {