fixed gallery, fixed menu, updated system reference
This commit is contained in:
parent
bcece9661c
commit
1c2b5db327
@ -1 +1 @@
|
||||
Subproject commit 0ac67a9e86d5f1e5a67bdb7ebec74f137164a44e
|
||||
Subproject commit 0e657043f024e074ceae409a09c51c669860fd22
|
||||
@ -1,5 +1,5 @@
|
||||
<div id="text" style="margin-left: auto; margin-right: auto;">
|
||||
<div id="galleria" style="border-radius: 5px; height: 500px;">
|
||||
<div class="galleria" style="border-radius: 5px; height: 500px;">
|
||||
${default_gallery}
|
||||
</div>
|
||||
</div>
|
||||
@ -85,7 +85,7 @@ a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 2px 0 1px 10px;
|
||||
width: 146px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.menulink:hover {
|
||||
@ -112,7 +112,7 @@ a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
padding: 2px 0 1px 10px;
|
||||
width: 146px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.aktmenulink:hover {
|
||||
@ -205,7 +205,7 @@ li {
|
||||
text-align: center;
|
||||
border: 1px solid #d3d5d9;
|
||||
width: 75px;
|
||||
margin-right: 40px;
|
||||
margin-right: 40px;
|
||||
background: #efeee8;
|
||||
}
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ class default_page extends SYSTEM\PAGE\Page {
|
||||
\SYSTEM\HTML\html::script('http://www.openlayers.org/api/OpenLayers.js').
|
||||
\SYSTEM\HTML\html::script('http://www.openstreetmap.org/openlayers/OpenStreetMap.js').
|
||||
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PPAGE(),'default_page/js/default_page.js')).
|
||||
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PSAI(),'saimod_webcraft_gallery/js/galleria/galleria-1.2.9.min.js')).
|
||||
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PSAI(),'saimod_webcraft_gallery/js/galleria/galleria-1.4.2.min.js')).
|
||||
\SYSTEM\HTML\html::script(\SYSTEM\WEBPATH(new PPAGE(),'default_page/js/map.js'));
|
||||
}
|
||||
private function css(){
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
<div id="inhalt">
|
||||
<div id="content">
|
||||
${rhein_welcome}
|
||||
<div id="galleria" style="border-radius: 5px; height: 500px;">
|
||||
<div class="galleria" style="border-radius: 5px; height: 500px;">
|
||||
${default_gallery}
|
||||
</div>
|
||||
${rhein_main}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<div id="text" style="margin-left: auto; margin-right: auto;">
|
||||
${rhein_wohnung}
|
||||
<div id="galleria" style="border-radius: 5px; height: 500px;">
|
||||
<div class="galleria" style="border-radius: 5px; height: 500px;">
|
||||
${gallery_house}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user