|
@@ -24,15 +24,19 @@ nav
|
|
|
z-index: 1000
|
|
z-index: 1000
|
|
|
float: left
|
|
float: left
|
|
|
|
|
|
|
|
- & a.button
|
|
|
|
|
|
|
+ & .button, button
|
|
|
margin: 6px 2px 0 2px
|
|
margin: 6px 2px 0 2px
|
|
|
- font-size: FONT_SIZE_SMALL
|
|
|
|
|
- line-height: 30px
|
|
|
|
|
|
|
+ line-height: 31px !important
|
|
|
& > .icon
|
|
& > .icon
|
|
|
- font-size: 1.3em
|
|
|
|
|
- height: 18px
|
|
|
|
|
|
|
+ font-size: 1.5em
|
|
|
|
|
+ position: relative
|
|
|
|
|
+ top: 3px
|
|
|
|
|
+ height: SIZE = 20px
|
|
|
|
|
+ width: SIZE
|
|
|
|
|
+ line-height: SIZE
|
|
|
display: inline-block
|
|
display: inline-block
|
|
|
|
|
|
|
|
|
|
+
|
|
|
&.right a.button:last-child
|
|
&.right a.button:last-child
|
|
|
margin-right: 6px
|
|
margin-right: 6px
|
|
|
&:not(.right) a.button:first-child
|
|
&:not(.right) a.button:first-child
|
|
@@ -41,7 +45,7 @@ nav
|
|
|
& a:not(.button)
|
|
& a:not(.button)
|
|
|
height: HEADER_FOOTER_HEIGHT
|
|
height: HEADER_FOOTER_HEIGHT
|
|
|
& > .icon
|
|
& > .icon
|
|
|
- font-size: 1.7em
|
|
|
|
|
|
|
+ font-size: 1.8em
|
|
|
|
|
|
|
|
& .tag
|
|
& .tag
|
|
|
position: relative
|
|
position: relative
|