2015-09-26 15:36:56 -04:00
|
|
|
#navigation {
|
2019-01-11 12:30:18 -05:00
|
|
|
.fa-nbb-none {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
border: 2px dashed #aaa;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 0.2em;
|
|
|
|
|
}
|
|
|
|
|
|
2015-10-05 22:41:11 -04:00
|
|
|
#active-navigation {
|
2017-02-23 00:20:42 +00:00
|
|
|
float: none;
|
2016-08-25 22:16:54 +03:00
|
|
|
min-height: 50px;
|
|
|
|
|
border: 1px solid #eee;
|
2016-08-29 17:42:29 +00:00
|
|
|
overflow: auto;
|
2017-02-23 00:20:42 +00:00
|
|
|
|
2015-09-26 15:36:56 -04:00
|
|
|
.active {
|
|
|
|
|
background-color: #eee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li a {
|
|
|
|
|
cursor: move;
|
|
|
|
|
}
|
2016-01-22 16:25:51 -05:00
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
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
|
|
|
}
|