Skip to content
Snippets Groups Projects
Commit e44e65bf authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

removed "old" isoga webclient -> wouldn't work anymore since removed

cometd dependency on the server
parent 23ba3eef
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 369 deletions
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
} }
.icon-isochrone:before { .icon-isochrone:before {
background: url('/isochrone/img_new/icon-isochrone.png') no-repeat scroll center center transparent; background: url('/isochrone/img/icon-isochrone.png') no-repeat scroll center center transparent;
background-size: 100% 100%; background-size: 100% 100%;
content: " "; content: " ";
display: block; display: block;
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
} }
.leaflet-control-geosearch-btn { .leaflet-control-geosearch-btn {
background: url('/isochrone/img_new/geosearch.png') no-repeat scroll center center #00CC44; background: url('/isochrone/img/geosearch.png') no-repeat scroll center center #00CC44;
background-size: auto 100%; background-size: auto 100%;
border: 0px none; border: 0px none;
border-radius: 0px 4px 4px 0px; border-radius: 0px 4px 4px 0px;
......
/*#map {
clear: both;
position: relative;
width: 400px;
height: 450px;
border: 1px solid black;
}
html, body {
font: normal 12px verdana;
margin: 0;
padding: 0;
border: 0 none;
overflow: hidden;
height: 100%;
}*/
.settings .x-panel-body {
padding: 10px 5px 0px 10px;
/*padding-top:10px;
padding-left:10px;
text-align:center;*/
font-family: tahoma, arial, helvetica, sans-serif;
font-weight: normal;
/*font-style:italic;
color: gray;*/
font-size: 12px;
}
#ext-gen29 {
margin-left: 50px;
margin-top: 15px;
}
#ext-gen31 {
margin-left: 50px;
margin-top: 10px;
}
#ext-gen97 {
padding-left: 0px !important;
padding-top: 30px;
width: 172px;
}
#ext-gen100 {
padding-bottom: 15px;
}
.olControlAttribution {
left: 2px;
right: inherit;
bottom: 3px;
line-height: 11px;
}
.olControlLoadingPanel {
background-image: url(./img/ajax-loader.gif);
margin-left: 46%;
margin-top: 35%;
position: relative;
width: 66px;
height: 66px;
background-position: center;
background-repeat: no-repeat;
display: none;
}
.olControlScaleLineTop {
background: lightgrey;
padding: 1px;
font-size: 10px;
margin-bottom: -10px !important;
}
.olControlMousePosition {
background: lightgrey;
padding: 1px !important;
font-size: 10px !important;
margin-bottom: 10px;
margin-right: 5px;
}
.x-tree-node {
border-bottom: 0px solid #dddddd;
padding-bottom: 3px;
}
.x-tree-ec-icon {
display: none;
}
.x-grid3-row {
padding: 3px 0px 3px 0px;
/*border-right-color:#ffffff;*/
}
.bnt_last {
background-image: url(img/page-last.gif) !important;
}
.bnt_first {
background-image: url(img/page-first.gif) !important;
}
.bnt_next {
background-image: url(img/page-next.gif) !important;
}
.bnt_prev {
background-image: url(img/page-prev.gif) !important;
}
\ No newline at end of file
...@@ -31,11 +31,11 @@ div.page-wrapper { ...@@ -31,11 +31,11 @@ div.page-wrapper {
fieldset { padding:0; border:0; margin-top:25px; } fieldset { padding:0; border:0; margin-top:25px; }
.help-control-div { .help-control-div {
background: url('/isochrone/img_new/help_filled.png') no-repeat scroll 0px 0px transparent; background: url('/isochrone/img/help_filled.png') no-repeat scroll 0px 0px transparent;
} }
.settings-control-div { .settings-control-div {
background: url('/isochrone/img_new/settings.png') no-repeat scroll 0px 0px transparent; background: url('/isochrone/img/settings.png') no-repeat scroll 0px 0px transparent;
clear: none; clear: none;
} }
......
.styleIsoTabMenu {
position: absolute;
top: 5px;
right: 9px;
width: 125px;
height: 20px;
z-index: 106;
background: #cccccc;
background-image: url("../img/arrowDown.png") no-repeat scroll right top;
background-size: 10px;
border: thin;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
text-align: center;
font-style: normal;
}
.styleHomeTabMenu {
position: absolute;
top: 5px;
right: 255px;
width: 125px;
height: 20px;
z-index: 106;
background: #cccccc;
background-size: 10px;
border: thin;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
text-align: center;
font-style: normal;
}
.styleHelpTabMenu {
position: absolute;
top: 5px;
right: 135px;
width: 130px;
height: 20px;
z-index: 106;
/*display: none;*/
background: #cccccc;
border: thin;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
text-align: center;
}
.styleIsoTabPane {
position: absolute;
top: 20px;
left: -245px;
width: 350px;
z-index: 999;
/*display: none;*/
background: #cccccc;
border: thin;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
font-size:smaller;
font-family: sans-serif;
}
.styleHelpTabPane {
position: absolute;
top: 20px;
left: -391px;
/*height: 550px;*/
width: 520px;
z-index: 999;
background: #cccccc;
border: thin;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
text-align: left;
font-size:smaller;
font-family: sans-serif;
}
.styleResultTabPane{
position: absolute;
bottom: 50px;
left: 10px;
/*
top: 280px;
right: 9px;
*/
height: 100px;
width: 250px;
z-index: 999;
background: #cccccc;
border: thin;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
text-align: left;
font-size: large;
}
.styleLegendPane{
position: absolute;
bottom: 50px;
left: 10px;
/*
top: 280px;
right: 9px;
*/
height: 80px;
width: 120px;
z-index: 999;
/*background: #cccccc;*/
border: thin;
border-top-style: solid;
border-left-style: solid;
border-right-style: solid;
border-bottom-style: solid;
text-align: left;
font-size: large;
}
.styleArrows {
height: 10px;
width: 10px;
}
.nwIcon {
height: 15px;
width: 15px;
}
.styleTapPaneLink {
text-decoration: none;
}
.inputText{
margin-left:15px;
font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
}
input.btn {
color:white;
font: bold 84% 'trebuchet ms',helvetica,sans-serif;
background-color:#7bc142;
border: 1px solid;
}
.menuText{
margin-left:15px;
margin-right:20px;
font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
.menuItem{
color:black;
font-weight: bold;
font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
font-size: 8pt;
}
.styleProgressBar {
z-index:200;
visibility:collapse;
position:absolute;
width: 200px;
}
.styleParameters {
border:thin;
border-color:black;
border-style:solid;
}
fieldset
{
border: 1px solid #000000;
border:thin;
border-color:black;
border-style:solid;
font-weight: bold;
font-size: 10pt;
}
label {
font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: lighter;
}
.styleLabel {
font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: lighter;
}
/**
Overriding Openlayers properties
**/
/* required to position the layer switcher in a bottom right position*/
.olControlLayerSwitcher {
top: 75%;
}
/* removes the annoying label in google maps */
.olLayerGoogleV3 {
visibility: hidden;
}
.olControlLoadingPanel {
background-image: url(../img/ajax-loader.gif);
margin-left: 46%;
margin-top: 35%;
position: relative;
width: 66px;
height: 66px;
background-position: center;
background-repeat: no-repeat;
display: none;
}
/*
.ui-progressbar-value { background-image: url(../lib/jquery/css/images/pbar-ani.gif); }
*/
/* the time picker */
/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div .ui_tpicker_hour div { padding-right: 2px; }
.ui-timepicker-div .ui_tpicker_minute div { padding-right: 6px; }
.ui-timepicker-div .ui_tpicker_second div { padding-right: 6px; }
.ui-timepicker-div td { font-size: 90%; }
File deleted
src/main/webapp/img/ajax-loader.gif

6.66 KiB

src/main/webapp/img/arrowDown.png

971 B

src/main/webapp/img/arrowUp.png

951 B

src/main/webapp/img/bus.png

3.62 KiB

src/main/webapp/img/cal.gif

127 B

src/main/webapp/img/car.png

847 B

src/main/webapp/img/clock.png

3.2 KiB

src/main/webapp/img/folder.gif

340 B

src/main/webapp/img/funicular.png

3.72 KiB

src/main/webapp/img/gondola.png

3.44 KiB

src/main/webapp/img/kindergarten.png

1.15 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment