Initial version of newsfeed in admin dashboard
This commit is contained in:
19
templates/Sparkle/assets/css/main.css
vendored
19
templates/Sparkle/assets/css/main.css
vendored
@@ -490,6 +490,7 @@ nav {
|
||||
float: left;
|
||||
width:230px;
|
||||
background-color:#f7f8fa;
|
||||
min-height: 500px;
|
||||
}
|
||||
nav div:first-child {
|
||||
display: none;
|
||||
@@ -939,3 +940,21 @@ label.nobr {
|
||||
.canvasbox canvas {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
/* NEWSFEED */
|
||||
.newsitem {
|
||||
border-bottom: 1px solid #f1f2f3;
|
||||
padding: 6px 10px 8px 10px;
|
||||
height: 16px;
|
||||
line-height: 20px;
|
||||
margin: 0 10px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.newsitem a {
|
||||
color: #333;
|
||||
}
|
||||
.newsitem b {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user