From 35a6238e471c2d1e03c89985bfa9f207b44deee7 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Wed, 17 Oct 2007 18:03:26 +0000 Subject: [PATCH] Cosmetic --- html/style-color.css | 4 ++-- html/style-light.css | 5 ++--- html/style.css | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/html/style-color.css b/html/style-color.css index 1483f1972..1b7ad29bd 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -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%; } diff --git a/html/style-light.css b/html/style-light.css index 7b7d78a18..f7555a31e 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -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; diff --git a/html/style.css b/html/style.css index 7d003653c..41497967f 100644 --- a/html/style.css +++ b/html/style.css @@ -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%; }