[#81,css][s]: map view uses recline- naming for top level container plus minor simplifying rename for graph css (fixes #81).

This commit is contained in:
Rufus Pollock
2012-04-15 16:53:46 +01:00
parent 93e8b14a25
commit cb51f485c0
4 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
.data-map-container .map {
.recline-map .map {
height: 500px;
}
@@ -6,18 +6,18 @@
* Editor
*********************************************************/
.data-map-container .editor {
.recline-map .editor {
float: right;
width: 200px;
padding-left: 0px;
margin-left: 10px;
}
.data-map-container .editor form {
.recline-map .editor form {
padding-left: 4px;
}
.data-map-container .editor select {
.recline-map .editor select {
width: 100%;
}