Files
NodeBB/public/less/admin/general/navigation.less

48 lines
558 B
Plaintext
Raw Normal View History

2015-09-26 15:36:56 -04:00
#navigation {
2015-10-05 22:41:11 -04:00
#active-navigation {
width: 100%;
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;
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;
}
}