Sha256: 14a7154ffd531834759f201ac475780985a27a28fb7bbb4412bb823e1dd7c373
Contents?: true
Size: 574 Bytes
Versions: 2
Compression:
Stored size: 574 Bytes
Contents
/* * Statusbar *----------------------------------------------------------------------------*/ .mercury-statusbar { position: absolute; -webkit-user-select: none; -moz-user-select: none; user-select: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; z-index: 10020; bottom: 0; width: 100%; height: 23px; cursor: default; padding: 0 10px; background: #E2E1E2; border-top: 1px solid #727272; font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 8.5pt; line-height: 23px; color: #222; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mercury-rails-0.1.2 | app/assets/stylesheets/mercury/statusbar.scss |
mercury-rails-0.1.1 | app/assets/stylesheets/mercury/statusbar.scss |