Browse Source

Reset form elements border regardless of viewport

Thibaud Colas 7 years ago
parent
commit
2ed2d9408c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bakerydemo/static/css/main.css

+ 1 - 1
bakerydemo/static/css/main.css

@@ -751,10 +751,10 @@ span.outline {
   display: block;
   display: block;
   width: 450px;
   width: 450px;
   padding: 5px;
   padding: 5px;
+  border: 1px solid #ccc;
 }
 }
 @media (max-width: 766px) {
 @media (max-width: 766px) {
   .form-page input, textarea, select {
   .form-page input, textarea, select {
-    border: 1px solid #ccc;
     width: 100%;
     width: 100%;
   }
   }
 }
 }