css fixes

This commit is contained in:
Mario Vavti 2015-11-17 11:32:37 +01:00
parent b531486dab
commit 9e3d130ad9
2 changed files with 9 additions and 7 deletions

View File

@ -29,7 +29,7 @@ nav ul li {
max-height: 50px; max-height: 50px;
} }
nav img { nav .navbar-header img {
height: 49px; height: 49px;
width: 49px; width: 49px;
margin-top: 1px; margin-top: 1px;
@ -63,16 +63,14 @@ aside .nav-pills > li > a {
.dropdown-menu img { .dropdown-menu img {
float: left; float: left;
width: 32px; width: 36px;
height: 32px; height: 36px;
margin-right: 5px; margin-right: 5px;
} }
.dropdown-menu li a { .dropdown-menu li a {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
line-height: 1em;
padding: 5px 10px;
} }
.nav-tabs.nav-justified > li { .nav-tabs.nav-justified > li {

View File

@ -1328,6 +1328,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
.contactname { .contactname {
padding-top: 2px; padding-top: 2px;
font-weight: bold; font-weight: bold;
line-height: 1em;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -1335,7 +1336,7 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
} }
.dropdown-sub-text { .dropdown-sub-text {
font-size: 0.833em; line-height: 1em;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
display: block; display: block;
@ -1720,7 +1721,8 @@ img.mail-conv-sender-photo {
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444; box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
} }
.wall-item-ago { .wall-item-ago,
.dropdown-sub-text {
color: #777; color: #777;
font-size: 0.833em; font-size: 0.833em;
} }
@ -1854,6 +1856,8 @@ nav .dropdown-menu {
border-bottom-left-radius: $radiuspx; border-bottom-left-radius: $radiuspx;
} }
#usermenu-caret { #usermenu-caret {
color: $nav_icon_colour; color: $nav_icon_colour;
} }