[#81,css,view/graph][xs]: rename parent container to recline-graph-container.
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
.data-graph-container .graph {
|
.recline-graph-container .graph {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
margin-right: 200px;
|
margin-right: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-graph-container .legend table {
|
.recline-graph-container .legend table {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-graph-container .legend td {
|
.recline-graph-container .legend td {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
line-height: 13px;
|
line-height: 13px;
|
||||||
}
|
}
|
||||||
@@ -17,34 +17,34 @@
|
|||||||
* Editor
|
* Editor
|
||||||
*********************************************************/
|
*********************************************************/
|
||||||
|
|
||||||
.data-graph-container .editor {
|
.recline-graph-container .editor {
|
||||||
float: right;
|
float: right;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-graph-container .editor-info {
|
.recline-graph-container .editor-info {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-graph-container .editor-info {
|
.recline-graph-container .editor-info {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-graph-container .editor form {
|
.recline-graph-container .editor form {
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-graph-container .editor select {
|
.recline-graph-container .editor select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-graph-container .editor-info {
|
.recline-graph-container .editor-info {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.data-graph-container .editor-hide-info p {
|
.recline-graph-container .editor-hide-info p {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ this.recline.View = this.recline.View || {};
|
|||||||
my.Graph = Backbone.View.extend({
|
my.Graph = Backbone.View.extend({
|
||||||
|
|
||||||
tagName: "div",
|
tagName: "div",
|
||||||
className: "data-graph-container",
|
className: "recline-graph-container",
|
||||||
|
|
||||||
template: ' \
|
template: ' \
|
||||||
<div class="editor"> \
|
<div class="editor"> \
|
||||||
|
|||||||
Reference in New Issue
Block a user