From afdea3fd867b06dd6ac75d8854e734de3334c3d1 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sun, 14 Jun 2015 12:10:35 +0200 Subject: [PATCH 1/2] Made rotation sliders in a table for better usage --- index.htm | 70 ++++++++++++++++++++++++++++++++++--------------------- style.css | 14 +++++++++++ 2 files changed, 58 insertions(+), 26 deletions(-) diff --git a/index.htm b/index.htm index f805564..f20174e 100644 --- a/index.htm +++ b/index.htm @@ -46,34 +46,52 @@

- Rotation: - -
- Head: -
- -
- Body: -
- -
- Left Leg: -
- -
- Right Leg: -
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Rotation:
Head:
Body:
Left Leg:
Right Leg:
-
- Left Arm: -
- -
- Right Arm: -
+ + + + + + + + + + + + + +
Left Arm:
Right Arm:
-
diff --git a/style.css b/style.css index efa28fb..77e13ca 100644 --- a/style.css +++ b/style.css @@ -71,6 +71,7 @@ a{ width: 60px; display: inline-block; clear: left; + text-align: right; } #disabledslots span{ @@ -99,4 +100,17 @@ a{ .equipment{ width: 80%; +} + +.rotations{ + width: 100%; + text-align: right; +} + +.rotations tr td:nth-child(1){ + width: 80px; +} + +.rotations input{ + width: 100%; } \ No newline at end of file From 4f910b75836499a254eb1016b6ece0776aa58fbc Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Sun, 14 Jun 2015 12:15:13 +0200 Subject: [PATCH 2/2] Removed Roboto font from header because it was not used -> Improved loading time --- index.htm | 1 - 1 file changed, 1 deletion(-) diff --git a/index.htm b/index.htm index f20174e..1a6f635 100644 --- a/index.htm +++ b/index.htm @@ -7,7 +7,6 @@ -