diff options
author | friendica <info@friendica.com> | 2012-06-12 20:46:30 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-12 20:46:30 -0700 |
commit | 920ea2e1c759b96bbcad246422b33d7f2c8fc552 (patch) | |
tree | 2286c33dbccab5d0ea3ede5999f8ec20226374e0 /view/theme/duepuntozero | |
parent | 832d9eeaaf7c439f3f8802d35e0e4a40509bddf5 (diff) | |
download | volse-hubzilla-920ea2e1c759b96bbcad246422b33d7f2c8fc552.tar.gz volse-hubzilla-920ea2e1c759b96bbcad246422b33d7f2c8fc552.tar.bz2 volse-hubzilla-920ea2e1c759b96bbcad246422b33d7f2c8fc552.zip |
archive widget
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index ab660888f..3264caf52 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -3226,3 +3226,7 @@ ul.menu-popup { .autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px; _margin:0; _overflow-x:hidden; } .autocomplete .selected { background:#F0F0F0; } .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; } + +#datebrowse-sidebar select { + margin-left: 25px; +} |