Sha256: 6f46568e65b0821db33be3d03741c8f912bf48066fe0daf266dcd58517af49f8
Contents?: true
Size: 611 Bytes
Versions: 7
Compression:
Stored size: 611 Bytes
Contents
/*стили для jquery.progressbar.js*/ .progress-bar-container { width: 200px; height: 20px; border: 1px solid #999; padding: 0; margin: 0; position: relative; border-radius: 5px 5px 5px 5px; overflow: hidden; } .progress-bar { height: 20px; background: url('/images/progressbar/white.gif') 0 0 #42aaff; position: absolute; left: 0; top: 0; padding: 0; margin: 0; } .progress-bar-label { width: 200px; position: absolute; left: 0; top: 0; font-size: 13px; color: #000; text-align: center; line-height: 17px; text-shadow: #fff -1px -1px 0, #666 1px 1px 0; }
Version data entries
7 entries across 7 versions & 1 rubygems