[vhffs-dev] [598] Backport of revisions 596 and 597 to vhffs 4.0 |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 598
Author: gradator
Date: 2007-05-07 11:59:21 +0000 (Mon, 07 May 2007)
Log Message:
-----------
Backport of revisions 596 and 597 to vhffs 4.0
Modified Paths:
--------------
branches/vhffs-4.0/vhffs-panel/templates/misc/alert.tmpl
branches/vhffs-4.0/vhffs-panel/themes/vhffs/main.css
Modified: branches/vhffs-4.0/vhffs-panel/templates/misc/alert.tmpl
===================================================================
--- branches/vhffs-4.0/vhffs-panel/templates/misc/alert.tmpl 2007-05-07 10:28:08 UTC (rev 597)
+++ branches/vhffs-4.0/vhffs-panel/templates/misc/alert.tmpl 2007-05-07 11:59:21 UTC (rev 598)
@@ -4,11 +4,13 @@
<form method="post" action="alert_submit.pl">
<p>
- <label for="MESSAGE">
+ <label for="MESSAGE" style="float:none">
<TMPL_VAR NAME="YOUR_MESSAGE_TEXT">:
</label>
- <textarea name="MESSAGE" id="MESSAGE" cols="50 "rows="10"></textarea>
</p>
+ <p>
+ <textarea name="MESSAGE" id="MESSAGE" cols="90" rows="15"></textarea>
+ </p>
<p class="button" id="sendButton">
<input type="submit" value="<TMPL_VAR NAME="SEND">" />
</p>
Modified: branches/vhffs-4.0/vhffs-panel/themes/vhffs/main.css
===================================================================
--- branches/vhffs-4.0/vhffs-panel/themes/vhffs/main.css 2007-05-07 10:28:08 UTC (rev 597)
+++ branches/vhffs-4.0/vhffs-panel/themes/vhffs/main.css 2007-05-07 11:59:21 UTC (rev 598)
@@ -679,8 +679,8 @@
.warning
{
color: red;
+ font-weight:bold;
text-align: center;
- text-decoration: blink;
}
#sub_opts