diff --git a/css/main.css b/css/main.css index 0c9cf06b5..037b80b42 100644 --- a/css/main.css +++ b/css/main.css @@ -223,6 +223,11 @@ small.has-error { font-weight: bold; } +.small { + font-size: 60%; + line-height: inherit; +} + @media (max-width: 641px) { .hide_menu { display: none; @@ -265,7 +270,9 @@ hr { margin: 2.25rem 0;} .size-48 { font-size: 48px; } .size-60 { font-size: 60px; } .size-72 { font-size: 72px; } +.m5t {margin-top: 5px;} .m10t {margin-top: 10px;} +.m5b {margin-bottom: 5px;} .m10b {margin-bottom: 10px;} .m15b {margin-bottom: 20px !important;} .m10r {margin-right: 10px;} @@ -607,3 +614,10 @@ p.dr-notification-text { font-size: 12px; } +.ellipsis { + display: block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + diff --git a/css/tpl-default.css b/css/tpl-default.css index f81b4ff12..9e1f7b00e 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -178,10 +178,6 @@ small.has-error { .transactions button, .transactions .button { padding: 0.5rem 2rem; } -.small { - font-size: 60%; - line-height: inherit; -} button.radius, .button.radius { -webkit-border-radius: 5px; @@ -321,3 +317,7 @@ input.ng-invalid-wallet-secret { color: #B4D455; } +.success { + color: #3FBC9C; +} + diff --git a/index.html b/index.html index 3bd01f64d..6e32d827c 100644 --- a/index.html +++ b/index.html @@ -141,7 +141,7 @@
+ ng-repeat="c in $root.wallet.getRegisteredPeerIds()" class="has-tip" tooltip-popup-delay="1000" tooltip-placement="top" tooltip="{{c.nick}}">