Removing left border on popup forms on mobile widths

This commit is contained in:
Jay Sitter 2014-10-31 13:32:34 -04:00
parent 344c8f6b5c
commit ad2b61db80
1 changed files with 1 additions and 0 deletions

View File

@ -1056,6 +1056,7 @@ pre code {
.popup-form, #bagit-form, #search-form {
left: 0;
width: 100%;
border-left: none;
}
.popup-form form,