Corrections CSS

This commit is contained in:
2008-02-16 16:24:18 +00:00
parent 3b0c845902
commit e3cb257f9e
6 changed files with 161 additions and 23 deletions

View File

@@ -48,10 +48,6 @@ form > table > thead th {
background-color: #ffedbb;
}
textarea {
display: block;
}
.formHelp {
min-height: 30px;
padding: 5px;
@@ -179,6 +175,14 @@ textarea {
padding-left: 100px;
}
#header #bar h1 {
font-variant: small-caps;
font-size: large;
font-weight: bold;
padding-top: 10px;
color: #4d2410;
}
#header #bar #rightborder {
width: 6px;
height: 70px;
@@ -456,7 +460,7 @@ table.content_table {
border-bottom: 2px solid #df9b7b;
}
/* Normal styling */
/* cbb : Normal styling */
.cb {
margin:0.5em 0;
}
@@ -519,7 +523,88 @@ table.content_table {
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */
/* cbb button styling */
.button {
margin: 0;
max-width: 400px;
display: block;
}
/* Top corners and border */
.button .bt {
height:5px;
margin:0 0 0 5px;
background:url(../images/button-box.png) no-repeat 100% 0;
}
.button .bt div {
position:relative;
left:-5px;
width:5px;
height:5px;
background:url(../images/button-box.png) no-repeat 0 0;
font-size:0;
line-height:0;
}
/* Bottom corners and border */
.button .bb {
height:5px;
margin:0 0 0 5px;
background:url(../images/button-box.png) no-repeat 100% 100%;
}
.button .bb div {
position:relative;
left:-5px;
width:5px;
height:5px;
background:url(../images/button-box.png) no-repeat 0 100%;
font-size:0;
line-height:0;
}
/* Left border */
.button .i1 {
padding:0;
margin-left: 0;
background-color: #a75500;
}
/* Right border */
.button .i2 {
padding:0;
margin-right: 0;
background-color: #a75500;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.button .i3 {
display:block;
margin:0;
padding:1px 10px;
background: url(../images/button-box.png) no-repeat 1px -5px;
}
/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.button .i3:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.button .i3 {display:inline-block;}
.button .i3 {display:block;}
.button .hover {
background-image: url(../images/button-box-hover.png);
}
.button .down {
background-image: url(../images/button-box-down.png);
}
.to-right {
float: right;
}
/* @end */
@@ -536,4 +621,8 @@ table.content_table {
.yacos_button:hover {
background-image: url(../images/button_background_hover.png);
}
/* @end */
/* @end */
#loginFull_forgotPassword {
float: right;
}