source: extensions/Subscribe_to_comments/template/style.css @ 12607

Last change on this file since 12607 was 12607, checked in by mistic100, 12 years ago

display thumbnails on mails and subscriptions list
fix misplaced field on comment form
move management link to profile page

File size: 464 bytes
Line 
1.subscriptions_list {
2  width:600px;
3        border: 1px solid #111;
4        margin: 1em auto;
5        padding: 0;
6  background-color:#222;
7  border-collapse:collapse;
8}
9
10.subscriptions_list TD {
11        padding:5px 5px 2px 5px;
12  vertical-align:center;
13}
14
15.subscriptions_list TR {
16        text-align: left;
17}
18
19.row2 { background-color:#222; }
20.row1 { background-color:#333; }
21
22.stc p {
23  text-align:center;
24}
25
26.stc label {
27  display:block;
28}
29
30img.thumbnail {
31  max-width:120px;
32  max-height:90px;
33}
Note: See TracBrowser for help on using the repository browser.