Tweak <label> for visualize to be clickable

This commit is contained in:
uu59 2014-05-21 17:13:37 +09:00
parent bcda05cb97
commit 7a90df3ee6

View File

@ -1,10 +1,10 @@
table {
// mainly for /misc/information page
td {
word-wrap: break-word;
word-break: break-all;
}
td:first-child {
// mainly for /misc/information page
white-space: nowrap;
}
}
@ -16,3 +16,9 @@ table {
font-weight: bold;
}
}
// visualize clickable area
label {
cursor: pointer;
}