This commit is contained in:
sparkyx 2007-10-17 18:03:26 +00:00
parent 9c0b1e8a4e
commit 35a6238e47
3 changed files with 6 additions and 7 deletions

View file

@ -106,7 +106,6 @@ div.lmenu {
position: float;
float:left;
left:20px;
width:15em;
font-size:9px;
background-color:grey;
}
@ -236,7 +235,7 @@ td.cell{
// border:1px solid blue;
height:32px;
padding: 1px;
width:120px;
// width:120px;
}
td.selectedcell{
border-style:inset;
@ -328,6 +327,7 @@ div.u_redcontent a {
text-decoration: none;
display: block;
color: darkblue;
width:90%;
}

View file

@ -101,7 +101,6 @@ div.lmenu {
position: float;
float:left;
left:20px;
width:15em;
font-size:9px;
}
@ -131,11 +130,11 @@ div.recherche_form{
div.u_redcontent{
position: float;
float:left;
width:80%;
padding-top:7px;
padding-left:8px;
font-size:9px;
font-family:sans-serif;
width:90%;
}
div.u_content{
@ -227,7 +226,7 @@ td.cell{
// border:1px solid blue;
height:32px;
padding: 1px;
width:120px;
// width:120px;
}
td.selectedcell{
border-style:inset;

View file

@ -107,7 +107,6 @@ div.lmenu {
position: float;
float:left;
left:20px;
width:15em;
font-size:9px;
background-color:#EDF3FF;
background-image: url(image/lmenu_back.png);
@ -243,7 +242,7 @@ td.cell{
// border:1px solid blue;
height:32px;
padding: 1px;
width:120px;
// width:120px;
}
td.selectedcell{
border-style:none;
@ -338,6 +337,7 @@ div.u_redcontent a {
text-decoration: none;
display: block;
color: darkblue;
width:90%;
}