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

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

code cleanup

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