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:
parent
418e8c5a87
commit
8f179e7b2d
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user