mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
Put form stuff in subSilver css ...
git-svn-id: file:///svn/phpbb/trunk@4383 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
/* $Id$ */
|
||||
|
||||
input {
|
||||
text-indent: 2px;
|
||||
}
|
||||
|
||||
textarea, select, input.post, input.mainoption, input.liteoption {
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
.postbody {
|
||||
line-height: 140%;
|
||||
}
|
@@ -7,9 +7,6 @@
|
||||
Copyright (c) 2002 phpBB Group
|
||||
*/
|
||||
|
||||
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
|
||||
@import url("forms.css");
|
||||
|
||||
body {
|
||||
background-color: white;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
@@ -179,6 +176,14 @@ hr {
|
||||
/*
|
||||
Forms
|
||||
*/
|
||||
input {
|
||||
text-indent: 2px;
|
||||
}
|
||||
|
||||
textarea, select, input.post, input.mainoption, input.liteoption {
|
||||
border: 1px solid;
|
||||
}
|
||||
|
||||
input, textarea, select {
|
||||
color: black;
|
||||
font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
|
||||
|
Reference in New Issue
Block a user