summaryrefslogtreecommitdiff
path: root/public/css/theme2.css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-27 21:13:04 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-27 21:13:04 +0100
commit77183fb26b6b9e00b4423fbcdceb01a16021793d (patch)
tree9216b2bae6d7c5fb39aa5e5cec6608b57af8f77c /public/css/theme2.css
parent925425489391e73a3135e552899d0ec2018a9804 (diff)
better horizontal scrolling on shifts table (thanks Roman/RmMsr)
Diffstat (limited to 'public/css/theme2.css')
-rw-r--r--public/css/theme2.css7
1 files changed, 2 insertions, 5 deletions
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;
}