Sha256: 98a0b03421b4013a9ac318d323c0d10f6f9f958ce354ef50e29efec9677453f4
Contents?: true
Size: 833 Bytes
Versions: 8
Compression:
Stored size: 833 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: 8em; } .scrollx { overflow-x: auto; } .scrolly { overflow-y: visible; } 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
8 entries across 8 versions & 1 rubygems