Commit 231b9309c984f3817f03498b0ddc36beabd18a23

Authored by Gustavo Bernardo
1 parent 2f1df277

button css included [Issue:#251]

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
core/static/css/base/amadeus.css
@@ -22,6 +22,9 @@ @@ -22,6 +22,9 @@
22 position: absolute; 22 position: absolute;
23 left: 30%; 23 left: 30%;
24 } 24 }
  25 +#btn-search{
  26 + margin-bottom: 0px;
  27 + }
25 .user-notification-img{ 28 .user-notification-img{
26 width:40%; 29 width:40%;
27 } 30 }
@@ -453,4 +456,4 @@ ul, li { @@ -453,4 +456,4 @@ ul, li {
453 456
454 #panel2 .col-md-2, #panel2 .col-md-10{ 457 #panel2 .col-md-2, #panel2 .col-md-10{
455 padding-left: 0; 458 padding-left: 0;
456 -}  
457 \ No newline at end of file 459 \ No newline at end of file
  460 +}