Implement layer offset nudging. Fixes #292

This commit is contained in:
Tom MacWright
2013-01-04 17:35:26 -05:00
parent e80ab9057b
commit fdc64c232a
3 changed files with 69 additions and 2 deletions
+24
View File
@@ -599,6 +599,30 @@ button.Browse .label {
top:210px;
}
.layerswitcher-control .adjustments {
padding:5px;
opacity:0.2;
}
.layerswitcher-control .adjustments:hover {
opacity:1;
}
.layerswitcher-control .adjustments .reset {
height:20px;
font-size:10px;
font-weight:normal;
padding:0 5px;
}
.layerswitcher-control .nudge {
height:20px;
width:20px;
font-size:10px;
margin-right:2px;
font-weight:normal;
}
.opacity-options-wrapper {
padding: 10px 10px 0 10px;
}