diff options
Diffstat (limited to 'public/css/theme1.css')
-rw-r--r-- | public/css/theme1.css | 7 |
1 files changed, 2 insertions, 5 deletions
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; } |