Show More
@@ -95,7 +95,7 b'' | |||
|
95 | 95 | margin: 0 1em @padding 0; |
|
96 | 96 | } |
|
97 | 97 | } |
|
98 | ||
|
98 | ||
|
99 | 99 | .checkbox { |
|
100 | 100 | display: inline; |
|
101 | 101 | width: auto; |
@@ -198,7 +198,7 b'' | |||
|
198 | 198 | } |
|
199 | 199 | |
|
200 | 200 | .user-menu.submenu { |
|
201 |
right: 0; |
|
|
201 | right: 0; | |
|
202 | 202 | left: auto; |
|
203 | 203 | min-width: 290px; |
|
204 | 204 | } |
@@ -206,7 +206,9 b'' | |||
|
206 | 206 | |
|
207 | 207 | .user-menu { |
|
208 | 208 | .bookmark-items { |
|
209 | padding: 4px 2px; | |
|
209 | border-top: @border-thickness solid @grey6; | |
|
210 | margin-top: 1em; | |
|
211 | padding: 1em .5em; | |
|
210 | 212 | color: @grey3; |
|
211 | 213 | border-bottom: @grey3; |
|
212 | 214 | |
@@ -227,8 +229,10 b'' | |||
|
227 | 229 | padding: @menupadding; |
|
228 | 230 | z-index: 999; |
|
229 | 231 | overflow: hidden; |
|
230 |
background-color: @ |
|
|
232 | background-color: @white; | |
|
233 | border: 1px solid @grey5; | |
|
231 | 234 | color: @grey2; |
|
235 | box-shadow: @dropdown-shadow; | |
|
232 | 236 | |
|
233 | 237 | h4 { |
|
234 | 238 | margin-bottom: 12px; |
@@ -261,7 +265,7 b'' | |||
|
261 | 265 | .buttons .register { |
|
262 | 266 | a { |
|
263 | 267 | color: @rcblue; |
|
264 | ||
|
268 | ||
|
265 | 269 | &:hover { |
|
266 | 270 | color: @rcdarkblue; |
|
267 | 271 | } |
@@ -289,15 +293,16 b'' | |||
|
289 | 293 | .big_gravatar { |
|
290 | 294 | float: left; |
|
291 | 295 | display: block; |
|
292 |
|
|
|
296 | padding: .5em; | |
|
293 | 297 | } |
|
294 | 298 | |
|
295 |
.full_name |
|
|
296 | .email { | |
|
297 | margin: 0 0 0 65px; | |
|
299 | .full_name { | |
|
300 | margin: 0 0 0 70px; | |
|
301 | padding-top: 1em; | |
|
298 | 302 | } |
|
299 | 303 | |
|
300 | 304 | .email { |
|
305 | margin: 0 0 0 70px; | |
|
301 | 306 | font-family: @text-light; |
|
302 | 307 | } |
|
303 | 308 | |
@@ -307,8 +312,6 b'' | |||
|
307 | 312 | padding: @padding 0 0 0; |
|
308 | 313 | |
|
309 | 314 | li { |
|
310 | border-top: @border-thickness solid @grey5; | |
|
311 | ||
|
312 | 315 | input { |
|
313 | 316 | margin: @padding 0 0 0; |
|
314 | 317 | } |
@@ -281,8 +281,11 b'' | |||
|
281 | 281 | } |
|
282 | 282 | |
|
283 | 283 | .navigation li:last-child .submenu { |
|
284 |
right: |
|
|
285 |
left: |
|
|
284 | right: auto; | |
|
285 | left: 0; | |
|
286 | border: 1px solid @grey5; | |
|
287 | background: @white; | |
|
288 | box-shadow: @dropdown-shadow; | |
|
286 | 289 | } |
|
287 | 290 | |
|
288 | 291 | .submenu { |
@@ -290,7 +293,7 b'' | |||
|
290 | 293 | top: 100%; |
|
291 | 294 | left: 0; |
|
292 | 295 | min-width: 150px; |
|
293 |
margin: |
|
|
296 | margin: 2px 0 0; | |
|
294 | 297 | padding: 0; |
|
295 | 298 | text-align: left; |
|
296 | 299 | font-family: @text-light; |
@@ -303,7 +306,7 b'' | |||
|
303 | 306 | padding: 0 .5em; |
|
304 | 307 | line-height: 1em; |
|
305 | 308 | color: @grey3; |
|
306 |
background-color: @ |
|
|
309 | background-color: @white; | |
|
307 | 310 | list-style-type: none; |
|
308 | 311 | |
|
309 | 312 | a { |
@@ -324,7 +327,7 b'' | |||
|
324 | 327 | z-index: 30; |
|
325 | 328 | } |
|
326 | 329 | &:hover { |
|
327 |
background-color: @grey |
|
|
330 | background-color: @grey7; | |
|
328 | 331 | -webkit-transition: background .3s; |
|
329 | 332 | -moz-transition: background .3s; |
|
330 | 333 | -o-transition: background .3s; |
General Comments 0
You need to be logged in to leave comments.
Login now