forked from Wavyzz/dolibarr
CSS fixes
This commit is contained in:
@@ -55,11 +55,8 @@ p {
|
||||
|
||||
/* ------------------- Menu ------------------- */
|
||||
.menu_principal {
|
||||
margin: 0 auto;
|
||||
margin-left: 15px;
|
||||
margin-bottom: 20px;
|
||||
margin-right: 20px;
|
||||
font-size: 14px;
|
||||
margin: 0 20px 20px 15px;
|
||||
font-size: 14px;
|
||||
width: 735px;
|
||||
height: 84px;
|
||||
background: #CCCCCC;
|
||||
@@ -77,9 +74,8 @@ p {
|
||||
|
||||
.menu {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
padding-top: 10px;
|
||||
list-style-type: none;
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
|
||||
.menu li {
|
||||
@@ -143,9 +139,8 @@ p {
|
||||
}
|
||||
|
||||
p.titre {
|
||||
margin: 0;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
margin: 0 0 20px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-size: 1.4em;
|
||||
color: #5ca64d;
|
||||
@@ -153,11 +148,10 @@ p.titre {
|
||||
}
|
||||
|
||||
.cadre_article {
|
||||
margin: 0 auto;
|
||||
width: 180px;
|
||||
width: 180px;
|
||||
text-align: center;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 10px;
|
||||
margin: 0 auto 10px;
|
||||
padding-bottom: 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
@@ -205,10 +199,9 @@ p.titre {
|
||||
}
|
||||
|
||||
.formulaire_login table {
|
||||
margin: 0 auto;
|
||||
padding-left: 60px;
|
||||
margin-bottom: 20px;
|
||||
background: url('../img/login.png') bottom left no-repeat;
|
||||
padding-left: 60px;
|
||||
margin: 0 auto 20px;
|
||||
background: url('../img/login.png') bottom left no-repeat;
|
||||
}
|
||||
|
||||
.formulaire_login table tr {
|
||||
@@ -430,9 +423,8 @@ background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0,
|
||||
/* Titre */
|
||||
.err_titre {
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
margin-bottom: 10px;
|
||||
padding: 0;
|
||||
margin: 0 0 10px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Description */
|
||||
@@ -454,9 +446,8 @@ background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0,
|
||||
/* Titre */
|
||||
.msg_titre {
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
margin-bottom: 10px;
|
||||
padding: 0;
|
||||
margin: 0 0 10px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Description */
|
||||
|
||||
@@ -43,7 +43,7 @@ body.FileArea
|
||||
body, td, input, select
|
||||
{
|
||||
font-size: 11px;
|
||||
font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
|
||||
font-family: 'Microsoft Sans Serif', Arial, Helvetica, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.ActualFolder
|
||||
|
||||
@@ -21,15 +21,12 @@ font-size:13px;
|
||||
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
||||
background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
|
||||
/* background-color: #F4F4F4; */
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 10px;
|
||||
margin: 15px 30px 10px;
|
||||
}
|
||||
|
||||
div.titre {
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0em 0em 0em 0em;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
span.titre {
|
||||
@@ -39,26 +36,26 @@ background: #FFFFFF;
|
||||
color: #4965B3;
|
||||
border: 1px solid #8CACBB;
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0em 0em 0em 0em;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
div.soustitre {
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
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;
|
||||
border-bottom: 1px solid #8CACBB;
|
||||
border-right: 1px solid #8CACBB;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
inputdisabled
|
||||
input:disabled
|
||||
{
|
||||
background: #FDFDFD;
|
||||
border: 1px solid #ACBCBB;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 0 0 0 0;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
input[type=text], input[type=password] {
|
||||
@@ -69,9 +66,8 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
|
||||
box-shadow: 0 0 5px #C091AF;
|
||||
}
|
||||
input:-webkit-autofill {
|
||||
background-color: #FBFFEA !important;
|
||||
background-image: none !important;
|
||||
-webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
|
||||
background: #FBFFEA none !important;
|
||||
-webkit-box-shadow: 0 0 0 50px #FBFFEA inset;
|
||||
}
|
||||
|
||||
table.main {
|
||||
@@ -91,11 +87,8 @@ color: #000000;
|
||||
|
||||
table.listofchoices, tr.listofchoices, td.listofchoices {
|
||||
border-collapse: collapse;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
color: #000000;
|
||||
padding: 4px;
|
||||
color: #000000;
|
||||
border: 1px solid #888888 !important;
|
||||
}
|
||||
|
||||
@@ -137,7 +130,7 @@ div.error {
|
||||
color: #550000;
|
||||
font-weight: bold;
|
||||
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;
|
||||
}
|
||||
font.error {
|
||||
@@ -199,7 +192,7 @@ background-color: #B5C5C5;
|
||||
td.label {
|
||||
color: #5945A3;
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0em 0em 0em 0em;
|
||||
margin: 0 0 0 0;
|
||||
border-bottom: 1px solid #CCCCDB;
|
||||
}
|
||||
|
||||
@@ -207,7 +200,7 @@ border-bottom: 1px solid #CCCCDB;
|
||||
td.comment {
|
||||
color: black;
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0em 0em 0em 0em;
|
||||
margin: 0 0 0 0;
|
||||
text-decoration:none;
|
||||
font-size: 11px;
|
||||
border-bottom: 1px solid #CCCCDB;
|
||||
@@ -239,14 +232,13 @@ ul {
|
||||
|
||||
|
||||
.button {
|
||||
background-color: #FFFFFF;
|
||||
background-position: bottom;
|
||||
background: #FFFFFF bottom;
|
||||
border: 1px solid #C0C0C0;
|
||||
padding: 0.3em 0.7em;
|
||||
margin: 0em 0.5em;
|
||||
-moz-border-radius:0px 5px 0px 5px;
|
||||
-webkit-border-radius:0px 5px 0px 5px;
|
||||
border-radius:0px 5px 0px 5px;
|
||||
margin: 0 0.5em;
|
||||
-moz-border-radius:0 5px 0 5px;
|
||||
-webkit-border-radius:0 5px 0 5px;
|
||||
border-radius:0 5px 0 5px;
|
||||
-moz-box-shadow: 2px 2px 3px #CCC;
|
||||
-webkit-box-shadow: 2px 2px 3px #CCC;
|
||||
box-shadow: 2px 2px 3px #CCC;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
.survey_invitation
|
||||
{
|
||||
font-color: #445566;
|
||||
color: #445566;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -141,7 +141,7 @@ div.bandeau{
|
||||
color:white;
|
||||
vertical-align:middle;
|
||||
font-size:35px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
padding:8px;
|
||||
height:35px;
|
||||
position:static;
|
||||
@@ -166,7 +166,7 @@ div.bandeautitre{
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
vertical-align:middle;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
padding:3px;
|
||||
position:static;
|
||||
top:57px;
|
||||
@@ -179,7 +179,7 @@ div.sousbandeau{
|
||||
font-size:11px;
|
||||
color:black;
|
||||
vertical-align:middle;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
padding:3px;
|
||||
position:static;
|
||||
top:80px;
|
||||
@@ -200,7 +200,7 @@ div.bandeaupied{
|
||||
background-color: #0b419b;
|
||||
color:white;
|
||||
font-size:11px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
padding:6px;
|
||||
position:fixed;
|
||||
bottom:6px;
|
||||
@@ -221,7 +221,7 @@ div.bandeaupiedmobile{
|
||||
background-color: #0b419b;
|
||||
color:white;
|
||||
font-size:11px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
padding:6px;
|
||||
position:static;
|
||||
}
|
||||
@@ -234,7 +234,7 @@ div.sousbandeau a, div.sousbandeau span.sousbandeaulangue a {
|
||||
text-align:center;
|
||||
margin-left:10px;
|
||||
margin-right:10px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
color:white;
|
||||
font-size:10px;
|
||||
text-decoration:none;
|
||||
@@ -247,18 +247,18 @@ span.sousbandeaulangue {
|
||||
/*corps de la page index.php*/
|
||||
div.corps{
|
||||
font-size:12px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
position:static;
|
||||
padding:15px;
|
||||
}
|
||||
div.corps table{
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
}
|
||||
div.corpscentre{
|
||||
font-size:12px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
text-align:center;
|
||||
position:absolute;
|
||||
top:150px;
|
||||
@@ -280,7 +280,7 @@ div.jourschoisis {
|
||||
/*presenation des pages*/
|
||||
div.bodydate {
|
||||
padding:10px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:12px;
|
||||
text-align:center;
|
||||
position:static;
|
||||
@@ -289,14 +289,14 @@ div.bodydate {
|
||||
right:20px;
|
||||
}
|
||||
div.bodydate table{
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:12px;
|
||||
font-weight:bold;
|
||||
}
|
||||
/*cadre de commentaires*/
|
||||
div.presentationdate {
|
||||
width:100%;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
text-align:center;
|
||||
font-size:12px;
|
||||
border-top:1px solid;
|
||||
@@ -311,12 +311,11 @@ div.presentationdate {
|
||||
div.presentationdatefin {
|
||||
width:40%;
|
||||
padding:10px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
text-align:center;
|
||||
font-size:12px;
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
margin-top: 10px;
|
||||
font-size:12px;
|
||||
border: 1px solid;
|
||||
margin-top: 10px;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
position:static;
|
||||
@@ -324,7 +323,7 @@ div.presentationdatefin {
|
||||
/*cadre principal de studs.php*/
|
||||
div.cadre {
|
||||
padding:10px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:12px;
|
||||
position:static;
|
||||
top:235px;
|
||||
@@ -406,7 +405,7 @@ div.calendrier {
|
||||
background-color: #AAA;
|
||||
width:490px;
|
||||
font-size:12px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
position:static;
|
||||
@@ -415,7 +414,7 @@ div.calendrier {
|
||||
div.calendrier td.joursemaine {
|
||||
width:65px;
|
||||
text-align: center;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:14px;
|
||||
border: 2px;
|
||||
background-color: white;
|
||||
@@ -423,7 +422,7 @@ div.calendrier td.joursemaine {
|
||||
div.calendrier td.jourwe {
|
||||
width:65px;
|
||||
text-align: center;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:14px;
|
||||
border: 2px;
|
||||
background-color: #C0C0C0;
|
||||
@@ -433,7 +432,7 @@ div.calendrier td.avant {
|
||||
width:65px;
|
||||
text-align: center;
|
||||
border: 2px;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:13px;
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
@@ -454,7 +453,7 @@ div.calendrier td.choisi {
|
||||
/* Le paragraphe de fin */
|
||||
p.affichageresultats{
|
||||
text-align: center;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:13px;
|
||||
}
|
||||
|
||||
@@ -468,7 +467,7 @@ div.comment span.usercomment{
|
||||
|
||||
a.affichageexport{
|
||||
text-align: center;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:10px;
|
||||
margin-left:10px;
|
||||
text-decoration: none;
|
||||
@@ -483,11 +482,11 @@ div.titregestionadmin{
|
||||
|
||||
.bouton {
|
||||
width: 65px;
|
||||
border:0px;
|
||||
padding:0px 0 0 0;
|
||||
margin:0px;
|
||||
border:0;
|
||||
padding:0 0 0 0;
|
||||
margin:0;
|
||||
cursor:pointer;
|
||||
font-family:arial;
|
||||
font-family:arial, sans-serif;
|
||||
font-size:13px;
|
||||
}
|
||||
/*les boutons pour choisir un jour non selectionné*/
|
||||
@@ -505,7 +504,7 @@ div.nouveau_sondage a {
|
||||
}
|
||||
div.nouveau_sondage span img {
|
||||
vertical-align: middle;
|
||||
border: 0px;
|
||||
border: 0;
|
||||
}
|
||||
div.nouveau_sondage span {
|
||||
margin-left: 20px;
|
||||
@@ -514,7 +513,7 @@ div.nouveau_sondage span {
|
||||
div.error, div.addcomment {
|
||||
text-align:center;
|
||||
border: 1px;
|
||||
font-family: arial;
|
||||
font-family: arial, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
ul.exports {
|
||||
|
||||
@@ -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"
|
||||
id="GanttChartDIV"></div>
|
||||
|
||||
|
||||
@@ -20,15 +20,12 @@ font-size:12px;
|
||||
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
|
||||
background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;
|
||||
/* background-color: #F4F4F4; */
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin: 5px 10px;
|
||||
}
|
||||
|
||||
div.titre {
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0em 0em 0em 0em;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
span.titre {
|
||||
@@ -37,7 +34,7 @@ font-weight: bold;
|
||||
background: #FFFFFF;
|
||||
color: #4965B3;
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0em 0em 0em 0em;
|
||||
margin: 0 0 0 0;
|
||||
border: 1px solid #AAAAAA;
|
||||
}
|
||||
|
||||
@@ -45,19 +42,19 @@ div.soustitre {
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
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;
|
||||
border-bottom: 1px solid #8CACBB;
|
||||
border-right: 1px solid #8CACBB;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
inputdisabled
|
||||
input:disabled
|
||||
{
|
||||
background: #FDFDFD;
|
||||
border: 1px solid #ACBCBB;
|
||||
padding: 0px 0px 0px 0px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 0 0 0 0;
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
table.main {
|
||||
@@ -77,7 +74,7 @@ color: #777711;
|
||||
div.error {
|
||||
color: #550000; font-weight: bold;
|
||||
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;
|
||||
}
|
||||
|
||||
@@ -124,7 +121,7 @@ td.label {
|
||||
background: #dcdcd3;
|
||||
color: #5945A3;
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0em 0em 0em 0em;
|
||||
margin: 0 0 0 0;
|
||||
border-bottom: 1px solid #8CACBB;
|
||||
}
|
||||
|
||||
@@ -132,7 +129,7 @@ td.comment {
|
||||
background: #dcdcd3;
|
||||
color: black;
|
||||
padding: 5px 5px 5px 5px;
|
||||
margin: 0em 0em 0em 0em;
|
||||
margin: 0 0 0 0;
|
||||
text-decoration:none;
|
||||
font-size: 13px;
|
||||
border-bottom: 1px solid #8CACBB;
|
||||
|
||||
Reference in New Issue
Block a user