1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-25 18:52:20 -05:00

[ux] float menu buttons

This commit is contained in:
karolinaszczur 2013-10-25 18:01:16 +02:00
parent baaa81c9ed
commit 463fb2baf3
3 changed files with 17 additions and 18 deletions

View File

@ -571,26 +571,25 @@ button.secondary:hover:not(:disabled) {
user-select: none; user-select: none;
} }
#menu .main { #menu .main {
margin-bottom: 10px; margin: 10px 0 0 0;
}
#menu .main li {
list-style-type: none;
margin: 10px 0 5px 0;
text-align: center; text-align: center;
} }
#menu .main li:last-child { #menu .main li {
margin: 0; display: inline-block;
}
#menu .main li:last-of-type a {
margin-left: 5px;
padding-left: 30px;
} }
#menu .main li svg { #menu .main li svg {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 10px; left: 5px;
margin-top: -13px; margin-top: -13px;
fill: #fff; fill: #fff;
} }
#menu .main li a { #menu .main li a {
position: relative; position: relative;
width: 150px;
} }
#menu h1 { #menu h1 {
font-size: 12px; font-size: 12px;

View File

@ -15,25 +15,25 @@
noselect() noselect()
.main .main
margin-bottom: 10px margin: 10px 0 0 0
text-align: center
li li
list-style-type: none display: inline-block
margin: 10px 0 5px 0
text-align: center
&:last-child &:last-of-type
margin: 0 a
margin-left: 5px
padding-left: 30px
svg svg
position: absolute position: absolute
top: 50% top: 50%
left: 10px left: 5px
margin-top: -13px margin-top: -13px
fill: white fill: white
a a
position: relative position: relative
width: 150px
h1 h1
font-size: $font-size-small font-size: $font-size-small

View File

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# 0.0.1 1382715439961 # 0.0.1 1382716344670
CACHE: CACHE:
/app.js /app.js