2015-09-26 15:36:56 -04:00
|
|
|
#navigation {
|
2015-10-05 22:41:11 -04:00
|
|
|
#active-navigation {
|
2015-10-28 13:34:58 -04:00
|
|
|
width: 100%;
|
|
|
|
|
|
2015-09-26 15:36:56 -04:00
|
|
|
.active {
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li a {
|
|
|
|
|
cursor: move;
|
|
|
|
|
}
|
2015-09-26 13:00:53 -04:00
|
|
|
}
|
|
|
|
|
|
2015-09-26 15:36:56 -04:00
|
|
|
#available {
|
|
|
|
|
.drag-item {
|
|
|
|
|
cursor: move;
|
|
|
|
|
margin-right: 10px;
|
2015-10-28 13:47:13 -04:00
|
|
|
padding: 8px 10px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
min-height: 40px;
|
2015-09-26 15:36:56 -04:00
|
|
|
}
|
2015-09-26 13:00:53 -04:00
|
|
|
}
|
2015-09-26 15:36:56 -04:00
|
|
|
|
|
|
|
|
#enabled {
|
|
|
|
|
.iconPicker i {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2015-10-14 19:22:49 -04:00
|
|
|
.form-group {
|
|
|
|
|
min-height: 80px;
|
|
|
|
|
}
|
2015-09-26 15:36:56 -04:00
|
|
|
}
|
|
|
|
|
|
2015-02-25 14:50:45 -05:00
|
|
|
ul {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2015-10-28 13:34:58 -04:00
|
|
|
}
|