You are here

autotag.css in Taxonomy Autotagger 6

Same filename and directory in other branches
  1. 6.2 autotag.css
.autotag-dnd .left,.autotag-dnd .right{
 width: 45%;
}
.autotag-dnd div{
 border:solid 1px #bbb;
 padding: 5px;
 margin: 5px;
 width:45%;
 height:300px;
 overflow:auto;
 float:left;
}
.autotag-dnd li,.autotag-dnd div li{
 list-style: none;
 z-index:100;
 margin:1px;
 border: dotted 1px #ccc;
 padding:0 0 0 5px;
 background: inherit;
 width:90%px;
}
.autotag-dnd li:hover{
 cursor:move;
}
.autotag-dnd-drop-active, .autotag-dnd-drop-hover{
 z-index:-1;
}
div.autotag-dnd-drop-hover, div.autotag-dnd-drop-active{
 background-image:url('drop.gif');
 background-position: 50% 50%;
 background-repeat: no-repeat;
}

File

autotag.css
View source
  1. .autotag-dnd .left,.autotag-dnd .right{
  2. width: 45%;
  3. }
  4. .autotag-dnd div{
  5. border:solid 1px #bbb;
  6. padding: 5px;
  7. margin: 5px;
  8. width:45%;
  9. height:300px;
  10. overflow:auto;
  11. float:left;
  12. }
  13. .autotag-dnd li,.autotag-dnd div li{
  14. list-style: none;
  15. z-index:100;
  16. margin:1px;
  17. border: dotted 1px #ccc;
  18. padding:0 0 0 5px;
  19. background: inherit;
  20. width:90%px;
  21. }
  22. .autotag-dnd li:hover{
  23. cursor:move;
  24. }
  25. .autotag-dnd-drop-active, .autotag-dnd-drop-hover{
  26. z-index:-1;
  27. }
  28. div.autotag-dnd-drop-hover, div.autotag-dnd-drop-active{
  29. background-image:url('drop.gif');
  30. background-position: 50% 50%;
  31. background-repeat: no-repeat;
  32. }