You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodebb/public/less/admin/general/navigation.less

48 lines
556 B
Plaintext

#navigation {
#active-navigation {
float: none;
min-height: 50px;
border: 1px solid #eee;
overflow: auto;
.active {
background-color: #eee;
}
li a {
cursor: move;
}
li {
display: inline-block;
}
}
#available {
.drag-item {
cursor: move;
margin-right: 10px;
padding: 8px 10px;
margin-bottom: 5px;
}
p {
line-height: 20px;
min-height: 40px;
}
}
#enabled {
.iconPicker i {
cursor: pointer;
}
.form-group {
min-height: 80px;
}
}
ul {
list-style-type: none;
padding: 0;
}
}