Sha256: 511416493a91c13c8cfef73576afd28f1183deb5cae979728a21078a1903bec1
Contents?: true
Size: 1.38 KB
Versions: 3
Compression:
Stored size: 1.38 KB
Contents
/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ body { background: #fff; } table { margin:15px auto; width:95%; } thead { font-weight:900; background: #cce8ff; } td { padding:5px; } tr { border-bottom:1px solid #ddd; } .status, .type { width:50px; text-align: center; } .type a { display:block; width:25px; height:25px; line-height:25px; border-radius: 5px; background:#eee; margin:0 auto; color:#fff; text-decoration: none; } .type a.bug { background:#900; } .type a.feature { background: #009; } label { float:left; width:100px; text-align: right; margin:0 10px 0 0 } select, input, textarea { width:200px } textarea { height:100px; } input[type="submit"] { margin-left:110px; } .success { width:85%; padding:10px; margin:15px auto; border:1px solid #090; border-radius: 5px; background:#dbffb7; } a.accept-btn, a.reject-btn { display:block; height:25px; line-height:25px; border-radius: 5px; background:#eee; margin:0 auto; color:#fff; text-decoration: none; } a.accept-btn { background:#090; margin-bottom:5px; } a.accept-btn:hover{ background:#0e0; } a.reject-btn { background:#900; } a.reject-btn:hover{ background:#e00; }
Version data entries
3 entries across 3 versions & 1 rubygems