You are here

references-dialog-search.css in References dialog 7

/**
 * Avoiod overflowing in the jquery dialog.
 */
html {
  overflow-x: hidden;
  padding: 5px;
}

/**
 * Styling for the references view rows
 */
#references-dialog-page .view-content .views-row {
  border: 1px solid #BBB;
  float: left;
  margin: 0 3px 3px 0;
  padding: 10px;
  width: 23%;
}
#references-dialog-page .view-content .views-row:hover {
  background-color: #EEE;
  cursor: pointer;
}

File

css/references-dialog-search.css
View source
  1. /**
  2. * Avoiod overflowing in the jquery dialog.
  3. */
  4. html {
  5. overflow-x: hidden;
  6. padding: 5px;
  7. }
  8. /**
  9. * Styling for the references view rows
  10. */
  11. #references-dialog-page .view-content .views-row {
  12. border: 1px solid #BBB;
  13. float: left;
  14. margin: 0 3px 3px 0;
  15. padding: 10px;
  16. width: 23%;
  17. }
  18. #references-dialog-page .view-content .views-row:hover {
  19. background-color: #EEE;
  20. cursor: pointer;
  21. }