From e8be5814d464851b3c95ef09124b861f4bfc3dfc Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 28 Nov 2014 16:27:21 -0300 Subject: [PATCH] add new icon on sections --- css/src/icons.css | 83 ++++++++++++++++++++++++++-------- css/src/main.css | 10 ++-- js/controllers/sidebar.js | 10 ++-- views/createProfile.html | 10 ++-- views/home.html | 10 ++-- views/import.html | 2 +- views/importProfile.html | 9 ++-- views/includes/head.html | 24 +++++----- views/modals/address-book.html | 31 ++++++++----- views/send.html | 6 +-- views/settings.html | 28 ++++++++---- 11 files changed, 144 insertions(+), 79 deletions(-) diff --git a/css/src/icons.css b/css/src/icons.css index 7913445c6..6395244b7 100644 --- a/css/src/icons.css +++ b/css/src/icons.css @@ -50,33 +50,78 @@ -moz-osx-font-smoothing: grayscale; } +.icon-trash:before { + content: "\e626"; +} +.icon-history:before { + content: "\e623"; +} +.icon-reference:before { + content: "\e621"; +} +.icon-bell:before { + content: "\e61c"; +} .icon-receive:before { + content: "\e625"; +} +.icon-wrench:before { + content: "\e61d"; +} +.icon-download:before { + content: "\e61e"; +} +.icon-upload:before { + content: "\e61f"; +} +.icon-power:before { + content: "\e620"; +} +.icon-forward:before { + content: "\e624"; +} +.icon-wallet:before { + content: "\e622"; +} +.icon-compose:before { + content: "\e610"; +} +.icon-contact:before { + content: "\e611"; +} +.icon-email:before { + content: "\e612"; +} +.icon-gear:before { content: "\e613"; } +.icon-home:before { + content: "\e614"; +} +.icon-locked:before { + content: "\e615"; +} +.icon-paperplane:before { + content: "\e617"; +} +.icon-people:before { + content: "\e618"; +} +.icon-person:before { + content: "\e619"; +} +.icon-pricetag:before { + content: "\e61a"; +} +.icon-pricetags:before { + content: "\e61b"; +} .icon-bitcoin:before { content: "\e60f"; } -.icon-history:before { - content: "\e610"; -} -.icon-home:before { - content: "\e611"; -} -.icon-label:before { - content: "\e612"; -} -.icon-send:before { - content: "\e614"; -} -.icon-setting:before { - content: "\e615"; -} .icon-usd:before { content: "\e616"; } -.icon-wallet:before { - content: "\e617"; -} .icon-arrow-left:before { content: "\e600"; } @@ -121,4 +166,4 @@ } .icon-arrow-up4:before { content: "\e60e"; -} \ No newline at end of file +} diff --git a/css/src/main.css b/css/src/main.css index b1f045ee8..cbfa2f220 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -159,10 +159,12 @@ header .alt-currency { .head .menu ul li a { display: block; padding: 5px 10px; + color: #8597A7; } .head .menu ul li a:hover { - background-color: #fff; + background-color: #F8F8FB; + color: #2C3E50; } .col1 { @@ -1305,10 +1307,10 @@ a:hover .photo-container { .input i { position: absolute; - top: 25%; + top: 10px; left: 10px; - font-size: 18px; - color: #CAD2DB; + font-size: 20px; + color: #7A8C9E; border-right: 1px solid #ccc; padding-right: 8px; border-right: 1px solid #E5E8EB; diff --git a/js/controllers/sidebar.js b/js/controllers/sidebar.js index 4ee22cc00..e64de73db 100644 --- a/js/controllers/sidebar.js +++ b/js/controllers/sidebar.js @@ -4,23 +4,23 @@ angular.module('copayApp.controllers').controller('SidebarController', function( $scope.menu = [{ 'title': 'Home', - 'icon': 'fi-home', + 'icon': 'icon-home', 'link': 'homeWallet' }, { 'title': 'Receive', - 'icon': 'fi-download', + 'icon': 'icon-receive', 'link': 'receive' }, { 'title': 'Send', - 'icon': 'fi-arrow-right', + 'icon': 'icon-paperplane', 'link': 'send' }, { 'title': 'History', - 'icon': 'fi-clipboard-pencil', + 'icon': 'icon-history', 'link': 'history' }, { 'title': 'Settings', - 'icon': 'fi-widget', + 'icon': 'icon-gear', 'link': 'more' }]; diff --git a/views/createProfile.html b/views/createProfile.html index c06aa700f..dd034d5ff 100644 --- a/views/createProfile.html +++ b/views/createProfile.html @@ -41,7 +41,7 @@
- +
@@ -49,7 +49,7 @@ - +
@@ -67,7 +67,7 @@ class="input form-control" name="repeatpassword" placeholder="{{'Repeat password'|translate}}" match="password" required> - +