source: extensions/GrumPluginClasses/css/rbuilder.css @ 6106

Last change on this file since 6106 was 6106, checked in by grum, 14 years ago

Update plugin with some new functions

File size: 286 bytes
Line 
1ul.rbResultList {
2  list-style:none;
3  padding:0px;
4}
5
6ul.rbResultList li {
7  width:45%;
8  display:inline-block;
9  overflow:hidden;
10  min-height:140px;
11}
12
13ul.rbResultList td.rbResultItemDetail {
14  padding-left:15px;
15  vertical-align:top;
16}
17
18ul.rbResultList table {
19  margin-left:0px;
20}
Note: See TracBrowser for help on using the repository browser.