mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
19 lines
354 B
CSS
19 lines
354 B
CSS
/* Fancy form styles for IE */
|
|
|
|
input, textarea, select {
|
|
border-top-width : 1px;
|
|
border-right-width : 1px;
|
|
border-bottom-width : 1px;
|
|
border-left-width : 1px;
|
|
}
|
|
|
|
input { text-indent : 2px; }
|
|
|
|
input.button {
|
|
border-top-width : 1px;
|
|
border-right-width : 1px;
|
|
border-bottom-width : 1px;
|
|
border-left-width : 1px;
|
|
}
|
|
|
|
.postbody { line-height: 18px}
|