Skip to content

Commit

Permalink
css tweak for toggle all checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Nov 20, 2017
1 parent 2d4d690 commit d3f2e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ textarea, select, input { border: solid 1px #ddd; background-color: #fff; color:
.msg_controls_visible { display: inline; }
.msg_controls a, .toggle_link { font-size: .6em; letter-spacing: 0px; color: #666; background-color: #fff; border: solid 1px #ede8e6; padding: 3px; width: 30px; border-radius: 3px; vertical-align: 3px; }
.msg_controls a { margin-right: 3px; }
.toggle_link { padding-left: 4px !important; padding-right: 4px !important; }
.toggle_link { padding-left: 4px !important; padding-right: 4px !important; padding-top: 4px !important;}
.refresh_list, .list_settings_link { opacity: .4; padding: 5px; padding-bottom: 0px; cursor: pointer; padding-right: 0px; vertical-align: -13px; }
.list_settings_dialog { display: none; padding: 10px; position: absolute; top: 0px; right: 0px; width: 600px; background-color: #efefef; border: solid 1px #ede8e6; }
.list_controls { position: absolute; right: 0px; padding-right: 10px; top: 0px; padding-top: 10px; background-color: #fff; }
Expand Down

0 comments on commit d3f2e22

Please sign in to comment.