Fix css for support page
This commit is contained in:
parent
a98985bf37
commit
3e266243e5
@ -63,6 +63,10 @@ text-align: left;
|
||||
border: 1px solid #8CACBB;
|
||||
}
|
||||
|
||||
table.tablesupport {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
div.ok {
|
||||
color: #114466;
|
||||
}
|
||||
|
||||
@ -66,7 +66,7 @@ print '<div style="width: 100%"><div class="inline-block">';
|
||||
print "\n";
|
||||
|
||||
// Forum/wiki support
|
||||
print '<table class="login" width="100%">';
|
||||
print '<table class="login tablesupport" width="100%">';
|
||||
print '<tr class="title" valign="top">';
|
||||
print '<td width="100%" align="left" valign="top">';
|
||||
|
||||
@ -179,7 +179,7 @@ print '</div><div class="inline-block">';
|
||||
*/
|
||||
|
||||
// EMail support
|
||||
print '<table class="login" width="100%">';
|
||||
print '<table class="login tablesupport" width="100%">';
|
||||
print '<tr class="title" valign="top">';
|
||||
print '<td width="100%" align="left" valign="top">';
|
||||
|
||||
@ -213,7 +213,7 @@ print '</div><div class="inline-block">';
|
||||
|
||||
|
||||
// Other support
|
||||
print '<table class="login" width="100%">';
|
||||
print '<table class="login tablesupport" width="100%">';
|
||||
print '<tr class="title">';
|
||||
print '<td width="100%" align="left" valign="top">';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user