リビジョン 04e657a7 app/View/Layouts/procedure.ctp
app/View/Layouts/procedure.ctp | ||
---|---|---|
19 | 19 |
<!-- Le styles --> |
20 | 20 |
<link rel="stylesheet" href="/css/bootstrap.min.css"> |
21 | 21 |
<!-- Custom CSS --> |
22 |
<link href="/css/freelancer.css" rel="stylesheet">
|
|
22 |
<!-- <link href="/css/freelancer.css" rel="stylesheet"> -->
|
|
23 | 23 |
<link href = "/css/main.css" rel="stylesheet"> |
24 | 24 |
<!-- <link href="/css/pictcode/bootstrap/bootstrap.css" rel="stylesheet" > --> |
25 | 25 |
<link href="/css/jquery-ui.min.css" rel="stylesheet" > |
... | ... | |
47 | 47 |
<a href=""><img class="header_button right" type="button" src="/img/btn_header_014.png" alt=""></a> |
48 | 48 |
</header> |
49 | 49 |
|
50 |
<!-- メインコンテンツ --> |
|
51 |
|
|
52 |
<script type="text/javascript"> |
|
53 |
$(function(){ |
|
54 |
reviseMargin(); |
|
55 |
$(window).on("resize",reviseMargin); |
|
56 |
function reviseMargin(){ |
|
57 |
$("#contents").css({ |
|
58 |
"margin-top":$("header")[150].offsetHeight + "px", |
|
59 |
"margin-bottom": $("footer")[450].offsetHeight + "px" |
|
60 |
}); |
|
61 |
} |
|
62 |
}); |
|
63 |
</script> |
|
64 |
|
|
65 |
|
|
66 |
|
|
67 | 50 |
|
51 |
<!-- メインコンテンツ --> |
|
68 | 52 |
<div class="container"> |
69 | 53 |
|
70 | 54 |
<?php echo $this->fetch('content'); ?> |
71 | 55 |
|
72 | 56 |
</div><!-- /container --> |
73 | 57 |
|
58 |
|
|
74 | 59 |
<!-- フッター --> |
75 | 60 |
|
76 | 61 |
<footer> |
他の形式にエクスポート: Unified diff