source: extensions/Admin_Messages/admin/template/style.css @ 12356

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

Reorganize language files

File size: 515 bytes
Line 
1table{
2  width:80%;
3}
4td {
5  width:50%;
6}
7.title {
8  display:block;
9  text-align:right;
10  font-weight:bold;
11  margin-right:10px;
12}
13.fixed {
14  font-style:italic;
15}
16.categoryLi div.head {
17  font-size:0.9em;
18  border-bottom:1px dotted #666;
19  width:300px;
20  margin-top:5px;
21}
22.categoryLi p {
23  margin-left:10px;
24}
25
26.titrePage {
27  clear:right;
28}
29.version_title {
30  float:right;
31  position:relative;
32  top:-24px;
33  margin-bottom:-20px !important;
34  font-size:12px !important;
35  font-style:italic;
36  font-weight:normal;
37}
Note: See TracBrowser for help on using the repository browser.