diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 5654ff08507a551f42707a57d9fd170437adecb1..751361559a1292c5244d492b065ce204f129a89a 100644 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -217,7 +217,7 @@ a:hover, a:active { <?php if (empty($dol_use_jmobile)) { ?> input, input.flat, textarea, textarea.flat, form.flat select, select.flat { - padding: 1px; + padding: 2px; } input, textarea { font-size:<?php print $fontsize ?>px; @@ -1003,13 +1003,14 @@ a.tab:hover {color:#333333;} /* ============================================================================== */ #id-container { - display: table; - table-layout: fixed; + margin-bottom: 6px; + display: table; + table-layout: fixed; } #id-right, #id-left { - display: table-cell; - float: none; - vertical-align: top; + display: table-cell; + float: none; + vertical-align: top; } #id-<?php echo $right; ?> { width: 100%; @@ -1942,7 +1943,7 @@ a.none, a.none:active, a.none:visited, a.none:hover { .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-autocomplete-input { margin:0; } /* ============================================================================== */ diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index d088034c18a6d05bef800dbdb7efb0fad16270c4..d4dff44211acc454a2fa4bda1c1c5005888136bd 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -270,14 +270,15 @@ td.showDragHandle { /* ============================================================================== */ #id-container { - display: table; - table-layout: fixed; - margin-top: 6px; + display: table; + table-layout: fixed; + margin-top: 6px; + margin-bottom: 6px; } #id-right, #id-left { - display: table-cell; - float: none; - vertical-align: top; + display: table-cell; + float: none; + vertical-align: top; } #id-<?php echo $right; ?> { width: 100%; diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 973fe5cb88916fd231b62ba2172833ff7e1c30d0..178a36081ced91934b0e9b5708feeead4aa401e1 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -143,7 +143,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select.flat { font-family: <?php print $fontlist ?>; background: #FDFDFD; border: 1px solid #ACBCBB; - padding: 0px 0px 0px 0px; + padding: 1px; margin: 0px 0px 0px 0px; } select.flat, form.flat select { @@ -294,13 +294,14 @@ td.showDragHandle { /* ============================================================================== */ #id-container { - display: table; - table-layout: fixed; + margin-bottom: 8px; + display: table; + table-layout: fixed; } #id-right, #id-left { - display: table-cell; - float: none; - vertical-align: top; + display: table-cell; + float: none; + vertical-align: top; } #id-<?php echo $right; ?> { width: 100%; diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index fe8fd71cdb959c19ef2d95165eaea391e87e1cf7..442fac09b3beedf1dc3b39fb5f07f39d81f57e90 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -108,7 +108,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select.flat { font-family: <?php print $fontlist ?>; background: #FDFDFD; border: 1px solid #ACBCBB; - padding: 1px 1px 1px 1px; + padding: 2px; margin: 0px 0px 0px 0px; } <?php } ?> @@ -269,13 +269,14 @@ td.showDragHandle { /* ============================================================================== */ #id-container { - display: table; - table-layout: fixed; + margin-bottom: 8px; + display: table; + table-layout: fixed; } #id-right, #id-left { - display: table-cell; - float: none; - vertical-align: top; + display: table-cell; + float: none; + vertical-align: top; } #id-<?php echo $right; ?> { width: 100%; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index f91b548c2ba7888b07598713e4a2fed980943d69..f0885c246737f28db2b54780aba72b485006f6e0 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -437,6 +437,7 @@ td.showDragHandle { #id-container { margin-top: 8px; + margin-bottom: 8px; display: table; table-layout: fixed; } @@ -2483,7 +2484,7 @@ A.none, A.none:active, A.none:visited, A.none:hover { { line-height: 1em !important; } -.ui-autocomplete-input { margin: 0; padding: 1px; } +.ui-autocomplete-input { margin: 0; } /* ============================================================================== */ @@ -2513,6 +2514,11 @@ a.cke_dialog_ui_button { vertical-align: bottom ! important; } +.cke_editable +{ + line-height: 1.4 !important; + margin: 6px !important; +} /* ============================================================================== */