62 lines
1.4 KiB
CSS
62 lines
1.4 KiB
CSS
|
#info{
|
||
|
width:80%; margin-left:10%; margin-right:10%;
|
||
|
}
|
||
|
.loginform,.registerform{list-style-type: none;float:left;}
|
||
|
.element-group{width:400px;padding-left:100px;}
|
||
|
.submit-group{text-align:center;}
|
||
|
dd {float:left;padding-top:5px;margin-left:5px;}
|
||
|
dt {clear:both;float:left;width:150px;padding-top:5px;}
|
||
|
img { border:0; vertical-align:middle; }
|
||
|
|
||
|
/* < forms styles */
|
||
|
/*
|
||
|
form { display:inline; }
|
||
|
fieldset { border:0; }
|
||
|
legend { display:none; }
|
||
|
textarea { overflow:hidden; }
|
||
|
input,select,textarea,button {
|
||
|
font:1em Tahoma;
|
||
|
color:#444444;
|
||
|
width:100%;
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
border-color: #444;
|
||
|
}
|
||
|
input{}
|
||
|
|
||
|
input.submit {
|
||
|
cursor: pointer;
|
||
|
height:30px;
|
||
|
margin-top: 10px;
|
||
|
float: bottom;
|
||
|
margin-left: 0px;
|
||
|
background-color: #cce5ea;
|
||
|
font: 1.1em Tahoma;
|
||
|
text-transform: uppercase;
|
||
|
color: #444;
|
||
|
align: right;
|
||
|
}
|
||
|
*/
|
||
|
label {
|
||
|
float:left;
|
||
|
vertical-align: bottom;
|
||
|
text-align:right;
|
||
|
width:100px;
|
||
|
}
|
||
|
|
||
|
label.required { background:url(/images/req-asterisk.gif) right no-repeat; padding-right:26px; }
|
||
|
.errors { color: #ff3333; font-weight: bold; }
|
||
|
/* forms styles > */
|
||
|
|
||
|
#tool{clear:both;width:80%; margin-left:20%; margin-right:10%;padding-top:10px;}
|
||
|
#tool a {
|
||
|
color: Blue;
|
||
|
text-decoration:none;
|
||
|
background: url(../images/linkOpaque.gif) no-repeat;
|
||
|
padding-left:15px;
|
||
|
}
|
||
|
#message{
|
||
|
width:80%; margin-left:20%; margin-right:10%;padding-top:10px;
|
||
|
border:1px dotted;
|
||
|
}
|