From 77183fb26b6b9e00b4423fbcdceb01a16021793d Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 27 Dec 2014 21:13:04 +0100 Subject: better horizontal scrolling on shifts table (thanks Roman/RmMsr) --- public/css/theme0.css | 7 ++----- public/css/theme1.css | 7 ++----- public/css/theme2.css | 7 ++----- 3 files changed, 6 insertions(+), 15 deletions(-) (limited to 'public') diff --git a/public/css/theme0.css b/public/css/theme0.css index 101f1e7a..8350a6b4 100644 --- a/public/css/theme0.css +++ b/public/css/theme0.css @@ -251,8 +251,8 @@ th { } @font-face { font-family: 'Glyphicons Halflings'; - src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); - src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); + src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); + src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; @@ -6328,9 +6328,6 @@ a#shifts td.collides:hover { #shifts td.own { border: 1px solid #777777; } -.shifts-table { - overflow-x: scroll; -} .row-day { border-top: 2px solid #777777; } diff --git a/public/css/theme1.css b/public/css/theme1.css index a0c9e1a6..9606f429 100644 --- a/public/css/theme1.css +++ b/public/css/theme1.css @@ -274,8 +274,8 @@ th { } @font-face { font-family: 'Glyphicons Halflings'; - src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); - src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); + src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); + src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; @@ -6351,9 +6351,6 @@ a#shifts td.collides:hover { #shifts td.own { border: 1px solid #888888; } -.shifts-table { - overflow-x: scroll; -} .row-day { border-top: 2px solid #888888; } diff --git a/public/css/theme2.css b/public/css/theme2.css index 957a09ae..44d40523 100644 --- a/public/css/theme2.css +++ b/public/css/theme2.css @@ -251,8 +251,8 @@ th { } @font-face { font-family: 'Glyphicons Halflings'; - src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); - src: url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); + src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot'); + src: url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../vendor/bootstrap/vendor/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } .glyphicon { position: relative; @@ -6328,9 +6328,6 @@ a#shifts td.collides:hover { #shifts td.own { border: 1px solid #777777; } -.shifts-table { - overflow-x: scroll; -} .row-day { border-top: 2px solid #777777; } -- cgit v1.2.3-54-g00ecf