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

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

[extensions] AdminMessages

  • compatibility with 2.2.0
  • new language rows
File size: 465 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.version_title {
26        float:right;
27        position:relative;
28        top:-24px;
29        margin-bottom:-20px !important;
30        font-size:12px !important;
31        font-style:italic;
32        font-weight:normal;
33}
Note: See TracBrowser for help on using the repository browser.