summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Urbanski <m.urbanski@samsung.com>2013-06-12 10:02:15 +0200
committerheeju Joo <heeju.joo@samsung.com>2013-10-16 11:38:03 +0900
commite1d0a1170d1fd4343e6b4cac98cb8d432602e47a (patch)
treeb6aa37bba1a8fb38a29cc9d76a9812c728bbb054
parent7010b3db28ca7037f498f6c554c5beface3b33fa (diff)
downloadweb-ui-fw-e1d0a1170d1fd4343e6b4cac98cb8d432602e47a.tar.gz
web-ui-fw-e1d0a1170d1fd4343e6b4cac98cb8d432602e47a.tar.bz2
web-ui-fw-e1d0a1170d1fd4343e6b4cac98cb8d432602e47a.zip
checkbox: add ellipsis if label of checkbox is longer than field (N_SE-38978,N_SE-43122)
Change css style on controlgroup and checkboxi and radiobox. Change-Id: Ifffd0ada1b786e4af76c7bd4353b2b4c9b9d0188
-rw-r--r--src/themes/tizen/common/jquery.mobile.controlgroup.less1
-rw-r--r--src/themes/tizen/common/jquery.mobile.forms.checkboxradio.less4
2 files changed, 2 insertions, 3 deletions
diff --git a/src/themes/tizen/common/jquery.mobile.controlgroup.less b/src/themes/tizen/common/jquery.mobile.controlgroup.less
index 1fa7882b..4cc02c03 100644
--- a/src/themes/tizen/common/jquery.mobile.controlgroup.less
+++ b/src/themes/tizen/common/jquery.mobile.controlgroup.less
@@ -4,6 +4,7 @@
fieldset.ui-controlgroup {
padding: 0;
margin: .5em 0 1em;
+ width: 100%;
}
.ui-bar .ui-controlgroup {
margin: 0 .3em;
diff --git a/src/themes/tizen/common/jquery.mobile.forms.checkboxradio.less b/src/themes/tizen/common/jquery.mobile.forms.checkboxradio.less
index 2eb05482..d6501912 100644
--- a/src/themes/tizen/common/jquery.mobile.forms.checkboxradio.less
+++ b/src/themes/tizen/common/jquery.mobile.forms.checkboxradio.less
@@ -51,14 +51,12 @@
text-align: left;
}
.ui-btn.ui-btn-icon-left {
- display: inline-block;
.ui-btn-inner {
min-width: 40*@unit_base; // TODO: check this after layout done.
- display: inline-block;
+ min-height: @checkbox-radio-all-height;
line-height: @checkbox-radio-all-height;
padding: 0 16*@unit_base 0 16*@unit_base;
.ui-btn-text {
- display: inline-block;
vertical-align: middle;
min-height: @checkbox-radio-size-height;
}