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
- /**
- * 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;
- }