Sha256: 75b0dd00a12575d0d2fa065c6f2c5a67ac6cb1d6534d1a9f956be34a09af4f59
Contents?: true
Size: 773 Bytes
Versions: 25
Compression:
Stored size: 773 Bytes
Contents
/* *= require_self *= require_directory ./fileupload *= require reset_body */ #upload_tooltip { background: #ff0; padding: 5px; border: 1px solid #ddd; position: absolute; } button.close { display: block; } .related-files { height: 100px; overflow-x: auto; } label.error { float: left; color: red; padding-left: .5em; vertical-align: top; } /* These were from batch_edit/edit.html.erb */ #upload_tooltip { background: #ff0; padding: 5px; border: 1px solid #ddd; position: absolute; } .fileHeight { max-height: 50px } .scrollx { overflow-x: auto; } .scrolly { overflow-y: auto; } h2 small { color: red; } .status { color: green; padding:5px 5px 5px; } .loading { background: white url('/assets/loading.gif') center bottom no-repeat; }
Version data entries
25 entries across 25 versions & 1 rubygems