diff options
author | Thomas Willingham <founder@kakste.com> | 2013-04-16 04:20:29 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-04-16 04:20:29 +0100 |
commit | dc80dce95e5c94912050c763c1e617e228a80b86 (patch) | |
tree | 1fb1f8248b59c9a12f924b690ad563849258dc30 /view/theme/redbasic/css | |
parent | 7e6890832b15d8417cb812cbaa00d3ed8c954ef0 (diff) | |
download | volse-hubzilla-dc80dce95e5c94912050c763c1e617e228a80b86.tar.gz volse-hubzilla-dc80dce95e5c94912050c763c1e617e228a80b86.tar.bz2 volse-hubzilla-dc80dce95e5c94912050c763c1e617e228a80b86.zip |
Fix acl
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 26d296216..165eefc3d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3659,6 +3659,15 @@ ul.menu-popup { width: 690px; float:left; } + +div.pp_pic_holder { +width: 800px !important; +} + +.pp_content { +width: 100% !important; +} + #acl-search { float:right; background: #ffffff url("../../../../images/search_18.png") no-repeat right center; |