From bdc40b38c38e78e26d6f4a8a3a7a4be650eb7d2b Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 25 Oct 2015 16:14:57 +0100 Subject: [PATCH] 'info' modal window completed --- web/brisk.css | 11 +++++++++++ web/index.php | 49 +++++++++++++++++++++++++++++++++++++--------- web/room.css | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 105 insertions(+), 9 deletions(-) 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() {



-