more styling consistency for the edit dialog

git-svn-id: http://google-refine.googlecode.com/svn/trunk@604 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-05-05 02:02:27 +00:00
parent 47e0535e66
commit e000f28ed6

View File

@ -222,9 +222,11 @@ a.data-table-flag-off, a.data-table-flag-on:hover {
}
.data-table-cell-editor {
border: 1px solid #ccc;
border: 1px solid #aaa;
padding: 5px;
background: #fffee0;
background: #DBE8EB;
-moz-border-radiust: 5px;
-webkit-border-radius: 5px;
}
table.data-table-cell-editor-layout {
white-space: pre;
@ -235,6 +237,7 @@ textarea.data-table-cell-editor-editor {
width: 96%;
padding: 2%;
height: 3em;
font-family: monospace;
}
span.data-table-cell-editor-key {