Sha256: 9780262818d2535d6a35edc82cf3446e27497104eda3c981a14d07ff45da66ba
Contents?: true
Size: 658 Bytes
Versions: 1
Compression:
Stored size: 658 Bytes
Contents
.widget { position: relative; min-height: 50px; } .widgets_list ul { padding-left: 0px; } .widgets_list ul li { list-style: none; } .widget_loading { position: absolute; width: 100%; height: 100%; min-height: 50px; top: 0; left: 0; background-color: #ccc; opacity: 0.5; border-radius: 5px; cursor: not-allowed; } .widget_loading span { background-color: #FFF; font-size: 18px; color: #000; padding: 5px; font-weight: bold; margin: 0; border-radius: 5px; position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dashboard-rails-1.0.0 | app/assets/stylesheets/dashboard-rails.css |