Skip to content

Commit 28eb134

Browse files
committed
style: Resize CSS icons in permission admin dialog
1 parent 0876704 commit 28eb134

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

themes/default/rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ span.horde-tree-image-16 {
100100
.tabset img {
101101
float: right;
102102
padding-right: 0;
103-
padding-left: 2px;
103+
padding-left: 4px;
104104
}
105105

106106
/* Preferences. */

themes/default/screen.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,9 @@ div.logintasks-item input {
908908
.tabset img {
909909
display: block;
910910
float: left;
911-
padding: 1px 2px 0 0;
911+
height: 16px;
912+
width: 16px;
913+
padding: 3px 4px 0 0;
912914
}
913915

914916
/* Preferences. */

0 commit comments

Comments
 (0)