source: extensions/Subscribe_to_comments/admin/template/style.css @ 21608

Last change on this file since 21608 was 21608, checked in by mistic100, 11 years ago

code clean, add admin list of all subscribers

File size: 363 bytes
Line 
1.table2 {
2  width:auto;
3}
4.table2 .throw {
5  font-size:100%;
6  line-height: 1em;
7}
8TABLE.table2 THEAD TD {
9  padding: 3px 5px !important;
10}
11.table2 .user {
12  min-width:230px;
13}
14.table2 .date {
15  width:230px;
16}
17.table2 .total {
18  width:100px;
19}
20
21.table2 .all {
22  text-align:center;
23  font-weight:bold;
24}
25.table2 .all:before, .table2 .all:after {
26  content:"---";
27}
Note: See TracBrowser for help on using the repository browser.