From 18f73d78bde06f1df96e9449390fb084603a2eda Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 20 Jun 2014 17:22:04 +0200 Subject: [PATCH] Cleaned up some css --- src/timeline/component/css/item.css | 4 ---- test/timeline.html | 16 +--------------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/src/timeline/component/css/item.css b/src/timeline/component/css/item.css index ea763ab2..fd248b81 100644 --- a/src/timeline/component/css/item.css +++ b/src/timeline/component/css/item.css @@ -57,10 +57,6 @@ max-width: 100%; } -.vis.timeline .item.range.overflow .content { - overflow: visible; -} - .vis.timeline .item.line { padding: 0; position: absolute; diff --git a/test/timeline.html b/test/timeline.html index b7fc9e59..7486f353 100644 --- a/test/timeline.html +++ b/test/timeline.html @@ -15,15 +15,6 @@ #visualization .itemset { /*background: rgba(255, 255, 0, 0.5);*/ } - - /* - .vis.timeline .item.range .content { - overflow: hidden; - max-width: none; - } - */ - - @@ -79,12 +70,7 @@ {_id: 2, content: 'item 2', start: now.clone().add('days', -2).toDate() }, {_id: 3, content: 'item 3', start: now.clone().add('days', 2).toDate()}, { - _id: 4, content: 'item 4 asdfjkadsf adksfk adskfadks aksdfk asdfkkadkskafdskdfs ', - start: now.clone().add('days', 0).toDate(), - end: now.clone().add('days', 7).toDate(), className: 'overflow' - }, - { - _id: 7, content: 'item 7 asdfjkadsf adksfk adskfadks aksdfk asdfkkadkskafdskdfs ', + _id: 4, content: 'item 4 ', start: now.clone().add('days', 0).toDate(), end: now.clone().add('days', 7).toDate() },