summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f7912
1 files changed, 8 insertions, 4 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 2b0575d3d..3944d5eec 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -1,7 +1,7 @@
/*
* This file is part of NetSurf, http://netsurf.sourceforge.net/
*/
-
+
/* Elements ordered as in the HTML 4.01 specification. */
html { display: block; }
@@ -128,10 +128,12 @@ iframe[align=left] { float: left; }
iframe[align=right] { float: right; }
form { display: block; }
+form > * { margin-left: inherit; margin-right: inherit; }
input { background-color: #fff; color: #000; width: 10em;
height: 1.5em; text-align: left; border-width: 1px;
- border-color: #000; border-style: solid; }
+ border-color: #000; border-style: solid; overflow: hidden;
+ padding: 0 2px; }
input[type=button], input[type=reset], input[type=submit], button {
background-color: #ddd; color: #000; width: auto;
border-width: medium; border-color: #eee #aaa #aaa #eee;
@@ -149,10 +151,12 @@ input[align=right] { float: right; }
select { background-color: #ddd; color: #000; width: 10em;
height: 1.5em; text-align: left; border-width: medium;
- border-color: #aaa #eee #eee #aaa; border-style: inset; }
+ border-color: #aaa #eee #eee #aaa; border-style: inset;
+ overflow: hidden; padding: 0 2px; }
textarea { background-color: #fff; color: #000; text-align: left;
- border-width: 1px; border-color: #000; border-style: solid; }
+ border-width: 1px; border-color: #000; border-style: solid;
+ overflow: scroll; padding: 0 2px; }
fieldset { display: block; border: thin solid #888; }