Ticket #1498 - transparent image, css tweaks for pixel font

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@44265 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-05 05:01:03 +00:00
parent 5b7139c874
commit 58c6b0ad9f
2 changed files with 3 additions and 9 deletions

View File

@ -1,13 +1,8 @@
* {
font-family: Arial;
font-size: 1em;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
/*div.field {
margin-bottom : 4px;
}*/
div.FieldEditor {
border: 1px solid #CCCCCC;
padding: 0px;
@ -16,7 +11,7 @@ div.FieldEditor {
div.FieldEditor ul.Menu {
margin: 0;
padding: 3px;
background-color: #EEEEEE;
background-color: #eee;
position: relative;
}
@ -25,7 +20,6 @@ div.FieldEditor ul.Menu {
}
div.FieldEditor div.FormOptions label.left {
line-height: auto;
position: relative;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 295 B