aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-10 16:06:09 -0700
committerzotlabs <mike@macgirvin.com>2017-10-10 16:06:09 -0700
commit4203d43c58044582fdab9e46cddef7e7fa7b23fa (patch)
tree66bb85a48115c85ac2b60b199047325aef2ab5b1 /view/theme/redbasic/css
parent6a2c5e07310e723d020e4b6d4123181db5c805db (diff)
parent07ae4319501ac6edc024a849b4d060f171f27178 (diff)
downloadvolse-hubzilla-4203d43c58044582fdab9e46cddef7e7fa7b23fa.tar.gz
volse-hubzilla-4203d43c58044582fdab9e46cddef7e7fa7b23fa.tar.bz2
volse-hubzilla-4203d43c58044582fdab9e46cddef7e7fa7b23fa.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/align_left.css8
-rw-r--r--view/theme/redbasic/css/style.css3
2 files changed, 3 insertions, 8 deletions
diff --git a/view/theme/redbasic/css/align_left.css b/view/theme/redbasic/css/align_left.css
deleted file mode 100644
index acb2893e3..000000000
--- a/view/theme/redbasic/css/align_left.css
+++ /dev/null
@@ -1,8 +0,0 @@
-main {
- margin-left: 0px;
-}
-
-aside#region_3 {
- width: auto;
- padding: 0px 0px 0px 0px;
-}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 2e8d71954..8b4a6ac82 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -787,18 +787,21 @@ div.jGrowl div.jGrowl-notification {
.contactname {
font-weight: bold;
+ color: $font_colour;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.dropdown-notification,
+.notification,
.member-item {
line-height: 1.1em;
font-size: 0.75rem;
overflow: hidden;
text-overflow: ellipsis;
display: block;
+ white-space: nowrap;
}
#acl-search::-webkit-input-placeholder {