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.css62
1 files changed, 0 insertions, 62 deletions
diff --git a/connector/src/main/webapp/css/css_country.css b/connector/src/main/webapp/css/css_country.css
deleted file mode 100644
index 297f0366..00000000
--- a/connector/src/main/webapp/css/css_country.css
+++ /dev/null
@@ -1,62 +0,0 @@
-@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