| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .toolBar {
- padding: 15px 0;
- border-bottom: 1px solid #ccc;
- }
- .tree {
- height: 400px;
- overflow-y: auto;
- }
- .inpBox {
- border: 1px solid #a9a9a9;
- height: 27px;
- width: 172px;
- display: inline-block;
- position: relative;
- vertical-align: middle;
- }
- .inps {
- height: 24px;
- width: 172px;
- }
- .inps1,
- .inps4,
- .inps1_chg {
- width: 170px;
- height: 24px;
- outline: none;
- border: 0;
- border-image-width: 0;
- padding: 0;
- padding-left: 3px;
- }
- .xl {
- display: inline-block;
- background: url("../../img/dropDown.png") no-repeat;
- height: 100%;
- background-position: center center;
- width: 20px;
- position: absolute;
- right: 0;
- top: 0px;
- /*background-color: #f7bc8b;*/
- cursor: pointer;
- }
- /*.xl:hover{
- background-color: #e6d523;
- }*/
- .addTree {
- background: #fff;
- position: absolute;
- width: 100%;
- border: 1px solid darkgrey;
- right: 0;
- top: 26px;
- display: none;
- }
- .inpstext{
- resize: none;
- width: 50%;
- height: 70px;
- }
|