diff --git a/templates/bubblegum/startpage.pstpl b/templates/bubblegum/startpage.pstpl index ac502e1e31c..d4f3c60d1ba 100644 --- a/templates/bubblegum/startpage.pstpl +++ b/templates/bubblegum/startpage.pstpl @@ -82,6 +82,12 @@ font-family: verdana; font-size: 10; } +.errormandatory + { + font-size:12px; + font-weight:bold; + color:RED; + } diff --git a/templates/default/startpage.pstpl b/templates/default/startpage.pstpl index 9e9e82096c4..d5a946d390a 100644 --- a/templates/default/startpage.pstpl +++ b/templates/default/startpage.pstpl @@ -22,6 +22,12 @@ body.default font-family: verdana; font-size: 11; } +.errormandatory + { + font-size:12px; + font-weight:bold; + color:RED; + } diff --git a/templates/edgyblue/startpage.pstpl b/templates/edgyblue/startpage.pstpl index 5b71b40bc04..0463131cc71 100644 --- a/templates/edgyblue/startpage.pstpl +++ b/templates/edgyblue/startpage.pstpl @@ -99,6 +99,12 @@ font-family: verdana; font-size: 10; } +.errormandatory + { + font-size:12px; + font-weight:bold; + color:RED; + }