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.
19 lines
721 B
CSS
19 lines
721 B
CSS
8 years ago
|
#lmrxedit {min-height: 600px;}
|
||
|
#lmrxedit_left_navi {text-align: center;height: 600px;padding-top: 12px;background-color: #000;color: #fff;font-weight: bold;}
|
||
|
#lmrxedit_control {
|
||
|
position: fixed;
|
||
|
bottom: 25px;
|
||
|
left: 5px;
|
||
|
z-index: 500000;
|
||
|
}
|
||
|
.lmrx_hl {border:1px dashed purple;border-radius:5px;}
|
||
|
.dropdown-menu {left:0px;}
|
||
|
.border_rz {border-right:none;}
|
||
|
.lmrx_li_item {margin-bottom:2px;}
|
||
|
#history_list{max-height: 450px;overflow-y:scroll;}
|
||
|
.lmrx_popover{position:fixed;bottom:10px;top:-100000;left:-100000;z-index:100000;min-width:600px;}
|
||
|
.lmrx_addcom{position: relative;bottom: 3px;}
|
||
|
.xxclose{margin:3px 8px;}
|
||
|
.xxsp2{margin:8px 0 5px;}
|
||
|
.toggle.btn {margin-right: 12px;}
|
||
|
.btn-danger.lmrx_del{width: auto;}
|