diff --git a/css/index.css b/css/index.css index d8d9462..2000738 100644 --- a/css/index.css +++ b/css/index.css @@ -21,12 +21,9 @@ body { overflow-y: auto; } -#settings, #status, #about { +#right-panel > div { margin-left: 5px; margin-right: 5px; -} - -#settings, #about { margin-bottom: 10px; } diff --git a/index.html b/index.html index 5306158..c76efb7 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,33 @@
+
@@ -40,8 +67,8 @@

Canopy statusСостояниеCanopy heading: Направление купола:

-
-

SettingsНастройки

+
+

Display optionsОтображение

@@ -53,42 +80,7 @@

SettingsНастройки

-
- -
-
Wind direction: Направление ветра:
-
-
Wind speed: Скорость ветра:
-
-
Opening altitude: Высота раскрытия:
-
Simulation speed: Течение времени:
@@ -117,6 +109,22 @@

SettingsНастройки

+
+
+
+

Wind conditionsВетер

+
+
Wind direction: Направление ветра:
+
+
Wind speed: Скорость ветра:
+
+
+
+
+

Pattern settingsКоробочка

+
+
Opening altitude: Высота раскрытия:
+
Landing pattern:Круг захода:  @@ -127,7 +135,7 @@

SettingsНастройки

-
+

AboutИнформация

diff --git a/scripts/blueskies.js b/scripts/blueskies.js index 7b69461..8c48a86 100644 --- a/scripts/blueskies.js +++ b/scripts/blueskies.js @@ -906,9 +906,8 @@ function initialize() { $("#pattern-menu > input").change(onPatternSelect); var accordionOptions = { collapsible: true, heightStyle: "content" }; - $("#settings").accordion(accordionOptions); - $("#about").accordion(accordionOptions); - $("#status").accordion(accordionOptions).hide(); + $("#right-panel > div").accordion(accordionOptions); + $("#status").hide(); parseParameters();