summaryrefslogtreecommitdiff
path: root/ui/app/components/addressbook/addressbook.less
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2017-03-15 11:45:08 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-15 19:09:47 +0100
commit5cbd979690212ac414bd7d399ec5183190fbf6f2 (patch)
tree2c3d8cff6451f5c4dce4198d25aaeaeee3f39e7f /ui/app/components/addressbook/addressbook.less
parent03b874769c14a6dd8675cace24b11517848cebce (diff)
[feat] minimal addressbook ui
Diffstat (limited to 'ui/app/components/addressbook/addressbook.less')
-rw-r--r--ui/app/components/addressbook/addressbook.less43
1 files changed, 41 insertions, 2 deletions
diff --git a/ui/app/components/addressbook/addressbook.less b/ui/app/components/addressbook/addressbook.less
index 53e505b6..5ca45411 100644
--- a/ui/app/components/addressbook/addressbook.less
+++ b/ui/app/components/addressbook/addressbook.less
@@ -1,6 +1,12 @@
+@left-margin: 30px;
+
.body {
- // background-color: #333;
+}
+
+.header .title {
+ line-height: 32px;
+ padding-left: 15px;
}
.darkBg {
@@ -30,5 +36,38 @@
.lightFg {
border-radius: 4px;
background-color: #fff;
- padding: 15px;
+}
+
+.key-list-item {
+ border-bottom: 1px solid #ccc;
+ .top-row {
+ &:hover {
+ background-color: #eee;
+ }
+ padding: 15px;
+ font-weight: bold;
+ font-size: 1.2em;
+ &:first-child {
+ border-radius: 4px 4px 0 0;
+ }
+ }
+ .expander {
+ width: @left-margin;
+ float: left;
+ .glyphicon {}
+ }
+ .address {
+ margin-left: @left-margin;
+ word-break: break-all;
+ }
+ .details {
+ margin-left: @left-margin;
+ padding: 15px;
+ }
+ .btn-toolbar {
+ margin-top: 15px;
+ }
+ .labels .label {
+ margin-left: 6px;
+ }
} \ No newline at end of file