2
0
forked from Wavyzz/dolibarr

CSS fixes

This commit is contained in:
Raphaël Doursenaud
2013-09-05 20:54:19 +02:00
parent 8010389c08
commit 36a281ce58
6 changed files with 77 additions and 98 deletions

View File

@@ -55,10 +55,7 @@ p {
/* ------------------- Menu ------------------- */ /* ------------------- Menu ------------------- */
.menu_principal { .menu_principal {
margin: 0 auto; margin: 0 20px 20px 15px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 20px;
font-size: 14px; font-size: 14px;
width: 735px; width: 735px;
height: 84px; height: 84px;
@@ -77,9 +74,8 @@ p {
.menu { .menu {
margin: 0; margin: 0;
padding: 0;
list-style-type: none; list-style-type: none;
padding-top: 10px; padding: 10px 0 0;
} }
.menu li { .menu li {
@@ -143,8 +139,7 @@ p {
} }
p.titre { p.titre {
margin: 0; margin: 0 0 20px;
margin-bottom: 20px;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
font-size: 1.4em; font-size: 1.4em;
@@ -153,10 +148,9 @@ p.titre {
} }
.cadre_article { .cadre_article {
margin: 0 auto;
width: 180px; width: 180px;
text-align: center; text-align: center;
margin-bottom: 10px; margin: 0 auto 10px;
padding-bottom: 10px; padding-bottom: 10px;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
} }
@@ -205,9 +199,8 @@ p.titre {
} }
.formulaire_login table { .formulaire_login table {
margin: 0 auto;
padding-left: 60px; padding-left: 60px;
margin-bottom: 20px; margin: 0 auto 20px;
background: url('../img/login.png') bottom left no-repeat; background: url('../img/login.png') bottom left no-repeat;
} }
@@ -430,8 +423,7 @@ background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0,
/* Titre */ /* Titre */
.err_titre { .err_titre {
font-weight: bold; font-weight: bold;
margin: 0; margin: 0 0 10px;
margin-bottom: 10px;
padding: 0; padding: 0;
} }
@@ -454,8 +446,7 @@ background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0,
/* Titre */ /* Titre */
.msg_titre { .msg_titre {
font-weight: bold; font-weight: bold;
margin: 0; margin: 0 0 10px;
margin-bottom: 10px;
padding: 0; padding: 0;
} }

View File

@@ -43,7 +43,7 @@ body.FileArea
body, td, input, select body, td, input, select
{ {
font-size: 11px; font-size: 11px;
font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; font-family: 'Microsoft Sans Serif', Arial, Helvetica, Verdana, sans-serif;
} }
.ActualFolder .ActualFolder

View File

@@ -21,15 +21,12 @@ font-size:13px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat; background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
/* background-color: #F4F4F4; */ /* background-color: #F4F4F4; */
margin-left: 30px; margin: 15px 30px 10px;
margin-right: 30px;
margin-top: 15px;
margin-bottom: 10px;
} }
div.titre { div.titre {
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
margin: 0em 0em 0em 0em; margin: 0 0 0 0;
} }
span.titre { span.titre {
@@ -39,26 +36,26 @@ background: #FFFFFF;
color: #4965B3; color: #4965B3;
border: 1px solid #8CACBB; border: 1px solid #8CACBB;
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
margin: 0em 0em 0em 0em; margin: 0 0 0 0;
} }
div.soustitre { div.soustitre {
font-size: 15px; font-size: 15px;
font-weight: bold; font-weight: bold;
color: #4965B3; color: #4965B3;
padding: 0em 1.2em 0.5em 2em; padding: 0 1.2em 0.5em 2em;
margin: 1.2em 1.2em 1.2em 1.2em; margin: 1.2em 1.2em 1.2em 1.2em;
border-bottom: 1px solid #8CACBB; border-bottom: 1px solid #8CACBB;
border-right: 1px solid #8CACBB; border-right: 1px solid #8CACBB;
text-align: right; text-align: right;
} }
inputdisabled input:disabled
{ {
background: #FDFDFD; background: #FDFDFD;
border: 1px solid #ACBCBB; border: 1px solid #ACBCBB;
padding: 0px 0px 0px 0px; padding: 0 0 0 0;
margin: 0px 0px 0px 0px; margin: 0 0 0 0;
} }
input[type=text], input[type=password] { input[type=text], input[type=password] {
@@ -69,8 +66,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
box-shadow: 0 0 5px #C091AF; box-shadow: 0 0 5px #C091AF;
} }
input:-webkit-autofill { input:-webkit-autofill {
background-color: #FBFFEA !important; background: #FBFFEA none !important;
background-image: none !important;
-webkit-box-shadow: 0 0 0 50px #FBFFEA inset; -webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
} }
@@ -91,11 +87,8 @@ color: #000000;
table.listofchoices, tr.listofchoices, td.listofchoices { table.listofchoices, tr.listofchoices, td.listofchoices {
border-collapse: collapse; border-collapse: collapse;
padding-top: 4px; padding: 4px;
padding-bottom: 4px; color: #000000;
padding-left: 4px;
padding-right: 4px;
color: #000000;
border: 1px solid #888888 !important; border: 1px solid #888888 !important;
} }
@@ -137,7 +130,7 @@ div.error {
color: #550000; color: #550000;
font-weight: bold; font-weight: bold;
padding: 0.2em 0.2em 0.2em 0.2em; padding: 0.2em 0.2em 0.2em 0.2em;
margin: 0.5em 0em 0.5em 0em; margin: 0.5em 0 0.5em 0;
border: 1px solid #6C7C8B; border: 1px solid #6C7C8B;
} }
font.error { font.error {
@@ -199,7 +192,7 @@ background-color: #B5C5C5;
td.label { td.label {
color: #5945A3; color: #5945A3;
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
margin: 0em 0em 0em 0em; margin: 0 0 0 0;
border-bottom: 1px solid #CCCCDB; border-bottom: 1px solid #CCCCDB;
} }
@@ -207,7 +200,7 @@ border-bottom: 1px solid #CCCCDB;
td.comment { td.comment {
color: black; color: black;
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
margin: 0em 0em 0em 0em; margin: 0 0 0 0;
text-decoration:none; text-decoration:none;
font-size: 11px; font-size: 11px;
border-bottom: 1px solid #CCCCDB; border-bottom: 1px solid #CCCCDB;
@@ -239,14 +232,13 @@ ul {
.button { .button {
background-color: #FFFFFF; background: #FFFFFF bottom;
background-position: bottom;
border: 1px solid #C0C0C0; border: 1px solid #C0C0C0;
padding: 0.3em 0.7em; padding: 0.3em 0.7em;
margin: 0em 0.5em; margin: 0 0.5em;
-moz-border-radius:0px 5px 0px 5px; -moz-border-radius:0 5px 0 5px;
-webkit-border-radius:0px 5px 0px 5px; -webkit-border-radius:0 5px 0 5px;
border-radius:0px 5px 0px 5px; border-radius:0 5px 0 5px;
-moz-box-shadow: 2px 2px 3px #CCC; -moz-box-shadow: 2px 2px 3px #CCC;
-webkit-box-shadow: 2px 2px 3px #CCC; -webkit-box-shadow: 2px 2px 3px #CCC;
box-shadow: 2px 2px 3px #CCC; box-shadow: 2px 2px 3px #CCC;

View File

@@ -20,7 +20,7 @@
.survey_invitation .survey_invitation
{ {
font-color: #445566; color: #445566;
font-weight: bold; font-weight: bold;
} }
@@ -141,7 +141,7 @@ div.bandeau{
color:white; color:white;
vertical-align:middle; vertical-align:middle;
font-size:35px; font-size:35px;
font-family:arial; font-family:arial, sans-serif;
padding:8px; padding:8px;
height:35px; height:35px;
position:static; position:static;
@@ -166,7 +166,7 @@ div.bandeautitre{
font-weight:bold; font-weight:bold;
text-align:center; text-align:center;
vertical-align:middle; vertical-align:middle;
font-family:arial; font-family:arial, sans-serif;
padding:3px; padding:3px;
position:static; position:static;
top:57px; top:57px;
@@ -179,7 +179,7 @@ div.sousbandeau{
font-size:11px; font-size:11px;
color:black; color:black;
vertical-align:middle; vertical-align:middle;
font-family:arial; font-family:arial, sans-serif;
padding:3px; padding:3px;
position:static; position:static;
top:80px; top:80px;
@@ -200,7 +200,7 @@ div.bandeaupied{
background-color: #0b419b; background-color: #0b419b;
color:white; color:white;
font-size:11px; font-size:11px;
font-family:arial; font-family:arial, sans-serif;
padding:6px; padding:6px;
position:fixed; position:fixed;
bottom:6px; bottom:6px;
@@ -221,7 +221,7 @@ div.bandeaupiedmobile{
background-color: #0b419b; background-color: #0b419b;
color:white; color:white;
font-size:11px; font-size:11px;
font-family:arial; font-family:arial, sans-serif;
padding:6px; padding:6px;
position:static; position:static;
} }
@@ -234,7 +234,7 @@ div.sousbandeau a, div.sousbandeau span.sousbandeaulangue a {
text-align:center; text-align:center;
margin-left:10px; margin-left:10px;
margin-right:10px; margin-right:10px;
font-family:arial; font-family:arial, sans-serif;
color:white; color:white;
font-size:10px; font-size:10px;
text-decoration:none; text-decoration:none;
@@ -247,18 +247,18 @@ span.sousbandeaulangue {
/*corps de la page index.php*/ /*corps de la page index.php*/
div.corps{ div.corps{
font-size:12px; font-size:12px;
font-family:arial; font-family:arial, sans-serif;
position:static; position:static;
padding:15px; padding:15px;
} }
div.corps table{ div.corps table{
font-family:arial; font-family:arial, sans-serif;
font-size:12px; font-size:12px;
font-weight:bold; font-weight:bold;
} }
div.corpscentre{ div.corpscentre{
font-size:12px; font-size:12px;
font-family:arial; font-family:arial, sans-serif;
text-align:center; text-align:center;
position:absolute; position:absolute;
top:150px; top:150px;
@@ -280,7 +280,7 @@ div.jourschoisis {
/*presenation des pages*/ /*presenation des pages*/
div.bodydate { div.bodydate {
padding:10px; padding:10px;
font-family:arial; font-family:arial, sans-serif;
font-size:12px; font-size:12px;
text-align:center; text-align:center;
position:static; position:static;
@@ -289,14 +289,14 @@ div.bodydate {
right:20px; right:20px;
} }
div.bodydate table{ div.bodydate table{
font-family:arial; font-family:arial, sans-serif;
font-size:12px; font-size:12px;
font-weight:bold; font-weight:bold;
} }
/*cadre de commentaires*/ /*cadre de commentaires*/
div.presentationdate { div.presentationdate {
width:100%; width:100%;
font-family:arial; font-family:arial, sans-serif;
text-align:center; text-align:center;
font-size:12px; font-size:12px;
border-top:1px solid; border-top:1px solid;
@@ -311,11 +311,10 @@ div.presentationdate {
div.presentationdatefin { div.presentationdatefin {
width:40%; width:40%;
padding:10px; padding:10px;
font-family:arial; font-family:arial, sans-serif;
text-align:center; text-align:center;
font-size:12px; font-size:12px;
border-width:1px; border: 1px solid;
border-style:solid;
margin-top: 10px; margin-top: 10px;
margin-left: 30%; margin-left: 30%;
margin-right: 30%; margin-right: 30%;
@@ -324,7 +323,7 @@ div.presentationdatefin {
/*cadre principal de studs.php*/ /*cadre principal de studs.php*/
div.cadre { div.cadre {
padding:10px; padding:10px;
font-family:arial; font-family:arial, sans-serif;
font-size:12px; font-size:12px;
position:static; position:static;
top:235px; top:235px;
@@ -406,7 +405,7 @@ div.calendrier {
background-color: #AAA; background-color: #AAA;
width:490px; width:490px;
font-size:12px; font-size:12px;
font-family:arial; font-family:arial, sans-serif;
margin-left: 30%; margin-left: 30%;
margin-right: 30%; margin-right: 30%;
position:static; position:static;
@@ -415,7 +414,7 @@ div.calendrier {
div.calendrier td.joursemaine { div.calendrier td.joursemaine {
width:65px; width:65px;
text-align: center; text-align: center;
font-family:arial; font-family:arial, sans-serif;
font-size:14px; font-size:14px;
border: 2px; border: 2px;
background-color: white; background-color: white;
@@ -423,7 +422,7 @@ div.calendrier td.joursemaine {
div.calendrier td.jourwe { div.calendrier td.jourwe {
width:65px; width:65px;
text-align: center; text-align: center;
font-family:arial; font-family:arial, sans-serif;
font-size:14px; font-size:14px;
border: 2px; border: 2px;
background-color: #C0C0C0; background-color: #C0C0C0;
@@ -433,7 +432,7 @@ div.calendrier td.avant {
width:65px; width:65px;
text-align: center; text-align: center;
border: 2px; border: 2px;
font-family:arial; font-family:arial, sans-serif;
font-size:13px; font-size:13px;
background-color: #DDDDDD; background-color: #DDDDDD;
} }
@@ -454,7 +453,7 @@ div.calendrier td.choisi {
/* Le paragraphe de fin */ /* Le paragraphe de fin */
p.affichageresultats{ p.affichageresultats{
text-align: center; text-align: center;
font-family:arial; font-family:arial, sans-serif;
font-size:13px; font-size:13px;
} }
@@ -468,7 +467,7 @@ div.comment span.usercomment{
a.affichageexport{ a.affichageexport{
text-align: center; text-align: center;
font-family:arial; font-family:arial, sans-serif;
font-size:10px; font-size:10px;
margin-left:10px; margin-left:10px;
text-decoration: none; text-decoration: none;
@@ -483,11 +482,11 @@ div.titregestionadmin{
.bouton { .bouton {
width: 65px; width: 65px;
border:0px; border:0;
padding:0px 0 0 0; padding:0 0 0 0;
margin:0px; margin:0;
cursor:pointer; cursor:pointer;
font-family:arial; font-family:arial, sans-serif;
font-size:13px; font-size:13px;
} }
/*les boutons pour choisir un jour non selectionné*/ /*les boutons pour choisir un jour non selectionné*/
@@ -505,7 +504,7 @@ div.nouveau_sondage a {
} }
div.nouveau_sondage span img { div.nouveau_sondage span img {
vertical-align: middle; vertical-align: middle;
border: 0px; border: 0;
} }
div.nouveau_sondage span { div.nouveau_sondage span {
margin-left: 20px; margin-left: 20px;
@@ -514,7 +513,7 @@ div.nouveau_sondage span {
div.error, div.addcomment { div.error, div.addcomment {
text-align:center; text-align:center;
border: 1px; border: 1px;
font-family: arial; font-family: arial, sans-serif;
font-size: 13px; font-size: 13px;
} }
ul.exports { ul.exports {

View File

@@ -23,7 +23,7 @@
?> ?>
<div id="principal_content" style="margin-left: 0px;"> <div id="principal_content" style="margin-left: 0;">
<div style="margin-left: 0; position: relative;" class="gantt" <div style="margin-left: 0; position: relative;" class="gantt"
id="GanttChartDIV"></div> id="GanttChartDIV"></div>

View File

@@ -20,15 +20,12 @@ font-size:12px;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat; background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
/* background-color: #F4F4F4; */ /* background-color: #F4F4F4; */
margin-left: 10px; margin: 5px 10px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 5px;
} }
div.titre { div.titre {
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
margin: 0em 0em 0em 0em; margin: 0 0 0 0;
} }
span.titre { span.titre {
@@ -37,7 +34,7 @@ font-weight: bold;
background: #FFFFFF; background: #FFFFFF;
color: #4965B3; color: #4965B3;
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
margin: 0em 0em 0em 0em; margin: 0 0 0 0;
border: 1px solid #AAAAAA; border: 1px solid #AAAAAA;
} }
@@ -45,19 +42,19 @@ div.soustitre {
font-size: 15px; font-size: 15px;
font-weight: bold; font-weight: bold;
color: #4965B3; color: #4965B3;
padding: 0em 1.2em 0.5em 2em; padding: 0 1.2em 0.5em 2em;
margin: 1.2em 1.2em 1.2em 1.2em; margin: 1.2em 1.2em 1.2em 1.2em;
border-bottom: 1px solid #8CACBB; border-bottom: 1px solid #8CACBB;
border-right: 1px solid #8CACBB; border-right: 1px solid #8CACBB;
text-align: right; text-align: right;
} }
inputdisabled input:disabled
{ {
background: #FDFDFD; background: #FDFDFD;
border: 1px solid #ACBCBB; border: 1px solid #ACBCBB;
padding: 0px 0px 0px 0px; padding: 0 0 0 0;
margin: 0px 0px 0px 0px; margin: 0 0 0 0;
} }
table.main { table.main {
@@ -77,7 +74,7 @@ color: #777711;
div.error { div.error {
color: #550000; font-weight: bold; color: #550000; font-weight: bold;
padding: 0.2em 0.2em 0.2em 0.2em; padding: 0.2em 0.2em 0.2em 0.2em;
margin: 0.5em 0em 0.5em 0em; margin: 0.5em 0 0.5em 0;
border: 1px solid #6C7C8B; border: 1px solid #6C7C8B;
} }
@@ -124,7 +121,7 @@ td.label {
background: #dcdcd3; background: #dcdcd3;
color: #5945A3; color: #5945A3;
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
margin: 0em 0em 0em 0em; margin: 0 0 0 0;
border-bottom: 1px solid #8CACBB; border-bottom: 1px solid #8CACBB;
} }
@@ -132,7 +129,7 @@ td.comment {
background: #dcdcd3; background: #dcdcd3;
color: black; color: black;
padding: 5px 5px 5px 5px; padding: 5px 5px 5px 5px;
margin: 0em 0em 0em 0em; margin: 0 0 0 0;
text-decoration:none; text-decoration:none;
font-size: 13px; font-size: 13px;
border-bottom: 1px solid #8CACBB; border-bottom: 1px solid #8CACBB;