From e987781c3cb4d9c8f9431fe955cd8b572f1e5e65 Mon Sep 17 00:00:00 2001
From: Alexander Wunschik
Date: Wed, 4 Jan 2017 21:04:48 +0100
Subject: [PATCH] Revert "Improving timeline documentation appearance" (#2541)
---
css/examples.css | 11 +-
.../editing/individualEditableItems.html | 23 +-
.../editing/overrideEditingItems.html | 99 ----
examples/timeline/groups/groupsEditable.html | 26 +-
examples/timeline/groups/nestedGroups.html | 113 -----
examples/timeline/groups/subgroups.html | 17 +-
.../timeline/groups/verticalItemsHide.html | 6 +
.../timeline/interaction/eventListeners.html | 24 +-
.../timeline/interaction/rollingMode.html | 45 --
.../items/expectedVsActualTimesItems.html | 111 ----
examples/timeline/items/tooltip.html | 49 --
.../items/visibleFrameTemplateContent.html | 67 ---
examples/timeline/other/drag&drop.html | 16 +-
examples/timeline/other/usingReact.html | 2 -
examples/timeline/other/verticalScroll.html | 12 +-
.../timeline/editing/tooltipOnItemChange.png | Bin 3197 -> 0 bytes
.../timeline/groups/verticalItemsHide.png | Bin 4289 -> 0 bytes
.../timeline/other/drag&drop.png | Bin 2621 -> 0 bytes
.../timeline/other/functionLabelFormats.png | Bin 5036 -> 0 bytes
.../timeline/other/horizontalScroll.png | Bin 2504 -> 0 bytes
.../timeline/other/usingReact.png | Bin 2361 -> 0 bytes
.../timeline/other/verticalScroll.png | Bin 4783 -> 0 bytes
.../timeline/styling/axisOrientation.png | Bin 2573 -> 7029 bytes
.../timeline/styling/gridStyling.png | Bin 3400 -> 30371 bytes
timeline_examples.html | 473 ++++--------------
25 files changed, 136 insertions(+), 958 deletions(-)
delete mode 100644 examples/timeline/editing/overrideEditingItems.html
delete mode 100644 examples/timeline/groups/nestedGroups.html
delete mode 100644 examples/timeline/interaction/rollingMode.html
delete mode 100644 examples/timeline/items/expectedVsActualTimesItems.html
delete mode 100644 examples/timeline/items/tooltip.html
delete mode 100644 examples/timeline/items/visibleFrameTemplateContent.html
delete mode 100644 images/exampleScreenshots/timeline/editing/tooltipOnItemChange.png
delete mode 100644 images/exampleScreenshots/timeline/groups/verticalItemsHide.png
delete mode 100644 images/exampleScreenshots/timeline/other/drag&drop.png
delete mode 100644 images/exampleScreenshots/timeline/other/functionLabelFormats.png
delete mode 100644 images/exampleScreenshots/timeline/other/horizontalScroll.png
delete mode 100644 images/exampleScreenshots/timeline/other/usingReact.png
delete mode 100644 images/exampleScreenshots/timeline/other/verticalScroll.png
diff --git a/css/examples.css b/css/examples.css
index d885e758..6b7f61ab 100644
--- a/css/examples.css
+++ b/css/examples.css
@@ -36,6 +36,7 @@ div.textHTMLContent {
width:800px;
}
+
img.example {
border:1px solid #dddddd;
width:250px;
@@ -43,16 +44,6 @@ img.example {
border-radius:10px;
margin-top:10px;
}
-
-img.timeline_example {
- border: 1px solid #dddddd;
- border-radius: 10px;
- margin-top: 10px;
- max-height: 150px;
- width: 100%;
- max-width: 250px;
-}
-
div.exampleTitle {
position:relative;
top:-7px;
diff --git a/examples/timeline/editing/individualEditableItems.html b/examples/timeline/editing/individualEditableItems.html
index c004473a..d6210305 100644
--- a/examples/timeline/editing/individualEditableItems.html
+++ b/examples/timeline/editing/individualEditableItems.html
@@ -34,21 +34,16 @@
-
-Specify individual items to be editable or readonly. Toggle edit options and override behavior from timeline.editable
-
-
-
-
-
-
-
diff --git a/examples/timeline/editing/overrideEditingItems.html b/examples/timeline/editing/overrideEditingItems.html
deleted file mode 100644
index 636bd3e8..00000000
--- a/examples/timeline/editing/overrideEditingItems.html
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-