diff options
author | Thomas <> | 2022-06-03 16:04:40 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-03 16:04:40 +0200 |
commit | 0f0dcfc7a01c4b3a8b15b12b5257f08797fd0926 (patch) | |
tree | 7ec4e2d622a1fe848fcc3f941936bfe62b3c844a /connector/src/main/webapp/css | |
parent | 9d1d6626032aa59eb169e310ed239b94c0bc5447 (diff) | |
download | National_eIDAS_Gateway-0f0dcfc7a01c4b3a8b15b12b5257f08797fd0926.tar.gz National_eIDAS_Gateway-0f0dcfc7a01c4b3a8b15b12b5257f08797fd0926.tar.bz2 National_eIDAS_Gateway-0f0dcfc7a01c4b3a8b15b12b5257f08797fd0926.zip |
refactor(connector): move MS-Connector from new directory 'connector' to 'ms_specific_connector'
Diffstat (limited to 'connector/src/main/webapp/css')
-rw-r--r-- | connector/src/main/webapp/css/css_country.css | 62 | ||||
-rw-r--r-- | connector/src/main/webapp/css/css_error.css | 26 |
2 files changed, 0 insertions, 88 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 diff --git a/connector/src/main/webapp/css/css_error.css b/connector/src/main/webapp/css/css_error.css deleted file mode 100644 index d772df43..00000000 --- a/connector/src/main/webapp/css/css_error.css +++ /dev/null @@ -1,26 +0,0 @@ -@charset "utf-8"; - body { - padding-left: 5%; - background-color: #F9F9F9; - } - #page { - padding-top: 2%; - padding-right: 10%; - padding-left: 5%; - } - - .OA_header { - font-size: 2.1em; - padding-top:1%; - margin-bottom: 1%; - margin-top: 1%; - - } - - #alert_area { - float:left; - width: 100%; - } - - - |