summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2004-03-24 10:26:48 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2004-03-24 10:26:48 +0000
commite944d395e0e12cc727a5ccb54e18afd4ffe4cf7c (patch)
tree598a5b5c2df3d370cd25c310be67486ca192a4b6 /!NetSurf
parent45991c8e623943d0b7cd14576d1db92b74940c19 (diff)
downloadnetsurf-e944d395e0e12cc727a5ccb54e18afd4ffe4cf7c.tar.gz
netsurf-e944d395e0e12cc727a5ccb54e18afd4ffe4cf7c.tar.bz2
[project @ 2004-03-24 10:26:48 by tlsa]
Centre text on buttons. svn path=/import/netsurf/; revision=661
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f7916
1 files changed, 7 insertions, 9 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 1c9af660c..204dcc228 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -46,18 +46,16 @@ hr { background-color: #000; height: 1px; }
center { text-align: center; }
small { font-size: smaller; }
big { font-size: larger; }
-select, input { /*background-color: #eeb;*/ background-color: #ddd;
- color: #000; width: 10em; height: 1.5em;
- text-align: left; border-width: medium;
+select, input { 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; }
-textarea { /*background-color: #eeb;*/ background-color: #ddd;
- color: #000; text-align: left;
+textarea { background-color: #ddd; color: #000; text-align: left;
border-width: medium; border-color: #aaa #eee #eee #aaa;
border-style: inset; }
-input[type=button], input[type=reset], input[type=submit],
- button { background-color: #ddd; color: #000; width: auto;
- height: auto; border-width: medium; border-color: #eee #aaa #aaa #eee;
- border-style: outset; }
+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;
+ border-style: outset; height: auto; text-align: center;}
input[type=image] { background-color: #ddd; color: #000; width: auto;
height: auto; }
input[type=checkbox], input[type=radio] { background-color: transparent;