display news on dashboard home page
This commit is contained in:
parent
1fa7dcdb2b
commit
b932873b1d
5 changed files with 205 additions and 88 deletions
|
@ -327,7 +327,7 @@ h1 .imageLink {
|
|||
}
|
||||
|
||||
.appLinks img {
|
||||
height: 32px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 450px) {
|
||||
|
@ -780,3 +780,63 @@ progress {
|
|||
#editItemMetadataPage #txtOverview {
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
|
||||
.latestNewsItems {
|
||||
min-height: 100px;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.newsItem {
|
||||
padding: 1em 0;
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.newsItemDescription {
|
||||
max-height: 50px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.newsItemHeader {
|
||||
font-size: 15px;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1440px) {
|
||||
|
||||
.dashboardHomeRightColumn {
|
||||
margin-top: 3em;
|
||||
}
|
||||
}
|
||||
|
||||
.dashboardContent {
|
||||
max-width: 1000px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1440px) {
|
||||
|
||||
.dashboardHomeLeftColumn {
|
||||
width: 600px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.latestNewsItems {
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
.dashboardHomeRightColumn {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1600px) {
|
||||
|
||||
.latestNewsItems {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.dashboardContent {
|
||||
max-width: 1100px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue