summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorot <ot@localhost>2007-06-01 03:44:20 +0000
committerot <ot@localhost>2007-06-01 03:44:20 +0000
commita9be8566de62e54958afa0988aa90be90f5d90fc (patch)
treef89aa4d1676b9f372e55bda98a9ff9e4d9a9221b /htdocs
parent84687f2b6634e1462020951f5cfbcc8d64972ef2 (diff)
downloadmarkup-validator-a9be8566de62e54958afa0988aa90be90f5d90fc.zip
markup-validator-a9be8566de62e54958afa0988aa90be90f5d90fc.tar.gz
markup-validator-a9be8566de62e54958afa0988aa90be90f5d90fc.tar.bz2
styling forms in feedback page
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/style/base.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/htdocs/style/base.css b/htdocs/style/base.css
index 9599834..63e493f 100644
--- a/htdocs/style/base.css
+++ b/htdocs/style/base.css
@@ -112,7 +112,7 @@ h5,h6 {
/* @group Inputs */
-input#uri, input#file, input#uploaded_file, textarea {
+input#uri, input#file, input#uploaded_file, input#keywords, input#short_desc, textarea {
font-family: Monaco, "Courier New", Monospace;
font-size: 0.9em;
border: 1px solid #bbb;
@@ -133,6 +133,15 @@ input#file, input#uploaded_file {
width: 30em;
}
+input#mailsearch, input#bugsearch {
+ background-color: #EAEBEE;
+ color: #365D95;
+ padding: .3em 1em;
+ border: 1px outset #ccc;
+ }
+ input#mailsearch:active, input#bugsearch:active {
+ border-style: inset !important;
+ }
a.submit {
display: block;
width: 10em;