Skip to content

Commit 9d67cd0

Browse files
committed
thin border on add/edit pages
1 parent e5f30fd commit 9d67cd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/templates/header.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
.main {
2424
background: #ffffff;
25-
padding: 0 0 12px 0;
25+
padding: 0 0 28px 0;
2626
box-shadow: 0 0 2px 2px #d7d7d7;
2727
border-bottom: 1px solid #cccccc;
2828
border-left: 1px solid #cccccc;
@@ -260,6 +260,7 @@
260260
.data-add {
261261
margin: 0;
262262
background-color: #f7f6ed;
263+
border-bottom: 1px dotted #ccc;
263264
}
264265

265266
.data-dotted {

0 commit comments

Comments
 (0)