Revision 4ad1e4ea
Added by Renato Botelho over 12 years ago
usr/local/www/themes/metallic/all.css | ||
---|---|---|
10 | 10 |
width:100%; |
11 | 11 |
} |
12 | 12 |
|
13 |
.addgatewaybox { |
|
14 |
background-color: #990000; |
|
15 |
border-style: none none none none; |
|
16 |
width: 225px; |
|
17 |
} |
|
18 |
|
|
13 | 19 |
.infoboxsave { |
14 | 20 |
padding-right: 10px; |
15 | 21 |
} |
Also available in: Unified diff
Add a new class called addgatewaybox to make it easier to respect custom themes. Fixes #2900