seitime-frappe/css/legacy/listing.css
Rushabh Mehta f253fa8e0b version 2
2011-09-07 16:44:57 +05:30

56 lines
803 B
CSS

/* listing 2.0 */
div.listing-more {
margin: 7px 0px 17px 0px;
textAlign: center;
display: none;
}
div.listing-toolbar {
margin: 7px 0px;
}
/* SRS */
table.srs_result_tab {
border: 2px solid #AAA;
border-collapse: collapse;
}
/* firefox bug fix for disappering borders */
table.srs_result_tab td, table.srs_result_tab tr, table.srs_result_tab tbody, table.srs_result_tab div {
position: static;
}
table.srs_result_tab td {
padding: 3px 2px;
position: static;
}
div.srs_body_area {
}
div.srs_results_area {
}
div.srs_filter_wrapper {
border: 1px solid #CCF;
background-color: #EEF;
margin:0px 0px 8px 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
div.srs_filter_area {
padding: 8px;
}
div.srs_filter_area td {
vertical-align: middle;
}