aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-30 16:10:59 -0700
committerzotlabs <mike@macgirvin.com>2017-03-30 16:10:59 -0700
commita9cceea8500bfb74aed21af9631b43188dd3ce29 (patch)
tree2165131d83b86f38c4b30b0dc4c7ccb70b70c4b0 /view/css
parentb51ca4c8d3a36ed49582c4fe894944869b0d42a2 (diff)
parentdea487993828d00e7be9709752129e445a255171 (diff)
downloadvolse-hubzilla-a9cceea8500bfb74aed21af9631b43188dd3ce29.tar.gz
volse-hubzilla-a9cceea8500bfb74aed21af9631b43188dd3ce29.tar.bz2
volse-hubzilla-a9cceea8500bfb74aed21af9631b43188dd3ce29.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css4
-rw-r--r--view/css/widgets.css5
2 files changed, 5 insertions, 4 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index 0df56f621..8e6f4c882 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -67,10 +67,6 @@ code {
white-space: normal;
}
-.panel-group {
- margin-bottom: 0px;
-}
-
/* Bootstrap assumes that checkboxes are on the left of labels, while it's usually the opposite in Red */
.field.checkbox input[type="checkbox"] { margin-left: 0px; }
.field.checkbox label { padding-left: 0px; font-weight: 700}
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 880745ba2..c6eea1f41 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -7,6 +7,11 @@
margin-top: 0px;
}
+.widget .active .wall-item-ago,
+.widget .active .dropdown-sub-text {
+ color: #fff;
+}
+
.tags {
word-wrap: break-word;
}