18 lines
No EOL
314 B
CSS
18 lines
No EOL
314 B
CSS
.appwidget-latestinbox .contents {
|
|
padding: 0 !important;
|
|
|
|
}
|
|
.appwidget-latestinbox .item {
|
|
border-width: 1px 0 0 0;
|
|
padding: 0.5em 0.5em 0.5em 1em;
|
|
width: 100%;
|
|
}
|
|
|
|
.appwidget-latestinbox .item:first-child {
|
|
border-top: 0px;
|
|
}
|
|
|
|
.appwidget-latestinbox .actions {
|
|
margin-top: 0.4em;
|
|
font-size: 0.8em;
|
|
} |