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 {
|
html {
|
||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Tahoma, Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 12px;
|
font-size: 120%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
@ -78,4 +78,9 @@ img {
|
|||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui-widget-header {
|
||||||
|
background-image: none;
|
||||||
|
background-color: #ccc;
|
||||||
}
|
}
|
@ -28,9 +28,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dialog-header {
|
.dialog-header {
|
||||||
background: #ccc;
|
background: #3B8700;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-body {
|
.dialog-body {
|
||||||
|
Loading…
Reference in New Issue
Block a user