pulsar/static/popover-list.less

13 lines
216 B
Plaintext
Raw Normal View History

2013-02-02 03:42:51 +04:00
.select-list.popover-list {
2013-02-05 00:16:37 +04:00
width: 200px;
min-width: 200px;
2013-06-12 21:07:41 +04:00
margin-left: 0;
2013-02-05 00:16:37 +04:00
position: relative;
2012-08-28 00:20:22 +04:00
}
2013-08-24 03:30:03 +04:00
.select-list.popover-list ol.list-group {
2012-08-28 00:20:22 +04:00
position: relative;
overflow-y: scroll;
max-height: 200px;
}