Commit c564425c2f98e469ba0e15eb5a77e595fd3bd7a4
1 parent
e91971ca
Exists in
master
and in
2 other branches
Adjusting login title responsive
Showing
1 changed file
with
13 additions
and
8 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
... | ... | @@ -41,9 +41,9 @@ |
41 | 41 | |
42 | 42 | .comment-section .comment .comment-img { |
43 | 43 | padding-left: 10px; |
44 | - padding-right: 10px; | |
44 | + padding-right: 10px; | |
45 | 45 | } |
46 | - | |
46 | + | |
47 | 47 | |
48 | 48 | |
49 | 49 | /* Bottom Menu */ |
... | ... | @@ -52,7 +52,7 @@ |
52 | 52 | } |
53 | 53 | |
54 | 54 | .bottom-menu { |
55 | - position: fixed; | |
55 | + position: fixed; | |
56 | 56 | bottom: 0px; |
57 | 57 | width: 100%; |
58 | 58 | padding: 0px 30px; |
... | ... | @@ -133,7 +133,7 @@ |
133 | 133 | margin-left: -30px; |
134 | 134 | margin-right: -30px; |
135 | 135 | } |
136 | - | |
136 | + | |
137 | 137 | .navbar .navbar-form { |
138 | 138 | margin-top: 0px !important; |
139 | 139 | } |
... | ... | @@ -153,7 +153,7 @@ |
153 | 153 | } |
154 | 154 | |
155 | 155 | .users-cloud .small a { |
156 | - | |
156 | + | |
157 | 157 | display:none; |
158 | 158 | } |
159 | 159 | |
... | ... | @@ -172,7 +172,7 @@ |
172 | 172 | |
173 | 173 | .comment-section .comment .comment-img { |
174 | 174 | padding-left: 5px; |
175 | - padding-right: 5px; | |
175 | + padding-right: 5px; | |
176 | 176 | } |
177 | 177 | } |
178 | 178 | |
... | ... | @@ -206,7 +206,7 @@ |
206 | 206 | .language-selector-on-header .title{ |
207 | 207 | display:none; |
208 | 208 | } |
209 | - | |
209 | + | |
210 | 210 | .navbar { |
211 | 211 | height: 50px; |
212 | 212 | } |
... | ... | @@ -253,4 +253,9 @@ |
253 | 253 | .mural .post_make .post-field h4 { |
254 | 254 | line-height: 1.6em; |
255 | 255 | } |
256 | -} | |
257 | 256 | \ No newline at end of file |
257 | +} | |
258 | +@media(max-width:610px){ | |
259 | + .outside-title{ | |
260 | + font-size:1em; | |
261 | + } | |
262 | +} | ... | ... |