aboutsummaryrefslogtreecommitdiff
path: root/ms_specific_connector/src/main/webapp/css/css_country.css
diff options
context:
space:
mode:
Diffstat (limited to 'ms_specific_connector/src/main/webapp/css/css_country.css')
-rw-r--r--ms_specific_connector/src/main/webapp/css/css_country.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/ms_specific_connector/src/main/webapp/css/css_country.css b/ms_specific_connector/src/main/webapp/css/css_country.css
new file mode 100644
index 00000000..297f0366
--- /dev/null
+++ b/ms_specific_connector/src/main/webapp/css/css_country.css
@@ -0,0 +1,62 @@
+@charset "utf-8";
+ body {
+ background-image: url(img/globus_eu.png);
+ background-repeat: no-repeat;
+ background-attachment: fixed;
+ background-position: top;
+ background-color: #F9F9F9;
+ font-family: Arial, Helvetica, sans-serif;
+ }
+ #page {
+ padding-top: 2%;
+ padding-left: 10%;
+ }
+
+ #country {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ align-items: center;
+ }
+
+ .block {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ cursor: pointer;
+ text-decoration: none;
+ padding-right:2%;
+ width: 250px;
+ }
+
+ .countryimage {
+ width:50px;
+ height:50px;
+ padding-right: 2%;
+ padding-bottom: 4%;
+ }
+
+ input[type=button], input[type=submit], input[type=reset] {
+ display:flex;
+ background-color:transparent;
+ border:none;
+ color: black;
+ text-decoration: none;
+ cursor: pointer;
+ }
+ #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{
+ background-color: transparent;
+ border:none;
+ }
+ \ No newline at end of file