Revision 33 |
Details |
Vergleich mit vorheriger |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 33 |
lars |
1 |
/* $URL: file:///svn/repos/webhosting/trunk/styles/formIE.css $ last modified in Revision $Rev: 34 $ by $Author: lars $ at $Date: 2007-04-09 17:52:10 +0200 (Mo, 09 Apr 2007) $*/
|
|
|
2 |
|
|
|
3 |
/* Fancy form styles for IE */
|
|
|
4 |
|
|
|
5 |
input, textarea, select {
|
|
|
6 |
border-top-width : 1px;
|
|
|
7 |
border-right-width : 1px;
|
|
|
8 |
border-bottom-width : 1px;
|
|
|
9 |
border-left-width : 1px;
|
|
|
10 |
}
|
|
|
11 |
|
|
|
12 |
input { text-indent : 2px; }
|
|
|
13 |
|
|
|
14 |
input.button {
|
|
|
15 |
border-top-width : 1px;
|
|
|
16 |
border-right-width : 1px;
|
|
|
17 |
border-bottom-width : 1px;
|
|
|
18 |
border-left-width : 1px;
|
|
|
19 |
}
|
|
|
20 |
|
|
|
21 |
.postbody { line-height: 18px}
|