This commit is contained in:
Laurent Destailleur 2013-06-23 18:01:10 +02:00
parent 3662638064
commit 7bfdec7993
5 changed files with 70 additions and 68 deletions

View File

@ -914,7 +914,7 @@ a.help:link, a.help:visited, a.help:hover, a.help:active { font-size:<?php print
div.tabs {
margin: 0px 0px 0px 6px;
padding: 0px 6px 3px 0px;
padding: 0px 6px 1px 0px;
clear:both;
height:100%;
}
@ -1090,16 +1090,16 @@ td.formdocbutton {padding-top:6px;}
#undertopmenu {
}
table img {
table img, div.tagtable img {
padding:0px 2px;
vertical-align:middle;
}
table.liste img {
table.liste img, div.list img {
padding:0px;
}
table a {
table a, div.tagtable a {
vertical-align:middle;
}
@ -1160,9 +1160,9 @@ table.border.formdoc {
width:60%;
}
table.border.formdoc td {padding:1px 3px;}
table.border.formdoc td { padding:1px 3px; }
table.noborder {
table.noborder, div.noborder {
border:1px solid #bbbbbb;
padding:0px;
margin:3px 0px 8px;
@ -1172,9 +1172,9 @@ table.noborder {
box-shadow:2px 4px 2px #cccccc;
}
table.noborder tr {}
table.noborder tr, div.noborder form {}
table.noborder td {padding:1px 2px 1px 3px;}
table.noborder td, , div.noborder div { padding:1px 2px 1px 3px; }
table.nobordernopadding {
border-collapse:collapse;
@ -1258,12 +1258,12 @@ tr.liste_titre td, tr.liste_titre th, form.liste_titre div {
text-shadow:1px 1px 1px #ffffff;
}
td.liste_titre_sel {
td.liste_titre_sel, form.liste_titre div.liste_titre_sel {
font-weight:bold;
white-space:nowrap;
}
tr.liste_total td {
tr.liste_total td, form.liste_total div {
padding:1px 2px;
border-top:solid 1px #cccccc;
background-color:#eaeaea;
@ -1271,9 +1271,9 @@ tr.liste_total td {
white-space:nowrap;
}
tr.impair td, tr.pair td {padding:1px 1px 1px 2px;}
tr.impair td, tr.pair td, form.impair div, form.pair div { padding:1px 1px 1px 2px; }
tr.impair table.nobordernopadding td, tr.pair table.nobordernopadding td {padding:1px 0px;}
tr.impair table.nobordernopadding td, tr.pair table.nobordernopadding td { padding:1px 0px; }
.impair {
background:#fdfdfd;
@ -1912,11 +1912,11 @@ a.none, a.none:active, a.none:visited, a.none:hover {
font-size:<?php echo $fontsize; ?>px;
}
.ui-button {margin-left:-1px;}
.ui-button-icon-only .ui-button-text {height:8px;}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {padding:2px 0px 6px 0px;}
.ui-button-text {line-height:1em !important;}
.ui-autocomplete-input {margin:0; padding:1px;}
.ui-button { margin-left:-2px; padding-top: 1px; }
.ui-button-icon-only .ui-button-text { height:8px; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding:2px 0px 6px 0px; }
.ui-button-text { line-height:1em !important; }
.ui-autocomplete-input { margin:0; padding:1px; }
/* ============================================================================== */

View File

@ -1284,7 +1284,7 @@ border-left: 1px solid #000000;
/* Main boxes */
table.noborder {
table.noborder, div.noborder {
border-collapse: collapse;
border-top-color: #FEFEFE;
@ -1310,7 +1310,7 @@ table.noborder {
box-shadow: 4px 4px 4px #CCC;
}
table.noborder tr {
table.noborder tr, div.noborder form {
border-top-color: #FEFEFE;
border-right-width: 1px;
@ -1323,7 +1323,7 @@ table.noborder tr {
height: 20px;
}
table.noborder td {
table.noborder td, div.noborder form div {
padding: 1px 2px 2px 1px; /* t r b l */
}
@ -1421,7 +1421,7 @@ input.liste_titre {
border: 0px;
}
tr.liste_total td {
tr.liste_total td, form.liste_total div {
border-top: 1px solid #DDDDDD;
background: #F0F0F0;
background-repeat: repeat-x;
@ -1983,7 +1983,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
font-family:<?php echo $fontlist; ?>;
font-size:<?php echo $fontsize; ?>px;
}
.ui-button { margin-left: -1px; }
.ui-button { margin-left: -1px; padding-top: 1px; }
.ui-button-icon-only .ui-button-text { height: 8px; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 2px 0px 6px 0px; }
.ui-button-text

View File

@ -241,9 +241,9 @@ div.inline-block
.nowrap {
white-space: <?php print ($dol_optimize_smallscreen?'normal':'nowrap'); ?>;
}
.dolibarrcombobox {
/*.dolibarrcombobox {
height: 22px;
}
}*/
/* ============================================================================== */
/* Styles to hide objects */
@ -1437,7 +1437,7 @@ border-left: 1px solid #000000;
/* Main boxes */
table.noborder {
table.noborder, div.noborder form {
/*box-shadow: 2px 4px 2px #CCCCCC;
-moz-box-shadow: 2px 4px 2px #CCCCCC;
-webkit-box-shadow: 2px 4px 2px #CCCCCC; */
@ -1446,10 +1446,10 @@ table.noborder {
}
table.noborder tr {
table.noborder tr, div.noborder form {
}
table.noborder td {
table.noborder td, div.noborder div {
}
table.nobordernopadding {
@ -1508,9 +1508,9 @@ th.liste_titre_sel, td.liste_titre_sel, th.liste_titre {
color: #FFFFFF !important;
}
tr.liste_total {
height: 25px;
border-top: 1px solid #333;
tr.liste_total, form.liste_total {
height: 25px;
border-top: 1px solid #333;
}
div#stats {
@ -1547,7 +1547,7 @@ div.liste_titre input.button, tr.liste_titre input.button, form.liste_titre inpu
/*margin: 30px 10px 10px 0px;*/
}
th.liste_titre_sel, td.liste_titre_sel
th.liste_titre_sel, td.liste_titre_sel, div.liste_titre_sel
{
background: #505050;
background-repeat: repeat-x;
@ -1564,47 +1564,47 @@ input.liste_titre {
border: 0px;
}
tr.liste_total td {
border-top: 1px solid #DDDDDD;
background: #F0F0F0;
/* background-image: url(<?php echo dol_buildpath($path.'/theme/login_background.png',1); ?>); */
background-repeat: repeat-x;
color: #332266;
font-weight: normal;
padding: 5px;
tr.liste_total td, form.liste_total div {
border-top: 1px solid #DDDDDD;
background: #F0F0F0;
/* background-image: url(<?php echo dol_buildpath($path.'/theme/login_background.png',1); ?>); */
background-repeat: repeat-x;
color: #332266;
font-weight: normal;
padding: 5px;
}
.impair {
background: #eaeaea;
font-family: <?php print $fontlist ?>;
border: 0px;
background: #eaeaea;
font-family: <?php print $fontlist ?>;
border: 0px;
}
.impair:hover {
background: #c0c4c7;
border: 0px;
background: #c0c4c7;
border: 0px;
}
tr.impair td.nohover {
background: #eaeaea;
tr.impair td.nohover, form.impair div.nohover {
background: #eaeaea;
}
.pair {
background: #FFFFFF;
font-family: <?php print $fontlist ?>;
border: 0px;
background: #FFFFFF;
font-family: <?php print $fontlist ?>;
border: 0px;
}
.pair:hover {
background: #c0c4c7;
border: 0px;
background: #c0c4c7;
border: 0px;
}
tr.pair td.nohover {
background: #FFFFFF;
}
.pair td, .impair td
.pair td, .impair td, .pair div, .impair div
{
padding: 2px 3px !important;
}
@ -2145,7 +2145,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
font-family:<?php echo $fontlist; ?>;
font-size:<?php echo $fontsize; ?>px;
}
.ui-button { margin-left: -1px; }
.ui-button { margin-left: -1px; padding-top: 1px; }
.ui-button-icon-only .ui-button-text { height: 8px; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 2px 0px 6px 0px; }
.ui-button-text

View File

@ -1391,7 +1391,7 @@ border-left: 1px solid #000000;
/* Main boxes */
table.noborder {
table.noborder, div.noborder {
background: #FFF url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_liste_titremenu.jpg',1); ?>);
background-repeat: repeat-x;
background-position: top right;
@ -1409,10 +1409,10 @@ table.noborder {
/*border-collapse: collapse;*/
}
table.noborder tr {
table.noborder tr, div.noborder form {
}
table.noborder td {
table.noborder td, div.noborder form div {
}
#graph {
@ -1477,18 +1477,20 @@ div.liste_titre, tr.liste_titre, form.liste_titre {
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
text-align: <?php echo $left; ?>;
}
th.liste_titre, td.liste_titre
th.liste_titre, td.liste_titre, form.liste_titre div
{
padding-left: 6px;
padding-right: 6px;
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
vertical-align: middle;
}
th.liste_titre_sel, td.liste_titre_sel
th.liste_titre_sel, td.liste_titre_sel, form.liste_titre_sel div
{
background-position: top right;
color: #A51B00;
font-weight: bold;
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
vertical-align: middle;
}
input.liste_titre {
@ -1499,7 +1501,7 @@ background-position: top right;*/
border: 0px;
}
tr.liste_total td {
tr.liste_total td, form.liste_total div {
border-top: 1px solid #DDDDDD;
background: #F0F0F0;
/* background-image: url(<?php echo dol_buildpath($path.'/theme/login_background.png',1); ?>); */
@ -2099,7 +2101,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
font-family:<?php echo $fontlist; ?>;
font-size:<?php echo $fontsize; ?>px;
}
.ui-button { margin-left: -1px; }
.ui-button { margin-left: -1px; padding-top: 1px; }
.ui-button-icon-only .ui-button-text { height: 8px; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 2px 0px 6px 0px; }
.ui-button-text

View File

@ -1591,7 +1591,7 @@ td.border {
/* Main boxes */
table.noborder, table.formdoc {
table.noborder, table.formdoc, div.noborder {
width: 100%;
border-collapse: separate !important;
@ -1621,7 +1621,7 @@ table.noborder, table.formdoc {
border-radius: 0.2em;
}
table.noborder tr {
table.noborder tr, div.noborder form {
border-top-color: #FEFEFE;
border-right-width: 1px;
@ -1634,7 +1634,7 @@ table.noborder tr {
height: 20px;
}
table.noborder th, table.noborder td {
table.noborder th, table.noborder td, div.noborder form, div.noborder form div {
padding: 1px 2px 1px 3px; /* t r b l */
}
@ -1709,7 +1709,7 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.list
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
text-align: <?php echo $left; ?>;
}
tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre
tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div
{
font-family: <?php print $fontlist ?>;
/*font-weight: normal;*/
@ -1717,7 +1717,7 @@ tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
text-shadow:1px 0px 1px #ffffff;
}
tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel
tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
{
font-family: <?php print $fontlist ?>;
font-weight: normal;
@ -1731,10 +1731,10 @@ input.liste_titre {
border: 0px;
}
tr.liste_total {
tr.liste_total, form.liste_total {
background: #F0F0F0;
}
tr.liste_total td {
tr.liste_total td, form.liste_total div {
border-top: 1px solid #DDDDDD;
color: #332266;
font-weight: normal;
@ -2406,7 +2406,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
font-family:<?php echo $fontlist; ?>;
font-size:<?php echo $fontsize; ?>px;
}
.ui-button { margin-left: -1px; }
.ui-button { margin-left: -2px; padding-top: 1px; }
.ui-button-icon-only .ui-button-text { height: 8px; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: 2px 0px 6px 0px; }
.ui-button-text