Commit 9cc17959ca67df52957b7e1756c7792e3907d4a0
1 parent
2d0bddb8
Exists in
master
and in
5 other branches
NavbarSearch CSS included [Issue:#233]
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
core/static/css/base/amadeus.css
... | ... | @@ -18,7 +18,10 @@ |
18 | 18 | overflow: auto; |
19 | 19 | width: 300px; |
20 | 20 | } |
21 | - | |
21 | +#NavBarSearch{ | |
22 | + position: absolute; | |
23 | + left: 30%; | |
24 | + } | |
22 | 25 | .user-notification-img{ |
23 | 26 | width:40%; |
24 | 27 | } |
... | ... | @@ -420,4 +423,4 @@ ul, li { |
420 | 423 | /* Menu link remove radius */ |
421 | 424 | .nav-pills > li > a { |
422 | 425 | border-radius: 0px; |
423 | -} | |
424 | 426 | \ No newline at end of file |
427 | +} | ... | ... |