diff --git a/css/src/main.css b/css/src/main.css index 901072824..9df1e9080 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -4,6 +4,8 @@ * */ + + @font-face { font-family: 'Ubuntu'; font-style: normal; @@ -131,9 +133,11 @@ header .alt-currency { } .head { + padding-left: 20px; + -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.10); + box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.10); background-color: #FFF; height: 62px; - border-bottom: 1px solid #eee; position: fixed; z-index: 10; left: 250px; @@ -173,9 +177,9 @@ header .alt-currency { } .head .menu ul.hover { - background-color: #fff; - border: 1px solid #eee; - border-top: 1px solid #fff; + background: #FFFFFF; + -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); + box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25); } .head .menu ul li a { @@ -198,12 +202,13 @@ header .alt-currency { } .col3 a { + font-size: 20px; display: block; height: 62px; width: 30px; float: right; background-color: #23C9A9; - padding: 19px 12px; + padding: 22px 6px; color: #B6E9DF; } @@ -529,6 +534,7 @@ a.button-setup { .br100 {border-radius: 100%;} .lh {line-height: 0;} .oh {overflow:hidden;} +.vm {vertical-align: middle;} .small { font-size: 60%; diff --git a/font/icomoon.eot b/font/icomoon.eot new file mode 100755 index 000000000..b8ff229bc Binary files /dev/null and b/font/icomoon.eot differ diff --git a/font/icomoon.svg b/font/icomoon.svg new file mode 100755 index 000000000..5504c7b77 --- /dev/null +++ b/font/icomoon.svg @@ -0,0 +1,25 @@ + + + \ No newline at end of file diff --git a/font/icomoon.ttf b/font/icomoon.ttf new file mode 100755 index 000000000..3ac922071 Binary files /dev/null and b/font/icomoon.ttf differ diff --git a/font/icomoon.woff b/font/icomoon.woff new file mode 100755 index 000000000..86fcfb928 Binary files /dev/null and b/font/icomoon.woff differ diff --git a/index.html b/index.html index 74700d222..730ed48d9 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,8 @@ - + + diff --git a/views/includes/head.html b/views/includes/head.html index 33d1d41d7..9716688a2 100644 --- a/views/includes/head.html +++ b/views/includes/head.html @@ -4,7 +4,7 @@