Merge pull request #2084 from netchampfaris/ui-fixes

ui fixes frappe/erpnext#6422 frappe/erpnext#6423
This commit is contained in:
Nabin Hait 2016-09-22 12:34:25 +05:30 committed by GitHub
commit 41b2ada028
3 changed files with 18 additions and 3 deletions

View file

@ -126,7 +126,7 @@
color: #fff;
text-align: center;
padding: 2px 5px;
background-color: #98d85b;
background-color: #b8c2cc;
}
.navbar-new-comments-true {
background-color: #ff5858;

View file

@ -126,7 +126,7 @@
color: #fff;
text-align: center;
padding: 2px 5px;
background-color: #98d85b;
background-color: #b8c2cc;
}
.navbar-new-comments-true {
background-color: #ff5858;
@ -187,6 +187,14 @@
#navbar-breadcrumbs > li > a {
padding: 6px 15px 10px 0px;
}
@media (max-width: 1199px) {
#navbar-breadcrumbs > li > a {
width: 140px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.toolbar-user-fullname {
max-width: 200px;
display: inline-block;

View file

@ -153,7 +153,7 @@
color: #fff;
text-align: center;
padding: 2px 5px;
background-color: @indicator-green;
background-color: @indicator-darkgrey;
}
.navbar-new-comments-true {
@ -210,6 +210,13 @@
#navbar-breadcrumbs > li > a {
padding: 6px 15px 10px 0px;
@media (max-width: 1199px) {
width: 140px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.toolbar-user-fullname {