Fix red error message when goes over one line
This commit is contained in:
parent
835d439e42
commit
f8d9ec34e3
@ -80,6 +80,7 @@ a:active { color: #606060; text-decoration: none; }
|
|||||||
|
|
||||||
.sme-error {
|
.sme-error {
|
||||||
color: red;
|
color: red;
|
||||||
|
display:block;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -93,6 +94,7 @@ a:active { color: #606060; text-decoration: none; }
|
|||||||
|
|
||||||
.sme-warning {
|
.sme-warning {
|
||||||
color: orange;
|
color: orange;
|
||||||
|
display:block;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -276,4 +278,4 @@ a.menu-title {
|
|||||||
|
|
||||||
/*end*/
|
/*end*/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
@ -118,7 +118,8 @@ true
|
|||||||
* Thu Jan 23 2025 Brian Read <brianr@koozali.org> 11.0.0-43.sme
|
* Thu Jan 23 2025 Brian Read <brianr@koozali.org> 11.0.0-43.sme
|
||||||
- fix access to config file though config plugin for mojo 9.39 [SME: 12885]
|
- fix access to config file though config plugin for mojo 9.39 [SME: 12885]
|
||||||
- Fix password setting for useraccounts and also adjust DB opens
|
- Fix password setting for useraccounts and also adjust DB opens
|
||||||
- Add mojo version to footer for logged in.
|
- Add mojo version to footer for logged in [SME: 12886]
|
||||||
|
- Fix up css for red error message when multiline [SME: 12802]
|
||||||
|
|
||||||
* Fri Jan 17 2025 Brian Read <brianr@koozali.org> 11.0.0-42.sme
|
* Fri Jan 17 2025 Brian Read <brianr@koozali.org> 11.0.0-42.sme
|
||||||
- Implement password visibility icon - [SME: 12803]
|
- Implement password visibility icon - [SME: 12803]
|
||||||
|
Loading…
Reference in New Issue
Block a user