better horizontal scrolling on shifts table (thanks Roman/RmMsr)

main
Philip Häusler 10 years ago
parent 9254254893
commit 77183fb26b

@ -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;
}

@ -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;
}

@ -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;
}

Loading…
Cancel
Save