mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
HTML/CSS code cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10302 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5ef08c16ec
commit
f18b7c4c0b
73 changed files with 399 additions and 701 deletions
|
|
@ -17,16 +17,16 @@
|
|||
#loginAccess #warning{display:none;margin:0 0 20px 0}
|
||||
#loginAccess #warning.open{display:block}
|
||||
#loginAccess #warning p{margin:0;color:#fafafa}
|
||||
#loginAccess .buttonArea{position:relative;margin:0 50px 0 39px;padding:0;color:#767676;zoom:1}
|
||||
#loginAccess .buttonArea .keeping{position:relative;margin:0 0 20px 0;height:32px;line-height:32px}
|
||||
#loginAccess #gLogin .buttonArea .buttonAccount{position:absolute;top:0;right:0}
|
||||
#loginAccess #oLogin .buttonArea{text-align:center;margin-bottom:20px}
|
||||
#loginAccess .buttonAccount,
|
||||
#loginAccess .buttonAccount a,
|
||||
#loginAccess .buttonAccount input{position:relative;display:inline-block;margin:0;padding:0;overflow:visible;height:32px;line-height:32px;font-size:12px;font-weight:bold;color:#ffffff;vertical-align:middle;cursor:pointer;border:0;text-decoration:none !important;background: url(./images/buttonAction.gif) no-repeat;font-family:Arial}
|
||||
#loginAccess .buttonAccount{margin:0 4px 0 0;background-position:left top}
|
||||
#loginAccess .buttonAccount a,
|
||||
#loginAccess .buttonAccount input{left:14px;background-position:right top;*vertical-align:top;padding:0 30px 0 15px}
|
||||
#loginAccess .btnArea{position:relative;margin:0 50px 0 39px;padding:0;color:#767676;zoom:1}
|
||||
#loginAccess .btnArea .keeping{position:relative;margin:0 0 20px 0;height:32px;line-height:32px}
|
||||
#loginAccess #gLogin .btnArea .btnAccount{position:absolute;top:0;right:0}
|
||||
#loginAccess #oLogin .btnArea{text-align:center;margin-bottom:20px}
|
||||
#loginAccess .btnAccount,
|
||||
#loginAccess .btnAccount a,
|
||||
#loginAccess .btnAccount input{position:relative;display:inline-block;margin:0;padding:0;overflow:visible;height:32px;line-height:32px;font-size:12px;font-weight:bold;color:#ffffff;vertical-align:middle;cursor:pointer;border:0;text-decoration:none !important;background: url(./images/buttonAction.gif) no-repeat;font-family:Arial}
|
||||
#loginAccess .btnAccount{margin:0 4px 0 0;background-position:left top}
|
||||
#loginAccess .btnAccount a,
|
||||
#loginAccess .btnAccount input{left:14px;background-position:right top;*vertical-align:top;padding:0 30px 0 15px}
|
||||
#loginAccess .help{position:relative;padding:22px 0 44px 0;text-align:center;background:url(images/bg_help.gif) no-repeat}
|
||||
#loginAccess .help li{display:inline;border-left:1px solid #ababab;padding:0 0 0 7px;margin:0 4px 0 0;line-height:1}
|
||||
#loginAccess .help li.first{border:0;padding:0}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<li><input type="text" name="user_id" id="uid" value="" class="iText" title="{$lang->user_id}" /></li>
|
||||
<li><input type="password" name="password" id="upw" value="" class="iText" title="{$lang->password}" /></li>
|
||||
</ul>
|
||||
<div class="buttonArea">
|
||||
<div class="btnArea">
|
||||
<p class="keeping">
|
||||
<input type="checkbox" name="keep_signed" id="keepid" class="inputCheck" value="Y" onclick="jQuery('#warning')[(jQuery('#keepid:checked').size()>0?'addClass':'removeClass')]('open');" />
|
||||
<label for="keepid">{$lang->keep_signed}</label>
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
<div id="warning" class="">
|
||||
<p>{$lang->about_keep_warning}</p>
|
||||
</div>
|
||||
<span class="buttonAccount"><input type="submit" value="{$lang->cmd_login}" /></span>
|
||||
<span class="btnAccount"><input type="submit" value="{$lang->cmd_login}" /></span>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
@ -48,8 +48,8 @@
|
|||
<div class="oid">
|
||||
<input type="text" name="openid" class="iText" title="Open ID" value="" />
|
||||
</div>
|
||||
<div class="buttonArea">
|
||||
<span class="buttonAccount"><input type="submit" value="{$lang->cmd_login}" /></span>
|
||||
<div class="btnArea">
|
||||
<span class="btnAccount"><input type="submit" value="{$lang->cmd_login}" /></span>
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
<!--@end-->
|
||||
<!--@if($is_logged)-->
|
||||
<div class="logOut">
|
||||
<span class="buttonAccount"><a href="{getUrl('act','dispMemberLogout','module','')}">{$lang->cmd_logout}</a></span>
|
||||
<span class="btnAccount"><a href="{getUrl('act','dispMemberLogout','module','')}">{$lang->cmd_logout}</a></span>
|
||||
</div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue