Commit 67e3b7292751f0528c297f7eddfca9c27ebbc387

Authored by Caio Almeida
1 parent 91fadac2

Styling search box

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
sass/_proposal_group.scss
@@ -5,14 +5,15 @@ @@ -5,14 +5,15 @@
5 #search-input { 5 #search-input {
6 border: 1px solid #000; 6 border: 1px solid #000;
7 padding: 1px; 7 padding: 1px;
8 - width: 50%; 8 + width: 49%;
9 font-size: 14px; 9 font-size: 14px;
10 } 10 }
11 11
12 label[for=search] { 12 label[for=search] {
13 - width: 50%; 13 + width: 49%;
14 display: inline-block; 14 display: inline-block;
15 text-align: right; 15 text-align: right;
16 font-size: 14px; 16 font-size: 14px;
  17 + max-width: 450px;
17 } 18 }
18 } 19 }