aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-14 14:12:44 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-14 14:12:44 +0100
commit7b9df1d40101cff801208b8dbcf8c8c0bc42365e (patch)
treef65877866a5c8d98ecf3a7c9b97472b8ba259286 /view/theme
parent700c05a55bab34c40f24fbe4f83a0fa9882559b2 (diff)
downloadvolse-hubzilla-7b9df1d40101cff801208b8dbcf8c8c0bc42365e.tar.gz
volse-hubzilla-7b9df1d40101cff801208b8dbcf8c8c0bc42365e.tar.bz2
volse-hubzilla-7b9df1d40101cff801208b8dbcf8c8c0bc42365e.zip
css fixes
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css23
1 files changed, 6 insertions, 17 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index fe41c2bdd..498e816db 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -921,17 +921,14 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
display: block;
}
-.dropdown-sub-text {
+.dropdown-notification {
line-height: 1em;
+ font-size: 0.75rem;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
-.notify-seen a {
- background: #ddd;
-}
-
#page-spinner {
color: #777;
margin: 24px;
@@ -1470,11 +1467,6 @@ img.mail-conv-sender-photo {
color: $toolicon_colour;
}
-.widget .nav-item:hover {
- background-color: #eee;
- border-radius: $radiuspx;
-}
-
#note-text {
border: 1px solid #ccc;
border-radius: $radiuspx;
@@ -1537,8 +1529,8 @@ nav img {
}
.dropdown-menu-img-xs {
- height: 18px;
- width: 18px;
+ height: 1em;
+ width: 1em;
margin-right: 5px;
}
@@ -1701,12 +1693,9 @@ main.fullscreen .section-content-wrapper-np {
background-color: $item_colour;
}
-nav ul li .undefined,
-nav ul li .notify-seen,
-nav ul li .notify-unseen {
- max-height: 3rem;
+.notify-seen {
+ background-color: $item_colour;
}
-
/* bootstrap overrides */
.btn {