Install UI fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9130 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-09 00:41:19 +00:00
parent 02c7587226
commit 479d15afac
3 changed files with 19 additions and 18 deletions

View file

@ -12,7 +12,7 @@
<ul class="form formXe">
<li>
<input name="use_rewrite" value="Y" <!--@if(function_exists('apache_get_modules')&&in_array('mod_rewrite',apache_get_modules()))-->checked="checked"<!--@end--> type="checkbox" class="iCheck" id="rewrite" /> <label for="rewrite">{$lang->use_rewrite}</label>
{$lang->about_rewrite}
<p>{$lang->about_rewrite}</p>
</li>
<li>
<div class="select open" style="width:540px;">

View file

@ -100,9 +100,10 @@ html{height:100%;background:url(../img/bgHtml.gif) repeat-x 0 0}
.form.formXe label{margin:0 0 2px 0;color:#eee;font-weight:bold}
.form .iText{background:#555;padding:5px 10px;width:518px}
.form select{background:#555;color:#fff}
.form p{color:#ccc;margin:3px 0 15px 17px}
.form p{color:#ddd;margin:3px 0 15px 17px}
.form strong{color:#f60}
.form em{font-style:normal;color:#ffc}
.form a{color:#fff;text-decoration:underline}
.desc{padding:10px 20px;margin:0 20px 20px 20px;background:#555;color:#eee}
.desc ul{margin:0 0 0 20px;padding:0}
.desc strong{color:#F60}