increase target size for table action icons

This commit is contained in:
Frédéric Péters 2018-04-05 13:46:54 +02:00
parent 09840125dd
commit 2b848adb52
1 changed files with 5 additions and 5 deletions

View File

@ -271,16 +271,16 @@ div.table-container table tr.even td {
#content .actions a {
display: inline-block;
width: 16px;
width: 24px;
text-indent: -11110px;
text-decoration: none;
border: 0;
}
.actions a.plus { background: url(list-add-symbolic.png) top left no-repeat; }
.actions a.gear { background: url(system-run-symbolic.png) top left no-repeat; }
.actions a.list { background: url(view-list-symbolic.png) top left no-repeat; }
.actions a.columns { background: url(view-columns-symbolic.png) top left no-repeat; }
.actions a.plus { background: url(list-add-symbolic.png) top center no-repeat; }
.actions a.gear { background: url(system-run-symbolic.png) top center no-repeat; }
.actions a.list { background: url(view-list-symbolic.png) top center no-repeat; }
.actions a.columns { background: url(view-columns-symbolic.png) top center no-repeat; }
ul#extra-columns label {
font-weight: normal;