Modal forms have extra borders

When forms are launched in a modal dialog, they appear fine.
When launched into a new tab, they contain extra borders.
This patch removes the extra borders and small refactor.

Change-Id: I7bedb0e9496195e1201a538266f456bea4ba6160
Closes-Bug: #1386352
This commit is contained in:
Thai Tran 2014-10-27 11:20:09 -07:00
parent 418e8c5a87
commit 8f179e7b2d

View File

@ -836,11 +836,9 @@ form label {
.static_page {
float: left;
background-color: $body-bg;
border: 1px solid $border-color;
}
.static_page > form {
margin-bottom: 0;
> form {
margin-bottom: 0;
}
}
.left {