From: tangkaiyuan Date: Wed, 11 May 2022 05:45:31 +0000 (+0800) Subject: [common][bluetooth][TSEVEN-1953 make wearable-tct-bt-helper page dislay in the centrer] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F274868%2F1;p=test%2Ftct%2Fweb%2Fapi.git [common][bluetooth][TSEVEN-1953 make wearable-tct-bt-helper page dislay in the centrer] Change-Id: I76f6912c94b2975aed4927b3b09364b234cebe12 Signed-off-by: tangkaiyuan --- diff --git a/common/tct-bluetooth-tizen-tests/wearable-tct-bt-helper/css/style.css b/common/tct-bluetooth-tizen-tests/wearable-tct-bt-helper/css/style.css index a55f48205..0892cb9b7 100755 --- a/common/tct-bluetooth-tizen-tests/wearable-tct-bt-helper/css/style.css +++ b/common/tct-bluetooth-tizen-tests/wearable-tct-bt-helper/css/style.css @@ -31,11 +31,14 @@ body { } header h1 { + text-align: center; font-size: 36px; margin: 0px; + margin-top: 20px; } header h2 { + text-align: center; font-size: 18px; margin: 0px; color: #888; @@ -47,9 +50,14 @@ article select { } article p { + text-align: center; clear: both; } +article div { + text-align: center; +} + article > section form { border: 1px solid #888; -moz-border-radius: 10px;