diff options
author | Markus Cisler <m@kuchen.io> | 2013-09-22 14:44:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-22 16:30:56 +0200 |
commit | 21f9a779a24156c06abc38b07fc27621cd845bf7 (patch) | |
tree | 5c252b8730b9dbacf6d9e2b936c78ed1c7bf9c16 /data/css/style.css | |
parent | 556ca9a0c2d99dbd94028ac80aabf3dc809e76b9 (diff) |
fix paste view on mobile devices
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/css/style.css')
-rw-r--r-- | data/css/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/css/style.css b/data/css/style.css index 26f5ff04e..62132f35d 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -25,6 +25,26 @@ margin:0 9px; border-left:1px solid #e1e1e1; } +@media (max-width: 768px) { + .dont-float { + float: left; + margin-top: 0; + margin-bottom: 0; + } + .dont-float > li { + float: left; + } + .dont-float > li > a { + padding-top: 15px; + padding-bottom: 15px; + } + .dont-float:first-child { + margin-left: 0px; + } + .dont-float.navbar-right:last-child { + margin-right: -15px; + } +} .nav-history { margin-bottom: 1em; |