aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-11 21:46:03 +0100
committermarijus <mario@localhost.localdomain>2013-12-11 21:46:03 +0100
commit169266b4547460296355b63c06dd0643667093d0 (patch)
tree2e67383f467d12dfdb724a0a044b09bdd8c77fb9 /view
parentdd7fea10c1b70534b76bc4d5ea044187cd4cb77b (diff)
downloadvolse-hubzilla-169266b4547460296355b63c06dd0643667093d0.tar.gz
volse-hubzilla-169266b4547460296355b63c06dd0643667093d0.tar.bz2
volse-hubzilla-169266b4547460296355b63c06dd0643667093d0.zip
unify styling a little
Diffstat (limited to 'view')
-rw-r--r--view/css/widgets.css18
-rw-r--r--view/theme/redbasic/css/style.css7
2 files changed, 10 insertions, 15 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 3eb72eafc..117751e43 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -66,21 +66,9 @@
/* posted date */
#datebrowse-sidebar select {
- margin-left: 25px;
- opacity: 0.3;
- filter:alpha(opacity=30);
-}
-
-#datebrowse-sidebar select:hover {
- opacity: 1.0;
- filter:alpha(opacity=100);
-}
-
-#posted-date-selector {
- margin-left: 30px !important;
- margin-top: 5px !important;
- margin-right: 0px !important;
- margin-bottom: 0px !important;
+ width: 190px;
+ max-width: 190px;
+ height: 150px;
}
/* categories */
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index d716680ce..ce13fa94c 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2487,6 +2487,12 @@ img.mail-list-sender-photo {
border-radius: $radiuspx;
}
+#note-text {
+ border: 1px solid #ccc;
+ border-radius: $radiuspx;
+ -moz-border-radius: $radiuspx;
+}
+
#saved-search-ul {
list-style-type: none;
}
@@ -2496,6 +2502,7 @@ img.mail-list-sender-photo {
}
#datebrowse-sidebar select {
+ border: 1px solid #ccc;
border-radius: $radiuspx;
-moz-border-radius: $radiuspx;
}