lib/wally/public/skin.css in wally-0.0.19 vs lib/wally/public/skin.css in wally-0.0.20

- old
+ new

@@ -119,5 +119,50 @@ white-space: pre-wrap; border-left: 1px solid #999; padding-left: 10px; margin-left: -10px; } + +/* CHART LISTS - http://www.alistapart.com/d/accessibledata/example-barchart.html */ +.chartlist { + float: left; + border-top: 1px solid #EEE; + width: 80%; +} +.chartlist li { + position: relative; + display: block; + border-bottom: 1px solid #EEE; + _zoom: 1; +} +.chartlist li a { + display: block; + padding: 0.4em 4.5em 0.4em 0.5em; + position: relative; + z-index: 2; +} +.chartlist .count { + display: block; + position: absolute; + top: 0; + right: 0; + margin: 0 0.3em; + text-align: right; + color: #999; + font-weight: bold; + font-size: 0.875em; + line-height: 2em; +} +.chartlist .index { + display: block; + position: absolute; + top: 0; + left: 0; + height: 100%; + background: #B8E4F5; + text-indent: -9999px; + overflow: hidden; + line-height: 2em; +} +.chartlist li:hover { + background: #EFEFEF; +}