From 3eb71d1ca10d4dc4b06ef84eaa410862ce8d7df9 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 11 Mar 2008 22:21:09 -0700 Subject: NEW FEATURE: Ability to add personal notes for each game In case a player is involed in too many games it can get quite confusing with whom your playing, etc. so now the player can add notes on the side that only show up on his/her screen. Signed-off-by: Arun Persaud --- css/standard.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'css') diff --git a/css/standard.css b/css/standard.css index 0a0fc10..1766d6a 100644 --- a/css/standard.css +++ b/css/standard.css @@ -361,6 +361,25 @@ ul.tricks li div div span.comment span{ background-color: #eee; } +.notes { + position:absolute; + top:27em; + left:0; + margin:1em; + margin-top:0em; + margin-left:0em; + + width: 12em; + + border-top: 2px solid gray; + border-right: 2px solid gray; + border-bottom: 2px solid gray; + + padding:0.3em; + + background-color: #efefef; +} + .user { margin-left:25%;margin-right:25%; } .over { -- cgit v1.2.3-18-g5258