mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-30 00:00:13 +01:00
Change absolute layout into scrollable
Replaced last svg-image with png Removed unnecessary css
This commit is contained in:
parent
534f0dc108
commit
16fef1ae47
7 changed files with 7 additions and 10388 deletions
|
@ -3,26 +3,12 @@
|
||||||
/*
|
/*
|
||||||
* Skeleton
|
* Skeleton
|
||||||
*/
|
*/
|
||||||
html, body {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ember-application {
|
.ember-application {
|
||||||
width: 100%;
|
min-width: 1350px;
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
|
|
||||||
position: absolute;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
background: #6EA2B0;
|
background: #6EA2B0;
|
||||||
color: #4d4d4d;
|
color: #4d4d4d;
|
||||||
|
|
||||||
margin: 0 auto;
|
|
||||||
|
|
||||||
/*font: 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
|
/*font: 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
|
||||||
font: 1.6em Helvetica;
|
font: 1.6em Helvetica;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
@ -31,21 +17,6 @@ html, body {
|
||||||
-moz-font-smoothing: antialiased;
|
-moz-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row, .col {
|
|
||||||
overflow: hidden;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row {
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.col {
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -58,16 +29,11 @@ html, body {
|
||||||
/*
|
/*
|
||||||
* Application
|
* Application
|
||||||
*/
|
*/
|
||||||
#lapMashupApp {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
header {
|
||||||
color: #103B7D;
|
color: #103B7D;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
||||||
height: 80px;
|
height: 80px;
|
||||||
top: 0;
|
|
||||||
|
|
||||||
border-bottom: 3px solid #bbb;
|
border-bottom: 3px solid #bbb;
|
||||||
}
|
}
|
||||||
|
@ -93,32 +59,6 @@ header #logos {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
|
||||||
color: #555;
|
|
||||||
|
|
||||||
height: 25px;
|
|
||||||
bottom: 0;
|
|
||||||
|
|
||||||
font-size: 1em;
|
|
||||||
/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main {
|
|
||||||
top: 80px;
|
|
||||||
bottom: 0px;
|
|
||||||
|
|
||||||
left: 20px;
|
|
||||||
right: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.svg-image {
|
|
||||||
width: 96%;
|
|
||||||
height: auto;
|
|
||||||
|
|
||||||
padding-left: 42px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<section id="lapMashupApp">
|
<section id="lapMashupApp">
|
||||||
<header class="row">
|
<header>
|
||||||
<div id="title">
|
<div id="title">
|
||||||
European Real-Time Integrated Co-Simulation Demo
|
European Real-Time Integrated Co-Simulation Demo
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
<section class="row" id="main">
|
<section id="main">
|
||||||
<table class="grid">
|
<table class="grid">
|
||||||
<tr style="height: 50%">
|
<tr style="height: 50%">
|
||||||
<td colspan="2" style="padding-top: 20px; padding-right: 5px;">
|
<td colspan="2" style="padding-top: 20px; padding-right: 5px;">
|
||||||
<div class="layout-page" id="simulation-page">
|
<div class="layout-page" id="simulation-page">
|
||||||
<img src={{"assets/images/TS_DS_grid_withSimulators_web.svg"}} class="svg-image" />
|
<img src={{"assets/images/ts_ds_grid_withsimulators_web.png"}} width="100%" />
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" style="padding-top: 20px;">
|
<td width="33%" style="padding-top: 20px;">
|
||||||
|
|
|
@ -5,9 +5,9 @@ module.exports = function(environment) {
|
||||||
* This variable must be set to the address the server should be available on.
|
* This variable must be set to the address the server should be available on.
|
||||||
*/
|
*/
|
||||||
var hostAddress = 'localhost';
|
var hostAddress = 'localhost';
|
||||||
/*********************************
|
/*
|
||||||
*
|
*
|
||||||
*/
|
*********************************/
|
||||||
|
|
||||||
var ENV = {
|
var ENV = {
|
||||||
modulePrefix: 'lab-mashup',
|
modulePrefix: 'lab-mashup',
|
||||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 7.7 MiB |
Binary file not shown.
Before Width: | Height: | Size: 979 KiB After Width: | Height: | Size: 390 KiB |
Loading…
Add table
Reference in a new issue