improve admin_index-information part 2/2

This commit is contained in:
BNoiZe
2013-11-17 19:30:09 +01:00
parent 7e383fcc10
commit 00375949b5
8 changed files with 473 additions and 15 deletions

View File

@@ -920,12 +920,16 @@ label.nobr {
background: url(../img/top.png) no-repeat;
}
.nowrap {
white-space: nowrap;
}
/* CANVAS STUFF */
.canvasitems {
position:relative;
overflow:hidden;
width:100%;
margin-top:10px;
margin-top:0px;
margin-bottom:10px;
padding: 0 0 0 10px;
}
@@ -939,15 +943,16 @@ label.nobr {
}
.canvasbox canvas {
width: 120px;
margin-bottom: 5px;
}
/* NEWSFEED */
.newsitem {
border-bottom: 1px solid #f1f2f3;
padding: 6px 10px 8px 10px;
height: 16px;
padding: 6px 5px 8px 5px;
height: 36px;
line-height: 20px;
margin: 0 10px;
margin: 0 5px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;