1234567891011121314151617181920 |
- /*
- Created on : 12/04/2019, 12:51:07 PM
- Author : Alejandro
- */
- .puesto-spacer{width: 60px;}
- .puesto_box{width: 320px; background-color: #f0f0f0; margin-bottom: 10px; border-radius: 4px;}
- .puesto_line{height: 40px;}
- .puesto_box a{padding: 8px;}
- .puesto_box a:hover{text-decoration: none!important;}
- .puesto_box .iconos span{cursor: pointer;}
- .puesto_box .menu-wrapper{position:relative; padding:2px 5px; height: 100%;}
- .puesto_box .menu-flotante{z-index: 500; position: absolute; bottom: 0px; right: 0; background-color: #fff; border-radius: 6px 0 3px 0; padding-top: 2px;}
- .puesto-small{font-size: 80%;}
- .puesto_box .arrow { transition: .3s transform ease-in-out; }
- .puesto_box .collapsed .arrow { transform: rotate(-90deg); }
- .highlight{background-color: #ff0;}
- .ui-droppable-hover { background: #001D68;}
|