removed ... from user name, spread out menu, added a hover state to dropdown elements
This commit is contained in:
parent
6e603bf2af
commit
f4445a1a0d
1 changed files with 6 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ header
|
||||||
:text-overflow ellipsis
|
:text-overflow ellipsis
|
||||||
:text-shadow 0 1px 0 #000
|
:text-shadow 0 1px 0 #000
|
||||||
|
|
||||||
:width 100px
|
:width auto
|
||||||
|
|
||||||
:z-index 10
|
:z-index 10
|
||||||
:padding 5px 10px
|
:padding 5px 10px
|
||||||
|
|
@ -160,9 +160,14 @@ header
|
||||||
|
|
||||||
li
|
li
|
||||||
:display none
|
:display none
|
||||||
|
:padding 4px
|
||||||
|
|
||||||
a
|
a
|
||||||
:display block
|
:display block
|
||||||
|
&:hover
|
||||||
|
:background
|
||||||
|
:color #009
|
||||||
|
|
||||||
|
|
||||||
&.active
|
&.active
|
||||||
:margin
|
:margin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue