Merge pull request #122 from cjbell88/fix_minor_button_cut_off

Fix 1px button cut off on topic progress up / down buttons.
This commit is contained in:
Robin Ward 2013-02-11 14:48:15 -08:00
commit da79d6a8ed

View File

@ -387,7 +387,7 @@ kbd {
z-index: 1; z-index: 1;
} }
button { button {
padding: 0; padding: 0 1px;
cursor: pointer; cursor: pointer;
z-index: 1000; z-index: 1000;
position: absolute; position: absolute;