Sha256: bddeed7359836764bea72561cdb8baffd473167bdac274bdc18842857452f3b3
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
body { font-family: Helvetica; background-color: #222; padding:0;margin:0; font-size:12px; } h1 { font-size: 170%; } #head { color: #eee; padding: 0 20px; b { color: orange } #page { background: url(<%= asset_data_uri 'icons/wrench.png' %>) center left no-repeat; padding-left:30px; float: left; } #layout { float:right; } } #container { background: #999 url(<%= asset_data_uri 'bgs/tan_textured.png' %>); padding: 20px; } #content { width: 77%; float: left; .section { background-color: white; padding: 10px; } } #nav { width: 20%; float: right; h3 { border-bottom: 1px solid #444; padding-bottom: 10px; margin-bottom:10px; } ul { list-style-type:none; padding: 0; li { background: url(<%= asset_data_uri 'icons/arrow.png' %>) center left no-repeat; padding: 10px 0 10px 20px; border-bottom: 1px dashed #444; &:hover { background-position: 3px center ; padding: 10px 0 10px 23px; } a { color: #444; text-shadow: 0 1px 0 white; text-decoration:none; } } } } a { color:orange; text-decoration:none; &:hover { border-bottom: 1px dashed orange } } #debug_box { color: #444; &:hover { color: #eee; } } .show_edit_destroy_box { text-align:right; img { width:20px; height:20px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pixelearth-3.2.4 | app/assets/stylesheets/admin_layout.css.scss.erb |