tmcgee/cmv-widgets

View on GitHub
widgets/LocatorControl/css/LocatorControl.css

Summary

Maintainability
Test Coverage
/*csslint box-model: false */
.cmwLocatorControlWidget {
    width: 100%;
}

.floatingWidget .cmwLocatorControlWidget {
    margin: 10px;
    width: 200px;
}

.floatingWidget .cmwLocatorControlWidget .locatorInputFields:first-child {
    margin-bottom: 40px;
}

.cmwLocatorControlWidget label {
    font-weight: bold;
    margin-left: 5px;
}