aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-09-27 03:03:37 +0100
committerThomas Willingham <founder@kakste.com>2013-09-27 03:03:37 +0100
commitb838585e27f455d858fa4986ae9907bb2a9caa88 (patch)
treeb9704e730e0df626586e04fc22c616bd8a5d3a80 /view
parent8d92d21135aeadb9a2bf498a8697d2d3694abcd1 (diff)
downloadvolse-hubzilla-b838585e27f455d858fa4986ae9907bb2a9caa88.tar.gz
volse-hubzilla-b838585e27f455d858fa4986ae9907bb2a9caa88.tar.bz2
volse-hubzilla-b838585e27f455d858fa4986ae9907bb2a9caa88.zip
Issue #131
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css11
-rwxr-xr-xview/tpl/abook_edit.tpl2
2 files changed, 11 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index ae58fb17a..500b64e73 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2499,7 +2499,7 @@ brain is weird like that */
}
.field_abook_help {
- color: #888;
+ color: #000;
}
.abook-them {
margin-left: 225px;
@@ -2513,6 +2513,13 @@ brain is weird like that */
margin-bottom: 5px !important;
}
+.abook-pending-contact {
+ background: orange;
+ font-weight: bold;
+ margin: 10px;
+ padding: 20px 5px 10px;
+}
+
#contact-slider {
width: 600px !important;
}
@@ -2522,7 +2529,7 @@ brain is weird like that */
width: 100px !important;
}
.field_abook_help {
- float: left;
+ float: right;
}
.field .onoff {
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl
index c285e56d1..0fb9b11f7 100755
--- a/view/tpl/abook_edit.tpl
+++ b/view/tpl/abook_edit.tpl
@@ -40,7 +40,9 @@
{{if $is_pending}}
+<div class="abook-pending-contact">
{{include file="field_checkbox.tpl" field=$unapproved}}
+</div>
{{/if}}
<br />