Skip to content

Commit 00a7665

Browse files
committed
Add a bit of space for the second search box.
1 parent 9452f2e commit 00a7665

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mongodbadmin.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,12 @@ function findMongoDbDocument($id, $db, $collection, $forceCustomId = false)
387387
width: 400px;
388388
float: right;
389389
}
390+
#search form {
391+
margin-bottom: 10px;
392+
}
393+
#search form:last-child {
394+
margin-bottom: 0px;
395+
}
390396
table {
391397
background: #333;
392398
-moz-border-radius: 10px;

0 commit comments

Comments
 (0)