aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-25 15:12:54 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-25 15:12:54 -0800
commitb33420179712c0ba5dce484e63e7a9a0201daab1 (patch)
tree3bfae15164edd2f0e7cdf8c130046b3f86fcd366 /view/theme
parent0559db9cf81267c34ca014fef1aebe1cf31de2ab (diff)
downloadvolse-hubzilla-b33420179712c0ba5dce484e63e7a9a0201daab1.tar.gz
volse-hubzilla-b33420179712c0ba5dce484e63e7a9a0201daab1.tar.bz2
volse-hubzilla-b33420179712c0ba5dce484e63e7a9a0201daab1.zip
removed block style on dropdown contact name and details, added dropdown-menu-img-sm on nav search dropdown; as many dropdowns were unuseable
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 959550dbd..2fde8fde9 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1289,14 +1289,14 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
- display: block;
+/* display: block; */
}
.dropdown-sub-text {
line-height: 1em;
overflow: hidden;
text-overflow: ellipsis;
- display: block;
+/* display: block; */
}
.notify-seen a {
@@ -2291,3 +2291,4 @@ nav .badge.mail-update:hover {
.response-list ul {
list-style-type: none;
}
+