[common][bluetooth][TSEVEN-1953 make wearable-tct-bt-helper page dislay in the centrer] 68/274868/1
authortangkaiyuan <kaiyuan.tang@samsung.com>
Wed, 11 May 2022 05:45:31 +0000 (13:45 +0800)
committertangkaiyuan <kaiyuan.tang@samsung.com>
Wed, 11 May 2022 05:45:39 +0000 (13:45 +0800)
Change-Id: I76f6912c94b2975aed4927b3b09364b234cebe12
Signed-off-by: tangkaiyuan <kaiyuan.tang@samsung.com>
common/tct-bluetooth-tizen-tests/wearable-tct-bt-helper/css/style.css

index a55f4820520597d2914a620fe5e2f70d9ffbe619..0892cb9b774c51d019cbf8fe9cee8974a77f48ca 100755 (executable)
@@ -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;