From 506bdc7bf8637d14b096040ba11932ac53effde2 Mon Sep 17 00:00:00 2001 From: Fossil Date: Tue, 16 Jun 2015 11:46:19 +0200 Subject: [PATCH] Added info notice class --- www/templates/nntmux/styles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/templates/nntmux/styles/style.css b/www/templates/nntmux/styles/style.css index 24d83f3ef..b3a19e3d2 100644 --- a/www/templates/nntmux/styles/style.css +++ b/www/templates/nntmux/styles/style.css @@ -227,6 +227,7 @@ a.descmore { display: inline; margin: 0px; margin-left:5px;} div.error { padding:20px; padding-left:50px; border:1px solid #BBB; background: #FED0D0 url(../images/icons/warning.png) no-repeat top; background-position: 5px 50%; font-size:1.2em; font-weight:bold; margin-bottom:10px;} +div.info { padding:20px; padding-left:50px; border:1px solid #BBB; background: #5bc0de url(../images/icons/information.png) no-repeat top; background-position: 5px 50%; font-size:1.2em; font-weight:bold; margin-bottom:10px;} div.comments { padding-top:20px; } .invitesuccess {display:none; font-weight:bold; padding-left:10px; color:green;}