source: extensions/Comments_on_Albums/admin/template/style.css @ 9968

Last change on this file since 9968 was 9968, checked in by mistic100, 13 years ago

[extensions] Comments on Albums

  • first public version
File size: 441 bytes
Line 
1.titrePage {
2        clear:right;
3}
4
5
6table {
7        width:80%;
8}
9td {
10        width:50%;
11        white-space: nowrap;
12}
13.title {
14        display:block;
15        font-weight:bold;
16        text-align:right;
17        margin-right:10px;
18}
19.title.cluetip:after {
20        margin-left:5px;
21        vertical-align:top;
22}
23
24.pwg-icon {
25        margin:-5px 0;
26}
27
28.version_title {
29        float:right;
30        position:relative;
31        top:-24px;
32        margin-bottom:-20px !important;
33        font-size:12px !important;
34        font-style:italic;
35        font-weight:normal;
36}
Note: See TracBrowser for help on using the repository browser.