Improving the dashboard styling, fixed missing border-radius
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
22
templates/Sparkle/assets/css/main.css
vendored
22
templates/Sparkle/assets/css/main.css
vendored
@@ -687,13 +687,10 @@ select[multiple="multiple"] {
|
||||
}
|
||||
|
||||
.dboarditem {
|
||||
width: 100%;
|
||||
padding:0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.dboarditemnews {
|
||||
border:1px solid #d1d5d8;
|
||||
border-radius: 3px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.dboarditemfull {
|
||||
@@ -869,15 +866,15 @@ label.nobr {
|
||||
#newsfeed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.newsitem {
|
||||
border-bottom:1px solid #f1f2f3;
|
||||
padding:6px 5px 8px;
|
||||
height:52px;
|
||||
height:52px !important;
|
||||
line-height:18px;
|
||||
margin:0 5px;
|
||||
overflow:hidden;
|
||||
text-overflow:ellipsis;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
.newsitem:last-child {
|
||||
@@ -897,10 +894,6 @@ label.nobr {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
.newsitem b {
|
||||
margin-right:15px;
|
||||
}
|
||||
|
||||
.newsitem small {
|
||||
font-size:8px;
|
||||
color:gray;
|
||||
@@ -1024,12 +1017,10 @@ div.right {
|
||||
padding-top: 35px;
|
||||
}
|
||||
|
||||
.opera-only :-o-prefocus,
|
||||
.grid-g {
|
||||
.opera-only :-o-prefocus, .grid-g {
|
||||
word-spacing: -0.43em;
|
||||
}
|
||||
|
||||
|
||||
.grid-u {
|
||||
display: inline-block;
|
||||
zoom: 1; *display: inline;
|
||||
@@ -1039,7 +1030,6 @@ div.right {
|
||||
text-rendering: auto;
|
||||
}
|
||||
|
||||
|
||||
.grid-u-1,.grid-u-1-2 {
|
||||
display: inline-block;
|
||||
zoom: 1; *display: inline;
|
||||
@@ -1054,7 +1044,7 @@ div.right {
|
||||
}
|
||||
|
||||
.grid-u-1-2 {
|
||||
width: 50%;
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
.grid-offset-1-2 {
|
||||
|
||||
Reference in New Issue
Block a user