search for: afb2bd

Displaying 1 result from an estimated 1 matches for "afb2bd".

Did you mean: 77fb2bd
2009 May 27
1
[PATCH server] UI tweaks for cloud
...:absolute; + right:4ex; + text-align:right; + top:12px; +} + +#login-box a { + color: #337ACC; } -#nav {height:1em;padding-top:1ex;} +#navcontainer { + height:40px; +} -#nav a {display: inline-block;} +#navcontainer ul { + padding-left: 0; + margin-left: 0; + background-color: #fff; + color: #afb2bd; + float: left; + width: 100%; +} -#head {height:50px;} +#navcontainer ul li { display: inline; } -#login-box { - text-align:right; - /* - TODO: put this back in with a real logo when we have one. - background: url('../../images/logo_cumulus.png') left top no-repeat; - */ +...