[#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;
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user