mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-13 22:29:26 +03:00
[project @ 2004-03-24 10:26:48 by tlsa]
Centre text on buttons. svn path=/import/netsurf/; revision=661
This commit is contained in:
parent
45991c8e62
commit
e944d395e0
@ -46,18 +46,16 @@ hr { background-color: #000; height: 1px; }
|
|||||||
center { text-align: center; }
|
center { text-align: center; }
|
||||||
small { font-size: smaller; }
|
small { font-size: smaller; }
|
||||||
big { font-size: larger; }
|
big { font-size: larger; }
|
||||||
select, input { /*background-color: #eeb;*/ background-color: #ddd;
|
select, input { background-color: #ddd; color: #000; width: 10em;
|
||||||
color: #000; width: 10em; height: 1.5em;
|
height: 1.5em; text-align: left; border-width: medium;
|
||||||
text-align: left; border-width: medium;
|
|
||||||
border-color: #aaa #eee #eee #aaa; border-style: inset; }
|
border-color: #aaa #eee #eee #aaa; border-style: inset; }
|
||||||
textarea { /*background-color: #eeb;*/ background-color: #ddd;
|
textarea { background-color: #ddd; color: #000; text-align: left;
|
||||||
color: #000; text-align: left;
|
|
||||||
border-width: medium; border-color: #aaa #eee #eee #aaa;
|
border-width: medium; border-color: #aaa #eee #eee #aaa;
|
||||||
border-style: inset; }
|
border-style: inset; }
|
||||||
input[type=button], input[type=reset], input[type=submit],
|
input[type=button], input[type=reset], input[type=submit], button {
|
||||||
button { background-color: #ddd; color: #000; width: auto;
|
background-color: #ddd; color: #000; width: auto;
|
||||||
height: auto; border-width: medium; border-color: #eee #aaa #aaa #eee;
|
border-width: medium; border-color: #eee #aaa #aaa #eee;
|
||||||
border-style: outset; }
|
border-style: outset; height: auto; text-align: center;}
|
||||||
input[type=image] { background-color: #ddd; color: #000; width: auto;
|
input[type=image] { background-color: #ddd; color: #000; width: auto;
|
||||||
height: auto; }
|
height: auto; }
|
||||||
input[type=checkbox], input[type=radio] { background-color: transparent;
|
input[type=checkbox], input[type=radio] { background-color: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user