aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2013-12-11 21:28:42 +0100
committermarijus <mario@localhost.localdomain>2013-12-11 21:28:42 +0100
commitdd7fea10c1b70534b76bc4d5ea044187cd4cb77b (patch)
tree24f3bd5a483665a6c867a05d4c0c0d7a2ebe3a9c /view/css
parent88761ec9ecf46dd3a3468fbff8a83651480c2a22 (diff)
downloadvolse-hubzilla-dd7fea10c1b70534b76bc4d5ea044187cd4cb77b.tar.gz
volse-hubzilla-dd7fea10c1b70534b76bc4d5ea044187cd4cb77b.tar.bz2
volse-hubzilla-dd7fea10c1b70534b76bc4d5ea044187cd4cb77b.zip
split out widgets.css
Diffstat (limited to 'view/css')
-rw-r--r--view/css/widgets.css98
1 files changed, 98 insertions, 0 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css
new file mode 100644
index 000000000..3eb72eafc
--- /dev/null
+++ b/view/css/widgets.css
@@ -0,0 +1,98 @@
+.widget {
+ padding: 8px;
+ margin-top: 5px;
+}
+
+/* suggest */
+
+.suggest-widget-more {
+ margin-top: 10px;
+}
+
+/* follow */
+
+#side-follow-url {
+ margin-top: 5px;
+}
+
+#side-follow-submit {
+ margin-top: 15px;
+}
+
+/* notes */
+
+#note-text {
+ width: 190px;
+ max-width: 190px;
+ height: 150px;
+}
+
+#note-save {
+ margin-top: 10px;
+}
+
+/* saved searches */
+
+.saved-search-li {
+ margin-top: 3px;
+}
+
+.saved-search-li i {
+ opacity: 0;
+}
+
+.saved-search-li:hover i {
+ opacity: 1;
+}
+
+.savedsearchdrop {
+ opacity: 0;
+}
+
+/* fileas */
+
+.fileas-ul li {
+ margin-top: 10px;
+}
+
+.fileas-link {
+ margin-left: 24px;
+}
+
+.fileas-all {
+ margin-left: 0px;
+}
+
+/* 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;
+}
+
+/* categories */
+
+.categories-ul li {
+ margin-top: 10px;
+}
+
+.categories-link {
+ margin-left: 24px;
+}
+
+.categories-all {
+ margin-left: 0px;
+}