Commit 771d68bcacde473770d77644c42978505385ecf3
1 parent
7578baa2
Exists in
master
and in
3 other branches
Topbar buttons hover
Showing
1 changed file
with
25 additions
and
1 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
... | ... | @@ -72,12 +72,28 @@ |
72 | 72 | height: 50px; |
73 | 73 | } |
74 | 74 | |
75 | -.navbar .logo {position: absolute; top: 8px; text-align: center; height: 32px; width: 32px;} | |
75 | +.navbar-brand { | |
76 | + height: 50px !important; | |
77 | +} | |
78 | +.navbar-brand:hover { | |
79 | + background: #00695C !important; | |
80 | +} | |
81 | + | |
82 | +.navbar .logo { | |
83 | + text-align: center; | |
84 | + margin-top: -6px; | |
85 | + height: 32px; | |
86 | + width: 32px; | |
87 | +} | |
76 | 88 | |
77 | 89 | .navbar-nav li > a { |
78 | 90 | font-size: 28px; |
79 | 91 | padding-top: 12px !important; |
80 | 92 | padding-left: 20px; |
93 | + max-height: 50px; | |
94 | +} | |
95 | +.navbar-nav li > a:hover { | |
96 | + background: #00695C !important; | |
81 | 97 | } |
82 | 98 | |
83 | 99 | .top-search { |
... | ... | @@ -95,6 +111,14 @@ |
95 | 111 | .top-search:-moz-placeholder { |
96 | 112 | font-style: italic; |
97 | 113 | } |
114 | + | |
115 | +#btn-search { | |
116 | + margin-top: -6px; | |
117 | + height: 50px; | |
118 | +} | |
119 | +#btn-search:hover { | |
120 | + background: #00695C; | |
121 | +} | |
98 | 122 | /* End NavBar Top */ |
99 | 123 | |
100 | 124 | /* Modal */ | ... | ... |