diff --git a/package.json b/package.json index e0564fb..807d55b 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "material-design-lite": "^1.1", "pump": "^1.0.2", "riot": "^3.7.0", - "riot-mui": "^0.1.0", + "riot-mui": "^0.1.1", "riotgear-router": "^1.3.1", "uglify-js": "^3.0.28", "uglify-js-harmony": "^2.7.7" diff --git a/src/index.html b/src/index.html index 7fd3925..d235d6c 100644 --- a/src/index.html +++ b/src/index.html @@ -33,23 +33,7 @@ - -
-
-
- -
-
- -
+ diff --git a/src/style.css b/src/style.css index 2ad3794..b1ff198 100644 --- a/src/style.css +++ b/src/style.css @@ -18,24 +18,19 @@ html > body { font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif !important; } +html, body { + margin: 0; + height: 100%; +} -.mdl-mini-footer { - padding-top: 8px; - padding-bottom: 8px; +main { + margin-bottom: 100px; } .section-centerd { margin: auto; } -.mdl-data-table th { - font-size: 18px; -} - -.mdl-data-table td { - font-size: 16px; -} - .full-table { width: 100%; border: none; @@ -46,7 +41,6 @@ html > body { word-break: break-all; } -.mdl-logo a, .material-card-title-action a { color: inherit; text-decoration: none; @@ -58,6 +52,7 @@ material-card { max-width: 75%; margin: auto; margin-top: 20px; + margin-bottom: 20px; } material-spinner { @@ -286,3 +281,9 @@ material-popup material-button:hover material-waves { material-popup .popup { max-width: 450px; } + +footer { + width: 100%; + position: fixed; + bottom: 0; +} \ No newline at end of file diff --git a/src/tags/app.tag b/src/tags/app.tag index ca09b92..2d99e3a 100644 --- a/src/tags/app.tag +++ b/src/tags/app.tag @@ -21,12 +21,28 @@ - - - - - - +
+ + + + + + +
+ - + \ No newline at end of file