# HG changeset patch # User rougeronj # Date 1419329178 -3600 # Node ID 260b4fb502a64f4ff3b6427706852459a9428221 # Parent 07ea964d33cd9177427245b2fa9d8985d0c86aeb Make all the shape box selection clickable (the
  • , not only the ) diff -r 07ea964d33cd -r 260b4fb502a6 src/hdalab/static/hdalab/css/renkan_help.css --- a/src/hdalab/static/hdalab/css/renkan_help.css Mon Dec 22 12:52:05 2014 +0100 +++ b/src/hdalab/static/hdalab/css/renkan_help.css Tue Dec 23 11:06:18 2014 +0100 @@ -7,6 +7,9 @@ display: inline; font-size: 10px; } +.renkan_help a { + display:block; +} .renkan_help ul { text-align: left; display: inline; @@ -68,8 +71,6 @@ #graph-line { background: url("../img/graph-line.png") no-repeat scroll right 5px center / 25px 25px #ffffff; } -#graph-line a{ -} #graph-line:hover a, #graph-circle:hover a{ color: #4f5451;