mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Fix #1912 various CSS typos
This commit is contained in:
parent
71afd5463a
commit
73b689be86
6 changed files with 8 additions and 10 deletions
|
|
@ -192,7 +192,7 @@ padding:0;list-style:none}
|
|||
.download .update{background:#336}
|
||||
.download .update:hover,
|
||||
.download .update:focus{background:#333}
|
||||
.download ._pagination{position:absolute;maring:0 5px;left:4px;right:4px}
|
||||
.download ._pagination{position:absolute;margin:0 5px;left:4px;right:4px}
|
||||
.download ._pagination>.x_pagination,
|
||||
.download ._pagination>.search{margin:0}
|
||||
.download ._pagination>.x_pagination{text-shadow:0 1px 0 #fff}
|
||||
|
|
@ -311,11 +311,11 @@ padding:0;list-style:none}
|
|||
#design .btnBoth{border:0}
|
||||
#design img{width:220px}
|
||||
#design .shadow{position:relative;box-shadow:0 0 4px #999 inset;padding:4px;height:160px;overflow:hidden;border-radius:3px;*border:1px solid #ddd}
|
||||
#design .shadow>iframe{border:0;-webkit-transform-origin:0 0;-webkit-transform:scale(.20);-moz-transform-origin:0 0;-moz-transform:scale(.20);-0-transform-origin:0 0;-0-transform:scale(.20);-ms-transform-origin:0 0;-ms-transform:scale(.20);transform-origin:0 0;transform:scale(.20);position:absolute}
|
||||
#design .shadow>iframe{border:0;-webkit-transform-origin:0 0;-webkit-transform:scale(.20);-moz-transform-origin:0 0;-moz-transform:scale(.20);-ms-transform-origin:0 0;-ms-transform:scale(.20);transform-origin:0 0;transform:scale(.20);position:absolute}
|
||||
/*body{background:red}*/
|
||||
#design #pc .shadow>iframe{width:1024px;height:768px;left:50%;margin-left:-102px}
|
||||
#design #mobile .shadow>iframe{width:480px;height:800px;left:50%;margin-left:-48px}
|
||||
#design .x_icon-zoom-in{position:absolute;right:4px;bottom:4px;width:24px;height:24px;border-radius:3px;background-color:#666;opacity:.75;filter:alpha(opacity:75);background-position:-331px 5px}
|
||||
#design .x_icon-zoom-in{position:absolute;right:4px;bottom:4px;width:24px;height:24px;border-radius:3px;background-color:#666;opacity:.75;background-position:-331px 5px}
|
||||
#design .x_icon-zoom-in:after{content:normal}
|
||||
#design .mask{position:absolute;width:100%;height:100%;top:0;left:0}
|
||||
#design .mask.on_message{background:#666;color:white}
|
||||
|
|
|
|||
|
|
@ -151,7 +151,7 @@
|
|||
text-decoration:none;
|
||||
}
|
||||
|
||||
@media only screen and max-device-width 480px {
|
||||
@media only screen and (max-device-width: 480px) {
|
||||
#nc_container {
|
||||
position:relative;
|
||||
height:auto;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<load target="../../../member/skins/default/css/member.css" />
|
||||
<include target="../../../member/skins/default/common_header.html" />
|
||||
<div class="xm">
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/ncenterlite/skins/default/userconfig/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
@ -42,5 +41,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<include target="../../../member/skins/default/common_footer.html" />
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@
|
|||
text-decoration:none;
|
||||
}
|
||||
|
||||
@media only screen and max-device-width 480px {
|
||||
@media only screen and (max-device-width: 480px) {
|
||||
#nc_container {
|
||||
position:relative;
|
||||
height:auto;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<load target="../../../member/skins/default/css/member.css" />
|
||||
<include target="../../../member/skins/default/common_header.html" />
|
||||
<div class="xm">
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/ncenterlite/skins/default/userconfig/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
@ -42,5 +41,5 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<include target="../../../member/skins/default/common_footer.html" />
|
||||
|
|
|
|||
|
|
@ -4,4 +4,4 @@ h3 { margin:0 10px 0 10px; }
|
|||
.buttonBox { border:2px solid #EEEEEE; padding:5px; overflow:hidden; *zoom:1;}
|
||||
.buttonBox .fr { height:28px; }
|
||||
.buttonBox .fl { height:28px; }
|
||||
.buttonBox .buttonDiv { margin:2px 0; padding:0; border-top:1px solid EEEEEE; clear:both; }
|
||||
.buttonBox .buttonDiv { margin:2px 0; padding:0; border-top:1px solid #EEEEEE; clear:both; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue