Sha256: 84f8aea9124f882bd675b0b2b57d54fc1bae2b5e50313fc885e694cbd590c5e6
Contents?: true
Size: 654 Bytes
Versions: 7
Compression:
Stored size: 654 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(<%= asset_path('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