1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-04-04 05:33:22 -04:00

Fix app layout for mobile devices

This commit is contained in:
Jason Denney 2014-05-04 10:34:55 -04:00
parent ca3026e7c5
commit 071815b9fd

View File

@ -2,6 +2,7 @@
%html{:lang => "en"} %html{:lang => "en"}
%head %head
%meta{:charset => "utf-8"}/ %meta{:charset => "utf-8"}/
%meta{ name: "viewport", content: "width=device-width", "initial-scale" => "1.0"}
%title= content_for?(:title) ? yield(:title) : "Velocipede" %title= content_for?(:title) ? yield(:title) : "Velocipede"
= csrf_meta_tags = csrf_meta_tags
= stylesheet_link_tag "bootstrap_and_overrides", "datepicker", "bootstrap-timepicker", :media => "all" = stylesheet_link_tag "bootstrap_and_overrides", "datepicker", "bootstrap-timepicker", :media => "all"
@ -9,7 +10,7 @@
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js" = javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
:css :css
body { body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ padding-top: 5px;
} }
.x-boundlist-item { .x-boundlist-item {
white-space: nowrap; white-space: nowrap;