diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 5144137a8b9..8e6df230465 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -914,7 +914,7 @@ a.help:link, a.help:visited, a.help:hover, a.help:active { font-size: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; } /* ============================================================================== */ diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 28b4c4b4793..4727fa30a2c 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -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:; font-size: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 diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index f8b80a48b05..49943e38a20 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -241,9 +241,9 @@ div.inline-block .nowrap { white-space: ; } -.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(); */ -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(); */ + background-repeat: repeat-x; + color: #332266; + font-weight: normal; + padding: 5px; } .impair { -background: #eaeaea; -font-family: ; -border: 0px; + background: #eaeaea; + font-family: ; + 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: ; -border: 0px; + background: #FFFFFF; + font-family: ; + 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:; font-size: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 diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 51dba60756c..ea3b0b9df5c 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -1391,7 +1391,7 @@ border-left: 1px solid #000000; /* Main boxes */ -table.noborder { +table.noborder, div.noborder { background: #FFF url(); 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: ; text-align: ; } -th.liste_titre, td.liste_titre +th.liste_titre, td.liste_titre, form.liste_titre div { padding-left: 6px; padding-right: 6px; white-space: ; + 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: ; + 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(); */ @@ -2099,7 +2101,7 @@ A.none, A.none:active, A.none:visited, A.none:hover { font-family:; font-size: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 diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index cd97902b1db..2b55a6fb080 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -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: ; text-align: ; } -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: ; /*font-weight: normal;*/ @@ -1717,7 +1717,7 @@ tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre white-space: ; 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: ; 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:; font-size: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