aboutsummaryrefslogtreecommitdiff
path: root/ms_specific_proxyservice/src/test/resources/config/webcontent/css/css_error.css
diff options
context:
space:
mode:
authorThomas <>2022-06-03 15:24:01 +0200
committerThomas <>2022-06-03 15:24:01 +0200
commit7f0a925a72dc9841280e66fcba1515af62b9efdf (patch)
tree87c47d50ef3e092d18d6de4ae15cf0cf60900a2a /ms_specific_proxyservice/src/test/resources/config/webcontent/css/css_error.css
parent38d7758281b9cb8ba0f1a7e8a8d10098bcf2dcb8 (diff)
downloadNational_eIDAS_Gateway-7f0a925a72dc9841280e66fcba1515af62b9efdf.tar.gz
National_eIDAS_Gateway-7f0a925a72dc9841280e66fcba1515af62b9efdf.tar.bz2
National_eIDAS_Gateway-7f0a925a72dc9841280e66fcba1515af62b9efdf.zip
test(core): add smoke test with full eIDAS OutGoing login and error-handling
Diffstat (limited to 'ms_specific_proxyservice/src/test/resources/config/webcontent/css/css_error.css')
-rw-r--r--ms_specific_proxyservice/src/test/resources/config/webcontent/css/css_error.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/ms_specific_proxyservice/src/test/resources/config/webcontent/css/css_error.css b/ms_specific_proxyservice/src/test/resources/config/webcontent/css/css_error.css
new file mode 100644
index 00000000..d772df43
--- /dev/null
+++ b/ms_specific_proxyservice/src/test/resources/config/webcontent/css/css_error.css
@@ -0,0 +1,26 @@
+@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%;
+ }
+
+
+