Don't reuse bare geometry classes

Fixes a problem where inspector background had odd cursors.
This commit is contained in:
John Firebaugh
2013-03-05 11:24:44 -08:00
parent c6ede8ffd0
commit 2b5a9e603d
3 changed files with 9 additions and 9 deletions
+7 -7
View File
@@ -569,14 +569,14 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
right: -10px;
}
.inspector-body.line .type button {
height: 100px;
}
.inspector-body .type button {
height: 70px;
}
.inspector-body-line .type button {
height: 100px;
}
.inspector-body .head .name {
padding-left: 10px;
}
@@ -819,7 +819,7 @@ div.combobox {
border-radius: 0;
}
.line .grid-entry {
.inspector-body-line .grid-entry {
min-height: 120px;
}
@@ -866,7 +866,7 @@ div.combobox {
margin: auto;
}
.line .grid-entry .icon {
.inspector-body-line .grid-entry .icon {
top: 10%;
}
@@ -883,7 +883,7 @@ div.combobox {
overflow: hidden;
}
.line .grid-entry .label {
.inspector-body-line .grid-entry .label {
top: 80%;
}