Skip to content
Snippets Groups Projects
Commit 99ffd24f authored by Muthukrishnanmatriot's avatar Muthukrishnanmatriot
Browse files

TMSS-997 - css update for growl position

parent f84b69de
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!573Resolve TMSS-997
...@@ -200,6 +200,7 @@ ...@@ -200,6 +200,7 @@
.p-growl { .p-growl {
z-index: 3000 !important; z-index: 3000 !important;
width: 40em; width: 40em;
margin-top: 2em;
} }
.viewtable .p-hidden-accessible { .viewtable .p-hidden-accessible {
position: relative; position: relative;
...@@ -284,6 +285,9 @@ In Excel View the for Accordion background color override ...@@ -284,6 +285,9 @@ In Excel View the for Accordion background color override
background-color: black; background-color: black;
margin-left: -3px; margin-left: -3px;
} }
/**
css used in Growl for service side error handling
**/
.show_error { .show_error {
margin-left: 67em; margin-left: 67em;
height: auto !important; height: auto !important;
...@@ -300,4 +304,7 @@ In Excel View the for Accordion background color override ...@@ -300,4 +304,7 @@ In Excel View the for Accordion background color override
.show_error_hide { .show_error_hide {
margin-top: 1em; margin-top: 1em;
margin-bottom: 1em; margin-bottom: 1em;
} }
\ No newline at end of file /**
End - Css used in Growl for service side error handling
**/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment