make sortable tables slightly more obvious

This commit is contained in:
Shish 2013-02-09 10:36:58 +00:00
parent ffdca16b30
commit 5056ac2789

View File

@ -14,7 +14,11 @@ TABLE.form TBODY TD {text-align: left;}
TABLE.form TBODY TH {text-align: right; padding-right: 4px; width: 1%;} TABLE.form TBODY TH {text-align: right; padding-right: 4px; width: 1%;}
TABLE.form TD + TH {padding-left: 8px;} TABLE.form TD + TH {padding-left: 8px;}
*[onclick],H3[class~="shm-toggler"] {cursor: pointer;} *[onclick],
H3[class~="shm-toggler"],
.sortable TH {
cursor: pointer;
}
IMG {border: none;} IMG {border: none;}
FORM {margin: 0px;} FORM {margin: 0px;}
IMG.lazy {display: none;} IMG.lazy {display: none;}