summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_grid.scss
diff options
context:
space:
mode:
authorMarlon Richert <marlon@vaadin.com>2015-12-09 14:33:43 +0200
committerMarlon Richert <marlon@vaadin.com>2015-12-18 14:58:38 +0200
commitbfa4373163ca02b178a6aac258d4cc061cd1abe8 (patch)
treeef723a96e80ba1cdd0b9f516222d9e924b75433c /WebContent/VAADIN/themes/valo/components/_grid.scss
parent2278f678fc9d3199825399b4bd3fba6659048877 (diff)
downloadvaadin-framework-bfa4373163ca02b178a6aac258d4cc061cd1abe8.tar.gz
vaadin-framework-bfa4373163ca02b178a6aac258d4cc061cd1abe8.zip
Increase grid column resize handle width (#16838)
Change-Id: Ic7768d9023d48b04458376765596059d3a81d8c6
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_grid.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_grid.scss14
1 files changed, 11 insertions, 3 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_grid.scss b/WebContent/VAADIN/themes/valo/components/_grid.scss
index dd2f0f0761..4a0715b2d2 100644
--- a/WebContent/VAADIN/themes/valo/components/_grid.scss
+++ b/WebContent/VAADIN/themes/valo/components/_grid.scss
@@ -13,7 +13,7 @@ $v-grid-row-selected-background-color: $v-selection-color !default;
$v-grid-header-font-size: $v-table-header-font-size !default;
$v-grid-header-background-color: $v-background-color !default;
-$v-grid-cell-padding-horizontal: $v-table-cell-padding-horizontal !default;
+$v-grid-cell-padding-horizontal: 1.5 * $v-table-cell-padding-horizontal !default;
$v-grid-animations-enabled: $v-animations-enabled !default;
@@ -160,6 +160,10 @@ $v-grid-details-border-bottom-stripe: $v-grid-cell-horizontal-border !default;
}
}
+ input[type="text"].v-datefield-textfield {
+ padding-left: $v-unit-size * 1.2;
+ }
+
.v-datefield-button {
.v-ie8 & {
margin-left: 0px;
@@ -184,9 +188,13 @@ $v-grid-details-border-bottom-stripe: $v-grid-cell-horizontal-border !default;
}
.v-checkbox {
- margin: 0 round($v-grid-cell-padding-horizontal / 2);
+ margin: 0 round($v-grid-cell-padding-horizontal / 2) 0 $v-grid-cell-padding-horizontal;
- label {
+ > input[type="checkbox"] {
+ margin-left: 0;
+ }
+
+ > label {
white-space: nowrap;
}
}