[#81,css,view/graph][xs]: rename parent container to recline-graph-container.
This commit is contained in:
parent
19864f99bc
commit
8097bd4791
@ -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;
|
||||
}
|
||||
|
||||
|
||||
@ -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: ' \
|
||||
<div class="editor"> \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user