WIP, data editor settings

[TFS Changeset #78604]
This commit is contained in:
starfighter83
2010-10-19 13:42:59 +00:00
parent 0c88c4b776
commit df18581cd2
32 changed files with 1718 additions and 41 deletions

View File

@@ -0,0 +1,15 @@
.valuesDataEditorSettingType .value
{
padding-bottom:5px;
}
.valuesDataEditorSettingType .value .del
{
color:Red;
cursor:pointer;
}
.valuesDataEditorSettingType .value .handle
{
cursor:move;
}