add left and right padding to the dashboard applets
This helps when applying themes
This commit is contained in:
parent
91dcc94e82
commit
61db1c42a3
|
|
@ -2792,6 +2792,7 @@ else { //default: white
|
|||
}
|
||||
|
||||
span.hud_title {
|
||||
padding: 0px 5px 0px 5px;
|
||||
display: block;
|
||||
width: 100%;
|
||||
font-family: <?=$dashboard_label_text_font?>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue