Sha256: 580051d0ec6c4e8c73d68e65ce39dfdf34b954bfea6ec17a87e6322a6e6744bc
Contents?: true
Size: 830 Bytes
Versions: 14
Compression:
Stored size: 830 Bytes
Contents
/* *= require_self *= require_directory ./fileupload */ #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(<%= image_path('loading.gif') %>) center bottom no-repeat; } h1.visibility span.label { font-size: 30%; vertical-align: middle; }
Version data entries
14 entries across 14 versions & 1 rubygems