Skip to content

Commit

Permalink
Fixed issue #08689: align of check boxes (survey permissions)
Browse files Browse the repository at this point in the history
Dev Tweak the table styles
  • Loading branch information
tpartner committed Feb 12, 2014
1 parent c026901 commit 2e8c140
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles/blobblueish/adminstyle.css
Expand Up @@ -1476,6 +1476,15 @@ thead th
.usersurveypermissions th{
padding:0 2em;
}
.userpermissions td,
.usersurveypermissions td {
padding: 0.2em 0.5em;
text-align:center;
}
.userpermissions input[type="checkbox"],
.usersurveypermissions [type="checkbox"] {
margin: 0;
}

#responsedetail td{
padding:3px 5px;
Expand Down
9 changes: 9 additions & 0 deletions styles/darkblue/adminstyle.css
Expand Up @@ -1555,6 +1555,15 @@ thead th
.usersurveypermissions th{
padding:0 2em;
}
.userpermissions td,
.usersurveypermissions td {
padding: 0.2em 0.5em;
text-align:center;
}
.userpermissions input[type="checkbox"],
.usersurveypermissions [type="checkbox"] {
margin: 0;
}

#responsedetail td{
padding:3px 5px;
Expand Down
9 changes: 9 additions & 0 deletions styles/gringegreen/adminstyle.css
Expand Up @@ -1498,6 +1498,15 @@ thead th
.usersurveypermissions th{
padding:0 2em;
}
.userpermissions td,
.usersurveypermissions td {
padding: 0.2em 0.5em;
text-align:center;
}
.userpermissions input[type="checkbox"],
.usersurveypermissions [type="checkbox"] {
margin: 0;
}

#responsedetail td{
padding:3px 5px;
Expand Down

0 comments on commit 2e8c140

Please sign in to comment.