Sha256: 0d2ace4536dde39b03ac55e30595de48d8a48a1857fc1736b1c72ca4b3b3d763
Contents?: true
Size: 1.43 KB
Versions: 17
Compression:
Stored size: 1.43 KB
Contents
#nav { position: relative; height: 89px; } #nav h1 { float: left; } /* Buttons */ #nav ul#section { margin-top: 46px; * margin-top: 46px; margin-left: 25px; list-style-type: none; float: left; } #nav ul#section li { display: block; float: left; text-transform: uppercase; margin-left: 3px; } #nav ul#section li.on { margin-left: 0; } #nav ul#section li a { float: left; display: block; padding: 0; padding-right: 5px; color: #5F5F5F; text-shadow: #FFF 2px -1px 1px; font-weight: bold; text-decoration: none; font-size: 12px; } #nav ul#section li.on a { text-shadow: #2C599A 2px -1px 1px; } #nav ul#section li a span{ display: block; padding: 18px 19px 16px 27px; } /* User Links */ #nav ul#userlinks { list-style-type: none; float: left; position: absolute; top: 0; right: 0; } #nav ul#userlinks li { display: inline; float: left; background: url(<%= asset_path "cms/usercontrols_bg.png" %>) no-repeat 0 0; margin-left: 10px; color: #666; font-weight: bold; } #nav ul#userlinks li a { padding: 4px 19px 11px 19px; background: url(<%= asset_path "cms/usercontrols_bg_cap.png" %>) no-repeat 100% 0; color: #666; display: block; float: left; text-decoration: none; line-height: 18px; } #nav ul#userlinks li span { padding: 8px 25px 11px 9px; } #nav ul#userlinks li#user_info div{ float: left; padding: 9px 10px; } #nav ul#userlinks li#user_info img { float:left; margin: 0 5px 0 0; } #nav .cmssearch { position: absolute; right: 0; bottom: 9px; }
Version data entries
17 entries across 17 versions & 1 rubygems