r9474 - apps/gobi/trunk/code/Page/skins
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: hannes
Date: 2008-12-23 11:26:11 +0100 (Tue, 23 Dec 2008)
New Revision: 9474
Modified:
apps/gobi/trunk/code/Page/skins/stylesheet.skin
Log:
Remove most custom styles from input elements.
Details at http://dev.helma.org/trac/helma/changeset/9474
Modified: apps/gobi/trunk/code/Page/skins/stylesheet.skin
===================================================================
--- apps/gobi/trunk/code/Page/skins/stylesheet.skin 2008-12-23 10:25:50 UTC (rev 9473)
+++ apps/gobi/trunk/code/Page/skins/stylesheet.skin 2008-12-23 10:26:11 UTC (rev 9474)
@@ -208,7 +208,6 @@
}
textarea {
- border: 1px solid #666;
padding: 5px;
}
@@ -217,8 +216,6 @@
}
textarea, input, select {
- background-color: #ddd;
- border: 1px solid #666;
}
input {
@@ -226,8 +223,7 @@
}
input[type=submit], input[type=button] {
- border: 1px outset #666;
- margin-right: 0.4em;
+ margin-right: 0.5em;
}
.highlighted {