diff options
author | Arun Persaud <arun@nubati.net> | 2008-03-11 22:21:09 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-03-11 22:21:09 -0700 |
commit | 3eb71d1ca10d4dc4b06ef84eaa410862ce8d7df9 (patch) | |
tree | 38c8b54eedd2f71864c20faa2d4403511f8eba4d /css | |
parent | cdee8a3e86f57ac0ace7fad8612b0b809b9d08a4 (diff) | |
download | e-DoKo-3eb71d1ca10d4dc4b06ef84eaa410862ce8d7df9.tar.gz e-DoKo-3eb71d1ca10d4dc4b06ef84eaa410862ce8d7df9.tar.bz2 e-DoKo-3eb71d1ca10d4dc4b06ef84eaa410862ce8d7df9.zip |
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 <arun@nubati.net>
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 19 |
1 files changed, 19 insertions, 0 deletions
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 { |