Back to Tahoma as the main font.

Tried more branding colors on dialog header background and tab widget header background.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@237 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-03-08 07:21:46 +00:00
parent 6472e1f076
commit d731b89b4c
2 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,10 @@
html {
font-size: 62.5%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
body {
font-size: 12px;
font-size: 120%;
margin: 0;
padding: 0;
background: #eee;
@ -78,4 +78,9 @@ img {
.hidden {
display: none;
}
.ui-widget-header {
background-image: none;
background-color: #ccc;
}

View File

@ -28,9 +28,10 @@
}
.dialog-header {
background: #ccc;
background: #3B8700;
padding: 5px 10px;
font-weight: bold;
color: white;
}
.dialog-body {