"Patch for IE 6/7 style setting for textarea (default Style), description Tab is not too Big and geratingscrollbars "

This commit is contained in:
Stefan Becker 2008-07-22 11:55:54 +00:00
parent eadc29037e
commit ffd9cdd47f

View File

@ -3,15 +3,15 @@
allowed attributes: font-family,font-size,color,font-weight allowed attributes: font-family,font-size,color,font-weight
*/ */
body,td body,td,textarea
{ {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px; font-size: 11px;
} }
select,input,button select,input,button
{ {
color: #006699; color: #006699;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
font-size:110%; font-size:110%;
} }
@ -24,7 +24,7 @@ select
a:link,a:visited a:link,a:visited
{ {
cursor:pointer; cursor:pointer;
color: #006699; color: #006699;
text-decoration: none; text-decoration: none;
} }
@ -60,16 +60,16 @@ a:hover,a:active
color: #ff0000; color: #ff0000;
} }
#divPoweredBy #divPoweredBy
{ {
color: #000000; color: #000000;
} }
/* /*
other styling other styling
*/ */
body body
{ {
background-image:url(../images/body-background.png); background-image:url(../images/body-background.png);
} }
@ -100,7 +100,7 @@ input[type=submit],input[type=button],input[type=reset],button,.egwbutton
border: outset 1px #b9d5e3; border: outset 1px #b9d5e3;
margin: 1px; margin: 1px;
padding: 1px; padding: 1px;
cursor: pointer; cursor: pointer;
color: #004e7d; color: #004e7d;
} }
@ -126,7 +126,7 @@ input.egwbutton
border: outset 1px #b9d5e3; border: outset 1px #b9d5e3;
margin: 1px; margin: 1px;
padding: 1px; padding: 1px;
cursor: pointer; cursor: pointer;
color: #004e7d; color: #004e7d;
} }
@ -145,13 +145,13 @@ input.egwbutton:active
input[type=image] input[type=image]
{ {
cursor: pointer; cursor: pointer;
border: 0; border: 0;
} }
#thesideboxcolumn #thesideboxcolumn
{ {
width: 177px; width: 177px;
position:relative; position:relative;
} }
@ -169,17 +169,17 @@ input[type=image]
.divLoginbox .divLoginbox
{ {
position:relative; position:relative;
width: 370px; width: 370px;
border: #9c9c9c 1px solid; border: #9c9c9c 1px solid;
} }
.divSidebox .divSidebox
{ {
position:relative; position:relative;
border: #9c9c9c 1px solid; border: #9c9c9c 1px solid;
} }
.divSideboxHeader,.divLoginboxHeader .divSideboxHeader,.divLoginboxHeader
{ {
text-align:center; text-align:center;
background-color:#dddddd; background-color:#dddddd;
@ -211,8 +211,8 @@ a.textSidebox
padding-bottom:3px; padding-bottom:3px;
border-top: solid #aaaaaa 1px; border-top: solid #aaaaaa 1px;
} }
/* /*
** make the sidebox entries consistently start with a capital letter ** make the sidebox entries consistently start with a capital letter
*/ */
.textSidebox:first-letter { .textSidebox:first-letter {
text-transform:uppercase; text-transform:uppercase;
@ -261,7 +261,7 @@ body {
margin: 8px; margin: 8px;
border: solid 1px #7e7e7e; border: solid 1px #7e7e7e;
padding-bottom: 0px; padding-bottom: 0px;
} }
#divLogo #divLogo
{ {
@ -324,7 +324,7 @@ body {
{ {
background-color:silver; background-color:silver;
border:solid 1px #9c9c9c; border:solid 1px #9c9c9c;
background-image: url(../images/background-icon-bar.png); background-image: url(../images/background-icon-bar.png);
background-repeat: repeat-x; background-repeat: repeat-x;
height: 45px; height: 45px;
} }
@ -377,7 +377,7 @@ body {
border-right:solid 1px #9c9c9c; border-right:solid 1px #9c9c9c;
} }
#divGenTime,#divPoweredBy #divGenTime,#divPoweredBy
{ {
bottom:4px; bottom:4px;
text-align:center; text-align:center;
@ -387,16 +387,16 @@ body {
/* /*
Table formatting Table formatting
*/ */
.th { .th {
color: black; background-color: #D3DCE3; color: black; background-color: #D3DCE3;
} }
.row_on { .row_on {
color: black; color: black;
background-color: #F1F1F1; background-color: #F1F1F1;
} }
.row_off { .row_off {
color: black; color: black;
background-color: #ffffff; background-color: #ffffff;
} }
.narrow_column { width: 1%; white-space: nowrap; } .narrow_column { width: 1%; white-space: nowrap; }
@ -418,7 +418,7 @@ body {
} }
.portal_box_header { .portal_box_header {
height: 15px; height: 15px;
padding-top: 0px; padding-top: 0px;
} }