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:
parent
6472e1f076
commit
d731b89b4c
@ -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;
|
||||
@ -79,3 +79,8 @@ img {
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ui-widget-header {
|
||||
background-image: none;
|
||||
background-color: #ccc;
|
||||
}
|
@ -28,9 +28,10 @@
|
||||
}
|
||||
|
||||
.dialog-header {
|
||||
background: #ccc;
|
||||
background: #3B8700;
|
||||
padding: 5px 10px;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.dialog-body {
|
||||
|
Loading…
Reference in New Issue
Block a user