diff -r 000000000000 -r 4f2f89ce4247 WebKitTools/TestResultServer/stylesheets/form.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebKitTools/TestResultServer/stylesheets/form.css Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,26 @@ +body { + font-family: Verdana; + padding: 0px; + color: #444; +} +h1 { + color: #444; + font-size: 14pt; + font-style: italic; + margin: 0px; + padding: 5px; +} +.label { + margin: 1px; + padding: 5px; + font-size: 11pt; + width: 90px; +} +.inputtext { + font-size: 11pt; +} +.button { + margin: 1px; + padding: 1px; + font-size: 11pt; +}