This commit is contained in:
Teja 2015-03-01 12:58:59 +01:00
parent d307719044
commit 43a476ed1d

View file

@ -1724,6 +1724,15 @@ input.search-query,
font-weight: bold;
}
#navbar_login>a>span {
max-width: 120px;
overflow: hidden;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
}
#settingsTabs li.saveInProgress a:after {
content:"\f021";
font-family: FontAwesome;