mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
Modules(admin, member, menu, document) and default layout UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11808 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3c0f9f7098
commit
5722793eed
12 changed files with 589 additions and 576 deletions
|
|
@ -305,7 +305,7 @@ jQuery(function($){
|
|||
// Set #site height fix
|
||||
$(window).resize(function(){
|
||||
var wHeigh = $(window).height();
|
||||
$('#site').height(wHeigh - 150).children('.col').height(wHeigh - 195);
|
||||
$('#site').height(wHeigh - 180).children('.col').height(wHeigh - 210).find('.cnt').height(wHeigh - 242);
|
||||
}).resize();
|
||||
// Navigation a active/inactive
|
||||
var $navAnchor = $('a>i.x_icon-circle-arrow-right').parent('a');
|
||||
|
|
|
|||
|
|
@ -2799,7 +2799,7 @@ jQuery(function($){
|
|||
// Set #site height fix
|
||||
$(window).resize(function(){
|
||||
var wHeigh = $(window).height();
|
||||
$('#site').height(wHeigh - 150).children('.col').height(wHeigh - 195).find('.cnt').height(wHeigh - 227);
|
||||
$('#site').height(wHeigh - 180).children('.col').height(wHeigh - 210).find('.cnt').height(wHeigh - 242);
|
||||
}).resize();
|
||||
// #linkMenu copy and set text to input
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue