diff options
author | elijah <elijah@riseup.net> | 2017-03-15 11:45:08 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-03-15 19:09:47 +0100 |
commit | 5cbd979690212ac414bd7d399ec5183190fbf6f2 (patch) | |
tree | 2c3d8cff6451f5c4dce4198d25aaeaeee3f39e7f /ui/app/css | |
parent | 03b874769c14a6dd8675cace24b11517848cebce (diff) |
[feat] minimal addressbook ui
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/common.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/app/css/common.css b/ui/app/css/common.css index a0d2c35f..7d8680f4 100644 --- a/ui/app/css/common.css +++ b/ui/app/css/common.css @@ -119,4 +119,6 @@ body { h1.first { margin-top: 0px } -.vspacer {margin-top: 20px }
\ No newline at end of file +.vspacer {margin-top: 20px } + +.clickable {cursor: pointer;}
\ No newline at end of file |