From 9bf823366d5e8d0d9323b0dfddee2e2dc85c3b82 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 25 Jul 2018 14:03:48 +0200 Subject: add new GUI --- connector/src/main/webapp/css/css_country.css | 67 +++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 connector/src/main/webapp/css/css_country.css (limited to 'connector/src/main/webapp/css/css_country.css') diff --git a/connector/src/main/webapp/css/css_country.css b/connector/src/main/webapp/css/css_country.css new file mode 100644 index 00000000..97a350c0 --- /dev/null +++ b/connector/src/main/webapp/css/css_country.css @@ -0,0 +1,67 @@ +@charset "utf-8"; + body { + background-image: url(img/globus_eu.png); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: top; + background-color: #F9F9F9; + } + #page { + padding-top: 2%; + padding-right: 5%; + padding-left: 10%; + } + + #country { + float:left; + } + + .block { + float:left; + display: flex; + cursor: pointer; + text-decoration: none; + padding-right:2%; + width: 250px; + } + + .countryimage { + display:flex; + width:50px; + height:50px; + padding-right: 2%; + padding-bottom: 4%; + } + + input[type=button], input[type=submit], input[type=reset] { + + background-color:transparent; + border:none; + color: black; + padding: 10px 20px; + text-decoration: none; + margin: 3px 2px; + cursor: pointer; + height: 3%; + display: inline-block; + vertical-align: middle; + width: 50%; + } + #testEnvironment { + border: none; + color: black; + padding: 10px 20px; + text-decoration: none; + margin: 4px 2px; + height: 3%; + display: inline-block; + vertical-align: middle; + width: 40%; + } + #button{ + display:flex; + height: 3%; + background-color: transparent; + border:none; + } + \ No newline at end of file -- cgit v1.2.3