aboutsummaryrefslogtreecommitdiff
path: root/connector/src/main/webapp/css/css_country.css
diff options
context:
space:
mode:
Diffstat (limited to 'connector/src/main/webapp/css/css_country.css')
-rw-r--r--connector/src/main/webapp/css/css_country.css67
1 files changed, 67 insertions, 0 deletions
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