/ext-4.1.0_b3/docs/extjs/examples/dd/dnd_with_dom.css
https://bitbucket.org/srogerf/javascript · CSS · 57 lines · 44 code · 12 blank · 1 comment · 0 complexity · 241ba67bf76de9243462f3e7a915a25e MD5 · raw file
- body {
- padding: 10px;
- }
- .availableLot {
- width: 105px;
- border: 1px solid #999999;
- padding: 10px;
- height: 290px;
- -moz-border-radius: 17px;
- -webkit-border-radius: 17px;
- }
- .rented, .repair {
- width: 195px;
- }
- .availableLot div {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- width: 85px;
- border: 1px solid #666666;
- padding: 3px;
- background-color: #FFFFFF;
- margin: 5px;
- cursor: move;
- text-align: center;
- }
- #cars div, #trucks div {
- margin: 5px;
- width: 85px;
- }
- #repair div, #rented div {
- float: left;
- margin: 2px;
- /*padding: 3px;*/
- }
- .imgThumb {
- height: 57px;
- width: 77px;
- border: 1px solid #777777;
- }
- .dropOK {
- background-color: #99ff99 !important;
- }
- .dropNotOK {
- border: 1px solid #FF0000 !important;
- }