Look: Modif esthétiques mineures
This commit is contained in:
parent
cf1aaa85e8
commit
d01636d5f4
@ -28,17 +28,6 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/***** Styles par défaut *****/
|
/***** Styles par défaut *****/
|
||||||
textarea {
|
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
|
||||||
padding: 0px 0px 0px 0px;
|
|
||||||
margin: 0px 0px 0px 0px;
|
|
||||||
}
|
|
||||||
textarea.flat
|
|
||||||
{
|
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
|
||||||
padding: 0px 0px 0px 0px;
|
|
||||||
margin: 0px 0px 0px 0px;
|
|
||||||
}
|
|
||||||
input
|
input
|
||||||
{
|
{
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
@ -51,6 +40,17 @@ input.flat
|
|||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
textarea {
|
||||||
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
textarea.flat
|
||||||
|
{
|
||||||
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
}
|
||||||
select.flat
|
select.flat
|
||||||
{
|
{
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
@ -139,12 +139,22 @@ a.tmenu#sel
|
|||||||
{
|
{
|
||||||
padding: 0em 1em;
|
padding: 0em 1em;
|
||||||
margin: 0em 0em 1em 0em;
|
margin: 0em 0em 1em 0em;
|
||||||
|
font-size:12px;
|
||||||
}
|
}
|
||||||
a.tmenu:hover
|
a.tmenu:hover
|
||||||
{
|
{
|
||||||
padding: 0em 1em;
|
padding: 0em 1em;
|
||||||
margin: 0em 0em 1em 0em;
|
margin: 0em 0em 1em 0em;
|
||||||
text-decoration: underline;
|
text-decoration: none;
|
||||||
|
font-size:12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
font.tmenudisabled
|
||||||
|
{
|
||||||
|
color: #93a5aa;
|
||||||
|
padding: 0em 1em;
|
||||||
|
margin: 0em 0em 1em 0em;
|
||||||
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Login */
|
/* Login */
|
||||||
@ -186,6 +196,7 @@ a.vmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left;
|
|||||||
a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
a.vmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||||
a.vmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
a.vmenu:active { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; }
|
||||||
a.vmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; text-decoration: underline; }
|
a.vmenu:hover { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: bold; text-decoration: underline; }
|
||||||
|
font.vmenudisabled { font-size:12px; font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #a3a590; margin: 1em 1em 1em 1em; }
|
||||||
|
|
||||||
a.vsmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:link { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
a.vsmenu:visited { font: helvetica, verdana, arial, sans-serif; text-align:left; font-weight: normal; color: #202020; margin: 1em 1em 1em 1em; }
|
||||||
@ -222,40 +233,94 @@ div.blockvmenuimpair
|
|||||||
margin: 1px 0px 0px 0px;
|
margin: 1px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.leftmenu {
|
||||||
|
font-size: 0.9em;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #202020;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.barre {
|
||||||
|
border-right: 1px solid #000000;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
|
background: #b3cccc;
|
||||||
|
font-family: Helvetica, Verdana;
|
||||||
|
font-size: 0.9em;
|
||||||
|
color: #000000;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.barre_select {
|
||||||
|
background: #b3cccc;
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
form {
|
||||||
|
padding: 0em 0em 0em 0em;
|
||||||
|
margin: 0em 0em 0em 0em;
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
* Barre recherche
|
||||||
|
*/
|
||||||
|
div.formsearch
|
||||||
|
{
|
||||||
|
display: block;
|
||||||
|
float: none;
|
||||||
|
clear: right;
|
||||||
|
background: #d0d4d7;
|
||||||
|
top: 0px;
|
||||||
|
left: 130px;
|
||||||
|
padding: 4px;
|
||||||
|
vertical-align: center;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Barre onglets
|
* Barre onglets
|
||||||
*/
|
*/
|
||||||
|
div.tabs {
|
||||||
|
top: 20px;
|
||||||
|
margin: 1px 0px 0px 0px;
|
||||||
|
padding: 0px 6px;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
div.tabBar {
|
div.tabBar {
|
||||||
color: #436976;
|
color: #436976;
|
||||||
background: #dee7ec;
|
background: #dee7ec;
|
||||||
padding-top: 14px;
|
padding-top: 14px;
|
||||||
padding-left: 14px;
|
padding-left: 12px;
|
||||||
padding-right: 14px;
|
padding-right: 12px;
|
||||||
padding-bottom: 14px;
|
padding-bottom: 14px;
|
||||||
margin: 0px 0px 10px 0px;
|
margin: 0px 0px 10px 0px;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tabs {
|
|
||||||
top: 20px;
|
|
||||||
margin: 1px 0em 0em 0em;
|
|
||||||
padding: 0em 0.5em;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.tabsAction {
|
div.tabsAction {
|
||||||
margin: 24px 0em 1px 0em;
|
margin: 24px 0em 1px 0em;
|
||||||
padding: 0em 0em;
|
padding: 0em 0em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
a.tabTitle {
|
||||||
|
background: #436976;
|
||||||
|
color: white;
|
||||||
|
font-weight: normal;
|
||||||
|
padding: 0px 6px;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
|
border-right: 1px solid #555555;
|
||||||
|
border-left: 1px solid #D8D8D8;
|
||||||
|
border-top: 1px solid #D8D8D8;
|
||||||
|
}
|
||||||
|
|
||||||
a.tab {
|
a.tab {
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
color: #436976;
|
color: #436976;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0em 1em;
|
padding: 0px 6px;
|
||||||
margin: 0em 0.2em;
|
margin: 0em 0.2em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -276,6 +341,7 @@ a.tab:hover {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Boutons actions
|
* Boutons actions
|
||||||
|
* Nouvelle syntaxe à utiliser
|
||||||
*/
|
*/
|
||||||
|
|
||||||
a.butAction:link { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }
|
a.butAction:link { background: white; border: 1px solid #8CACBB; color: #436976; font: 105% Bold; padding: 0em 1em; margin: 0em 0.2em; text-decoration: none; white-space: nowrap; }
|
||||||
@ -405,29 +471,74 @@ a.normal{ font-weight: normal }
|
|||||||
a.impayee { font-weight: bold }
|
a.impayee { font-weight: bold }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Barre de gauche
|
* Boxes
|
||||||
|
*/
|
||||||
|
tr.box_titre {
|
||||||
|
background: #b3cccc;
|
||||||
|
font-family: Helvetica, Verdana;
|
||||||
|
font-weight: bold;
|
||||||
|
border-top: 1px solid #8CACBB;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.box_impair {
|
||||||
|
background: #b3cccc;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.box_pair {
|
||||||
|
background: #cceeee;
|
||||||
|
font-size: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr.fiche {
|
||||||
|
font-size: 0.6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Ok, Warning, Error
|
||||||
|
*/
|
||||||
|
.ok { color: #114466; }
|
||||||
|
.warning { color: #887711; }
|
||||||
|
.error { color: #550000; font-weight: bold; }
|
||||||
|
|
||||||
|
div.ok {
|
||||||
|
color: #114466;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.warning {
|
||||||
|
color: #997711;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.error {
|
||||||
|
color: #550000; font-weight: bold;
|
||||||
|
padding: 0.2em 0.2em 0.2em 0.2em;
|
||||||
|
margin: 0.5em 0em 0.5em 0em;
|
||||||
|
border: 1px solid #8C9CAB;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Liens Payes/Non payes
|
||||||
*/
|
*/
|
||||||
|
|
||||||
a.leftmenu {
|
a.normal:link { font-weight: normal }
|
||||||
font-size: 0.9em;
|
a.normal:visited { font-weight: normal }
|
||||||
font-weight: bold;
|
a.normal:active { font-weight: normal }
|
||||||
color: #202020;
|
a.normal:hover { font-weight: normal }
|
||||||
}
|
|
||||||
|
|
||||||
td.barre {
|
a.impayee:link { font-weight: bold; color: #550000; }
|
||||||
border-right: 1px solid #000000;
|
a.impayee:visited { font-weight: bold; color: #550000; }
|
||||||
border-bottom: 1px solid #000000;
|
a.impayee:active { font-weight: bold; color: #550000; }
|
||||||
background: #b3cccc;
|
a.impayee:hover { font-weight: bold; color: #550000; }
|
||||||
font-family: Helvetica, Verdana;
|
|
||||||
font-size: 0.9em;
|
|
||||||
color: #000000;
|
|
||||||
text-decoration: none }
|
|
||||||
|
|
||||||
td.barre_select {
|
|
||||||
background: #b3cccc;
|
|
||||||
color: #000000
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Lignes titre espace
|
||||||
|
*/
|
||||||
div.titre {
|
div.titre {
|
||||||
font-family: Helvetica, Verdana;
|
font-family: Helvetica, Verdana;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
@ -492,28 +603,7 @@ tr.liste_total td {
|
|||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* Boxes
|
|
||||||
*/
|
|
||||||
tr.box_titre {
|
|
||||||
font-family: Helvetica, Verdana;
|
|
||||||
font-size: 0.9em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.box_pair {
|
|
||||||
background: #b3cccc;
|
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.box_impair {
|
|
||||||
background: #cceeee;
|
|
||||||
font-size: 0.8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
tr.fiche {
|
|
||||||
font-size: 0.6em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
@ -535,23 +625,4 @@ td.small {
|
|||||||
|
|
||||||
tr.nonpayed {
|
tr.nonpayed {
|
||||||
font-size: 0.9em; font-weight: bold;
|
font-size: 0.9em; font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
p#powered-by-dolibarr {
|
|
||||||
position: fixed;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
bottom: 2px;
|
|
||||||
left: 0px;
|
|
||||||
z-index: 2;
|
|
||||||
}
|
|
||||||
|
|
||||||
p#powered-by-dolibarr a {
|
|
||||||
border: 1px solid black;
|
|
||||||
text-decoration: none;
|
|
||||||
color: black;
|
|
||||||
font-size: 0.9em;
|
|
||||||
padding-right: 5px;
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
@ -316,12 +316,12 @@ td.barre {
|
|||||||
font: helvetica, verdana, arial, sans-serif;
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
text-decoration: none
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.barre_select {
|
td.barre_select {
|
||||||
background: #b3c5cc;
|
background: #b3c5cc;
|
||||||
color: #000000
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.photo {
|
td.photo {
|
||||||
@ -879,7 +879,7 @@ cursor: hand;
|
|||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Objets debug
|
* Autre
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -40,18 +40,6 @@ a:link { font: helvetica, verdana, arial, sans-serif; font-weight: bold; colo
|
|||||||
a:visited { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
a:visited { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||||
a:active { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
a:active { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||||
a:hover { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }
|
a:hover { font: helvetica, verdana, arial, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }
|
||||||
textarea {
|
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
|
||||||
padding: 0px 0px 0px 0px;
|
|
||||||
margin: 0px 0px 0px 0px;
|
|
||||||
}
|
|
||||||
textarea.flat
|
|
||||||
{
|
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
|
||||||
padding: 0px 0px 0px 0px;
|
|
||||||
margin: 0px 0px 0px 0px;
|
|
||||||
border: 0px;
|
|
||||||
}
|
|
||||||
input
|
input
|
||||||
{
|
{
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
@ -65,6 +53,18 @@ input.flat
|
|||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
textarea {
|
||||||
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
textarea.flat
|
||||||
|
{
|
||||||
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
select.flat
|
select.flat
|
||||||
{
|
{
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
@ -92,24 +92,6 @@ div.body
|
|||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.tmenu
|
|
||||||
{
|
|
||||||
float: top;
|
|
||||||
display:block;
|
|
||||||
white-space: nowrap;
|
|
||||||
border:0;
|
|
||||||
border-right: 1px solid #000000;
|
|
||||||
border-bottom: 1px solid #000000;
|
|
||||||
padding: 3px 1em 0em;
|
|
||||||
margin: 0em 0em 0.2em 0em;
|
|
||||||
font-weight:bold;
|
|
||||||
font-size:12px;
|
|
||||||
height: 18px;
|
|
||||||
background: #ded8d2;
|
|
||||||
color: #000000;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.vmenuplusfiche
|
div.vmenuplusfiche
|
||||||
{
|
{
|
||||||
float: left;
|
float: left;
|
||||||
@ -140,6 +122,24 @@ div.fiche
|
|||||||
* Menu superieur et 1ere ligne tableau
|
* Menu superieur et 1ere ligne tableau
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
div.tmenu
|
||||||
|
{
|
||||||
|
float: top;
|
||||||
|
display:block;
|
||||||
|
white-space: nowrap;
|
||||||
|
border:0;
|
||||||
|
border-right: 1px solid #000000;
|
||||||
|
border-bottom: 1px solid #000000;
|
||||||
|
padding: 2px 1em 0em;
|
||||||
|
margin: 0em 0em 0.2em 0em;
|
||||||
|
font-weight:bold;
|
||||||
|
font-size:12px;
|
||||||
|
height: 19px;
|
||||||
|
background: #ded8d2;
|
||||||
|
color: #000000;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
table.topbarre
|
table.topbarre
|
||||||
{
|
{
|
||||||
cell-spacing: 0;
|
cell-spacing: 0;
|
||||||
@ -206,7 +206,7 @@ a.login
|
|||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 24px;
|
right: 24px;
|
||||||
top: 3px;
|
top: 5px;
|
||||||
|
|
||||||
color: #234046;
|
color: #234046;
|
||||||
padding: 0em 1em;
|
padding: 0em 1em;
|
||||||
@ -223,10 +223,9 @@ a.login:hover
|
|||||||
img.login
|
img.login
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 9px;
|
right: 8px;
|
||||||
top: 3px;
|
top: 5px;
|
||||||
|
|
||||||
padding:2px;
|
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:white;
|
color:white;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user