mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4654 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
afa13f53d7
commit
5e9a7fafcc
2 changed files with 3 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
<tr class="row2">
|
<tr class="row2">
|
||||||
<th><div>{$lang->time_zone}</div></th>
|
<th><div>{$lang->time_zone}</div></th>
|
||||||
<td>
|
<td>
|
||||||
<select name="time_zone" class="time_zone">
|
<select name="time_zone" class="fixWidth">
|
||||||
<!--@foreach($time_zone_list as $key => $val)-->
|
<!--@foreach($time_zone_list as $key => $val)-->
|
||||||
<option value="{$key}" <!--@if($time_zone==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
<option value="{$key}" <!--@if($time_zone==$key)-->selected="selected"<!--@end-->>{$val}</option>
|
||||||
<!--@endforeach-->
|
<!--@endforeach-->
|
||||||
|
|
|
||||||
|
|
@ -114,3 +114,5 @@ ul.localNavigation li.on a { background-position:right top; padding:8px 15px 5px
|
||||||
.layout_editor { width:99%; height:500px; border:0px; font-size:1em; }
|
.layout_editor { width:99%; height:500px; border:0px; font-size:1em; }
|
||||||
.layout_editor_box { padding:10px; border:1px solid #DDDDDD; }
|
.layout_editor_box { padding:10px; border:1px solid #DDDDDD; }
|
||||||
|
|
||||||
|
|
||||||
|
.fixWidth { width:90%; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue