diff --git a/css/style.css b/css/style.css index 65ee747..91f9c45 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +body { + padding-top: 50px; +} + * { border-radius: 0 !important; } @@ -39,7 +43,6 @@ h1 br { .scrollable { overflow: auto; - padding-top: 50px; } #achievements-container { diff --git a/index.html b/index.html index 7e7d108..139fc95 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - + @@ -95,28 +95,8 @@ -
-
-

Research

-
- -
- -
+
+

@@ -129,7 +109,7 @@
-
+
Data
{{ lc.lab.state.data | niceNumber }} @@ -148,36 +128,87 @@
+ +
+ +
+
+
    +
  • +
    +

    {{ u.name }}

    +

    {{ u.description }}

    +

    {{ u.effect }}

    + +
    +
  • +
+
+
+
-
-

HR

-
-
    -
  • -
    -

    {{ w.name }} {{ w.state.hired | niceNumber }}

    -

    {{ w.description }}

    -

    Produce {{ w.state.rate | niceNumber }} data per second.

    - +
    +
    + +
    +
    +
      +
    • + + +
      +

      {{ r.state.level > 0 ? r.name : '?????' }} Level {{ r.state.level }}

      +

      {{ r.description }}

      +

      Research yields {{ r.state.reputation | niceNumber }} reputation.

      +
      + + +
      +
      +
    • +
    -
  • -
+
+
-
-

Upgrades

-
- +
+
@@ -276,7 +307,7 @@ - + diff --git a/js/ui.js b/js/ui.js index 57dba21..b5f90c1 100644 --- a/js/ui.js +++ b/js/ui.js @@ -10,14 +10,14 @@ var UI = (function () { $(function() { FastClick.attach(document.body); - var offset = 0; + /*var offset = 0; var h = $(window).height(); $('.scrollable').height(h - offset + 'px'); $(window).resize(function() { var h = $(window).height(); $('.scrollable').height(h - offset + 'px'); - }); + });*/ }); /** Show a bootstrap modal with dynamic content. */