Created an Angular slider directive to support JQueryUI slider widget. Job Template page now uses a slider for Forks value. User can set the value with the slider or type in a value btwn 0 and 100. Additionally turned verbosity into a drop-down.

This commit is contained in:
chouseknecht
2013-06-06 15:01:23 -04:00
parent c7748999d8
commit 93e9c7a24d
24 changed files with 107 additions and 28 deletions

View File

@@ -352,4 +352,11 @@
#tree-view {
min-height: 100px;
}
.slider {
display: inline-block;
vertical-align: middle;
width: 100px;
margin: 0 10px;
}