Skip to content

Commit df68a64

Browse files
author
Steven Surowiec
committed
Prevent long server names from overlapping create forms
1 parent 6a7a978 commit df68a64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mongodbadmin.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,16 +349,15 @@ function findMongoDbDocument($id, $db, $collection, $forceCustomId = false)
349349
}
350350

351351
#create_form {
352-
position: absolute;
353-
top: 20px;
354-
right: 20px;
355352
-moz-border-radius: 10px;
356353
-webkit-border-radius: 10px;
357354
border-radius: 10px;
358355
padding: 15px;
359356
background: #f5f5f5;
360357
border: 1px solid #ccc;
361358
width: 400px;
359+
float: right;
360+
margin-bottom: 10px;
362361
}
363362
#create_form label {
364363
float: left;

0 commit comments

Comments
 (0)