+ + +
+-
-
-
- - --
-
- - -
-diff --git a/mobile/www/css/index.css b/mobile/www/css/index.css index ffb5e73..c72b6ea 100644 --- a/mobile/www/css/index.css +++ b/mobile/www/css/index.css @@ -1,4 +1,13 @@ +.no-select { + -webkit-user-select: none; /* safari */ + -ms-user-select: none; /* IE 10+ and Edge */ + user-select: none; /* standard syntax */ +} + .img-character { + display: block; + margin-left: auto; + margin-right: auto; width: 256px; height: 256px; } @@ -6,5 +15,9 @@ #table-classes-content > tr > td { text-align: center; display: block !important; - padding-top: 1%; + padding-top: 3.7%; +} + +.data-table-title { + text-align: center; } \ No newline at end of file diff --git a/mobile/www/index.html b/mobile/www/index.html index f8b26cf..a94ba1b 100644 --- a/mobile/www/index.html +++ b/mobile/www/index.html @@ -18,12 +18,12 @@ -
++ + +
+- - -
-+ + +
+- - -
-@@ -52,5 +39,18 @@