You are here

sgrid.css in Sortable Grid Views Plugin 6

Same filename and directory in other branches
  1. 7 sgrid.css
.sortable {
  clear:both; 
}

.sortable ul.ui-sortable { 
    margin: 0; 
    padding: 0; 
}
.sortable ul.ui-sortable li { 
    list-style-image: none; 
    list-style-type: none; 
    margin: 3px 3px 3px 0; 
    padding: 1px; 
    float: left; 
    width: 100px; 
    height: 100px; 
    font-size: 1em; 
    text-align: center; 
    cursor:pointer;
    cursor:hand;
    border:grey 1px solid;
    background:#eee;
    overflow:hidden;
}
.sgrid-nid {
    display:none;
    visibility:hidden;   
}
.sortable ul.ui-sortable li.sgrid-line-end {
    clear:left;   
}
input.sortorder {
    display:none;   
}
.sortable .attachment-after {
  clear:both;
}

File

sgrid.css
View source
  1. .sortable {
  2. clear:both;
  3. }
  4. .sortable ul.ui-sortable {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. .sortable ul.ui-sortable li {
  9. list-style-image: none;
  10. list-style-type: none;
  11. margin: 3px 3px 3px 0;
  12. padding: 1px;
  13. float: left;
  14. width: 100px;
  15. height: 100px;
  16. font-size: 1em;
  17. text-align: center;
  18. cursor:pointer;
  19. cursor:hand;
  20. border:grey 1px solid;
  21. background:#eee;
  22. overflow:hidden;
  23. }
  24. .sgrid-nid {
  25. display:none;
  26. visibility:hidden;
  27. }
  28. .sortable ul.ui-sortable li.sgrid-line-end {
  29. clear:left;
  30. }
  31. input.sortorder {
  32. display:none;
  33. }
  34. .sortable .attachment-after {
  35. clear:both;
  36. }