You are here

sgrid.css in Sortable Grid Views Plugin 7

Same filename and directory in other branches
  1. 6 sgrid.css
.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;   
}
#sgridorder {
    display:none;   
}
.sortable .attachment-after {
   clear:both;
}

File

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