From: Matteo Nastasi (mop) Date: Sun, 25 Oct 2015 15:14:57 +0000 (+0100) Subject: 'info' modal window completed X-Git-Tag: v5.0.0~2 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=bdc40b38c38e78e26d6f4a8a3a7a4be650eb7d2b 'info' modal window completed --- diff --git a/web/brisk.css b/web/brisk.css index dfbfc19..430c83b 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -296,4 +296,15 @@ span.au3 span { div.bye_msg { font-weigth: bold; +} + +div.apprentice { + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + border-radius: 8px; + + display: none; + background-color: #ffd780; + border: 1px solid #ffae00; + padding: 8px; } \ No newline at end of file diff --git a/web/index.php b/web/index.php index 26f12f3..baad9b5 100644 --- a/web/index.php +++ b/web/index.php @@ -1121,7 +1121,7 @@ window.onload = function() {



-