minibar & cloud service: minor style changes

Also include the GF logo on the cloud service start page.
This commit is contained in:
hallgren
2012-04-19 15:34:56 +00:00
parent 98ed039498
commit 9d47b83e07
5 changed files with 25 additions and 10 deletions

View File

@@ -5,8 +5,12 @@ body.minibar {
h1, h2, h3, small, th { font-family: sans-serif; }
h1, h2, h3 { color: #303030; text-shadow: rgba(0,0,0,0.25) 3px 3px 5px; }
h1:first-child, h2:first-child { margin-top: 0; margin-bottom: 1ex; }
th, td { vertical-align: baseline; text-align: left; }
div.menubar { font-family: sans-serif; font-size: small; }
div#surface {
min-height: 3ex;
margin: 5px;
@@ -67,10 +71,13 @@ div.brackets {
span.brackets {
background: #ddd;
display: inline-block;
border: 1px solid black;
padding: 3px;
border-color: black;
border-style: solid;
border-width: 0 0 1px 0;
/*border: 1px solid black;*/
padding: 2px 3px;
}
div.brackets .token {
padding: 0.5ex
padding: 0 0.5ex;
}