aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-09 21:49:38 -0700
committerfriendica <info@friendica.com>2014-04-09 21:49:38 -0700
commitc97222c2fcac5eef8d0a95db5156b99219e56d42 (patch)
tree2219f0832db92ec56c937be654ebd7b7d847cab5 /view/theme
parent8d8d73924224f1f3862bffa4822b7d62600afd62 (diff)
downloadvolse-hubzilla-c97222c2fcac5eef8d0a95db5156b99219e56d42.tar.gz
volse-hubzilla-c97222c2fcac5eef8d0a95db5156b99219e56d42.tar.bz2
volse-hubzilla-c97222c2fcac5eef8d0a95db5156b99219e56d42.zip
improve the appearance of the ACL selector in a hackish way on the short term -
it really needs to be re-worked for bootstrap but in any event the words "show" and "don't show" make a mess of it. We should probably just use icons (with a bit of padding) that people can select with a touchscreen and reformat the box accordingly.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 6ee71a1bd..2b4314fdb 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1566,7 +1566,7 @@ header {
float: left;
display: block;
width: auto;
- height: 18px;
+ height: 26px;
background-color: #cccccc;
background-image: url("../../../../images/show_all_off.png");
background-position: 7px 7px;
@@ -1611,7 +1611,7 @@ header {
background-color: #ddddff;
}
-.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
+.acl-list-item p { height: 12px; font-size: 10px; margin: 0px; overflow: hidden;}
.acl-list-item a {
font-size: 8px;
display: block;