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.
48 lines
558 B
Plaintext
48 lines
558 B
Plaintext
#navigation {
|
|
#active-navigation {
|
|
width: 100%;
|
|
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;
|
|
}
|
|
} |