From 8097bd479166c1b2ad22407e4ac6c80b29873412 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 15 Apr 2012 16:08:33 +0100 Subject: [PATCH] [#81,css,view/graph][xs]: rename parent container to recline-graph-container. --- css/graph.css | 20 ++++++++++---------- src/view-graph.js | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/css/graph.css b/css/graph.css index d50f11e1..f224603f 100644 --- a/css/graph.css +++ b/css/graph.css @@ -1,14 +1,14 @@ -.data-graph-container .graph { +.recline-graph-container .graph { height: 500px; margin-right: 200px; } -.data-graph-container .legend table { +.recline-graph-container .legend table { width: auto; margin-bottom: 0; } -.data-graph-container .legend td { +.recline-graph-container .legend td { padding: 5px; line-height: 13px; } @@ -17,34 +17,34 @@ * Editor *********************************************************/ -.data-graph-container .editor { +.recline-graph-container .editor { float: right; width: 200px; padding-left: 0px; } -.data-graph-container .editor-info { +.recline-graph-container .editor-info { padding-left: 4px; } -.data-graph-container .editor-info { +.recline-graph-container .editor-info { cursor: pointer; } -.data-graph-container .editor form { +.recline-graph-container .editor form { padding-left: 4px; } -.data-graph-container .editor select { +.recline-graph-container .editor select { width: 100%; } -.data-graph-container .editor-info { +.recline-graph-container .editor-info { border-bottom: 1px solid #ddd; margin-bottom: 10px; } -.data-graph-container .editor-hide-info p { +.recline-graph-container .editor-hide-info p { display: none; } diff --git a/src/view-graph.js b/src/view-graph.js index 4b3a9d23..9e54d213 100644 --- a/src/view-graph.js +++ b/src/view-graph.js @@ -23,7 +23,7 @@ this.recline.View = this.recline.View || {}; my.Graph = Backbone.View.extend({ tagName: "div", - className: "data-graph-container", + className: "recline-graph-container", template: ' \
\