aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-12 20:46:30 -0700
committerfriendica <info@friendica.com>2012-06-12 20:46:30 -0700
commit920ea2e1c759b96bbcad246422b33d7f2c8fc552 (patch)
tree2286c33dbccab5d0ea3ede5999f8ec20226374e0 /view/theme
parent832d9eeaaf7c439f3f8802d35e0e4a40509bddf5 (diff)
downloadvolse-hubzilla-920ea2e1c759b96bbcad246422b33d7f2c8fc552.tar.gz
volse-hubzilla-920ea2e1c759b96bbcad246422b33d7f2c8fc552.tar.bz2
volse-hubzilla-920ea2e1c759b96bbcad246422b33d7f2c8fc552.zip
archive widget
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/duepuntozero/style.css4
-rw-r--r--view/theme/slackr/style.css14
2 files changed, 18 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;
+}
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css
index aa4d4b800..8a8f8c726 100644
--- a/view/theme/slackr/style.css
+++ b/view/theme/slackr/style.css
@@ -88,6 +88,20 @@ nav #site-location {
box-shadow: 4px 4px 3px 0 #444444;
}
+#datebrowse-sidebar select {
+ margin-left: 25px;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ opacity: 0.3;
+ filter:alpha(opacity=30);
+}
+
+#datebrowse-sidebar select:hover {
+ opacity: 1.0;
+ filter:alpha(opacity=100);
+}
+
+
.contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected, #profile-jot-submit, .categories-selected {
border-radius: 3px;
-moz-border-radius: 3px;