Skip to content
Snippets Groups Projects
Commit 17685adb authored by Morris Jobke's avatar Morris Jobke
Browse files

fixing layout issue - mostly alignment

parent b188550c
No related branches found
No related tags found
No related merge requests found
......@@ -101,3 +101,23 @@ thead {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}
/* within #save */
#remote_address {
margin: 0;
height: 14px;
line-height: 16px;
padding: 6px;
}
#save button {
margin: 0 5px;
height: 28px;
padding-bottom: 4px;
}
#save .save-form [type="submit"] {
margin: 0 5px;
height: 28px;
padding-bottom: 4px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment