Minor css fixes.

This commit is contained in:
Laurent Destailleur 2014-03-29 05:02:02 +01:00
parent 4d4512fadd
commit 0ca250c6d9
5 changed files with 36 additions and 26 deletions

View File

@ -217,7 +217,7 @@ a:hover, a:active {
<?php if (empty($dol_use_jmobile)) { ?> <?php if (empty($dol_use_jmobile)) { ?>
input, input.flat, textarea, textarea.flat, form.flat select, select.flat { input, input.flat, textarea, textarea.flat, form.flat select, select.flat {
padding: 1px; padding: 2px;
} }
input, textarea { input, textarea {
font-size:<?php print $fontsize ?>px; font-size:<?php print $fontsize ?>px;
@ -1003,13 +1003,14 @@ a.tab:hover {color:#333333;}
/* ============================================================================== */ /* ============================================================================== */
#id-container { #id-container {
display: table; margin-bottom: 6px;
table-layout: fixed; display: table;
table-layout: fixed;
} }
#id-right, #id-left { #id-right, #id-left {
display: table-cell; display: table-cell;
float: none; float: none;
vertical-align: top; vertical-align: top;
} }
#id-<?php echo $right; ?> { #id-<?php echo $right; ?> {
width: 100%; 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 { height:8px; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding:2px 0px 6px 0px; } .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-button-text { line-height:1em !important; }
.ui-autocomplete-input { margin:0; padding:1px; } .ui-autocomplete-input { margin:0; }
/* ============================================================================== */ /* ============================================================================== */

View File

@ -270,14 +270,15 @@ td.showDragHandle {
/* ============================================================================== */ /* ============================================================================== */
#id-container { #id-container {
display: table; display: table;
table-layout: fixed; table-layout: fixed;
margin-top: 6px; margin-top: 6px;
margin-bottom: 6px;
} }
#id-right, #id-left { #id-right, #id-left {
display: table-cell; display: table-cell;
float: none; float: none;
vertical-align: top; vertical-align: top;
} }
#id-<?php echo $right; ?> { #id-<?php echo $right; ?> {
width: 100%; width: 100%;

View File

@ -143,7 +143,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select.flat {
font-family: <?php print $fontlist ?>; font-family: <?php print $fontlist ?>;
background: #FDFDFD; background: #FDFDFD;
border: 1px solid #ACBCBB; border: 1px solid #ACBCBB;
padding: 0px 0px 0px 0px; padding: 1px;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
} }
select.flat, form.flat select { select.flat, form.flat select {
@ -294,13 +294,14 @@ td.showDragHandle {
/* ============================================================================== */ /* ============================================================================== */
#id-container { #id-container {
display: table; margin-bottom: 8px;
table-layout: fixed; display: table;
table-layout: fixed;
} }
#id-right, #id-left { #id-right, #id-left {
display: table-cell; display: table-cell;
float: none; float: none;
vertical-align: top; vertical-align: top;
} }
#id-<?php echo $right; ?> { #id-<?php echo $right; ?> {
width: 100%; width: 100%;

View File

@ -108,7 +108,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select.flat {
font-family: <?php print $fontlist ?>; font-family: <?php print $fontlist ?>;
background: #FDFDFD; background: #FDFDFD;
border: 1px solid #ACBCBB; border: 1px solid #ACBCBB;
padding: 1px 1px 1px 1px; padding: 2px;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
} }
<?php } ?> <?php } ?>
@ -269,13 +269,14 @@ td.showDragHandle {
/* ============================================================================== */ /* ============================================================================== */
#id-container { #id-container {
display: table; margin-bottom: 8px;
table-layout: fixed; display: table;
table-layout: fixed;
} }
#id-right, #id-left { #id-right, #id-left {
display: table-cell; display: table-cell;
float: none; float: none;
vertical-align: top; vertical-align: top;
} }
#id-<?php echo $right; ?> { #id-<?php echo $right; ?> {
width: 100%; width: 100%;

View File

@ -437,6 +437,7 @@ td.showDragHandle {
#id-container { #id-container {
margin-top: 8px; margin-top: 8px;
margin-bottom: 8px;
display: table; display: table;
table-layout: fixed; table-layout: fixed;
} }
@ -2483,7 +2484,7 @@ A.none, A.none:active, A.none:visited, A.none:hover {
{ {
line-height: 1em !important; 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; vertical-align: bottom ! important;
} }
.cke_editable
{
line-height: 1.4 !important;
margin: 6px !important;
}
/* ============================================================================== */ /* ============================================================================== */