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

This commit is contained in:
Philip Häusler 2014-12-27 21:13:04 +01:00
parent 9254254893
commit 77183fb26b
3 changed files with 6 additions and 15 deletions

View File

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

View File

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

View File

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