Skip to content

Commit

Permalink
topnav and actionbutton components
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed May 15, 2012
1 parent 9c45ad4 commit 66aead2
Show file tree
Hide file tree
Showing 35 changed files with 7,096 additions and 50 deletions.
3 changes: 2 additions & 1 deletion Makefile
@@ -1,4 +1,5 @@
COMPONENTS = nav
COMPONENTS = actionbutton \
topnav

all:
@rm -fr build
Expand Down
19 changes: 19 additions & 0 deletions build/vk.css
@@ -0,0 +1,19 @@
.nav-button { font-size: 13.5px; background: #e5e5e5; color: #959595; float: left; line-height: 47px; height: 49px; text-align: center; }
.nav-button.round { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#e6e6e6)); position: relative; margin: 5px; font-size: 13.58px; text-shadow: 0 1px 0 white; color: #363636; line-height: 39px; height: 39px; border-radius: 3px; box-shadow: 0px 0px 1px rgba(0,0,0,1); z-index: 1}
.nav-button.round:active { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#fefefe));}
.nav-button.round .label { margin: 0 10px; }
.nav-button.srsbsns { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fe8657), to(#e9794f)); color: white; text-shadow: none; font-family: 'Open Sans Bold'; margin: 0; width: 100%; }
.nav-button.srsbsns:active { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9794f), to(#fe8657));}
.nav-button.disabled { background: #727272; color: #4a4a4a;}
.nav-button.back { position: relative; left: 7px; border-radius: 0px 3px 3px 0px; }
.nav-button#list { width: 80px; }
.nav-button#map { width: 79px; border-left: 1px solid #a0a0a0; }
.nav-button#start { padding: 0 10px; font-weight: bold; color: #464646; float: right; }
.nav-button.action { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9f2fc), to(#c5dbe4));}
.nav-button.action:active { background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5dbe4), to(#d9f2fc));}
.nav-button div { display: inline-block; margin: 8px 3px 0px 2px; line-height: 20px; }
.nav-button#start div { margin: 8px 3px 0px 2px; }
.nav-button#following div { margin: 9px 7px 0px 2px; }
.nav-button#following span {margin: 0 0 3px 7px;}

.nav-button.action span { display: inline-block; position: relative; top: 6px; }.topNav { z-index: 666; width: 100%; height: 49px; border-bottom: 1px solid #6d8f75; position: fixed; top: 0px; background-color: #e4e4e4; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#96c7a2), to(#87b492)); border-top-right-radius: 5px; border-top-left-radius: 5px;}

0 comments on commit 66aead2

Please sign in to comment.