diff options
author | friendica <info@friendica.com> | 2012-10-27 03:54:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-27 03:54:44 -0700 |
commit | e29618ee0df044b1ae292fb28a0a8fda34e63252 (patch) | |
tree | e93fdf039e9a8c4e5d8652746ae549bd59c00724 /view/theme/duepuntozero | |
parent | fb8b44f1b2c7cefecf540ff1224a529be2694a6a (diff) | |
download | volse-hubzilla-e29618ee0df044b1ae292fb28a0a8fda34e63252.tar.gz volse-hubzilla-e29618ee0df044b1ae292fb28a0a8fda34e63252.tar.bz2 volse-hubzilla-e29618ee0df044b1ae292fb28a0a8fda34e63252.zip |
contact group is now 'channel group'
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/css/style.css b/view/theme/duepuntozero/css/style.css index ea64ed4e7..a1a024c46 100644 --- a/view/theme/duepuntozero/css/style.css +++ b/view/theme/duepuntozero/css/style.css @@ -2981,8 +2981,8 @@ aside input[type='text'] { #lang-select-icon { cursor: pointer; position: absolute; - left: 0px; - top: 0px; + left: 4px; + top: 4px; opacity: 0.2; filter:alpha(opacity=20); } |