Added colored status indicator for narrow screens. (Fixes #1084)

This commit is contained in:
bigbear2nd
2015-01-08 19:04:27 +09:00
parent 1b6c700e18
commit 2aac1cde04
2 changed files with 21 additions and 13 deletions

View File

@@ -39,6 +39,8 @@ ul+h5 {
.panel-title {
position: relative;
text-overflow:ellipsis;
overflow:hidden;
}
identicon {
@@ -73,6 +75,10 @@ identicon {
top: 1px;
}
.panel-heading .glyphicon {
margin-right: 15px;
}
.panel-heading {
position: relative;
overflow: hidden;