Skip to content

Commit

Permalink
Improve full game message style
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 21, 2010
1 parent a6360c5 commit 7a8cec0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dmChessGame/templates/_gameIsFull.php
Expand Up @@ -4,7 +4,7 @@

_tag('h1.title', 'This game has 2 players').

_media('/dmChessPlugin/images/piece/sprite.png').
_media('/dmChessPlugin/images/piece/sprite.png')->alt('Web Chess game, no registration').

_tag('p', 'You cannot join this chess game, because it is already started!').

Expand Down
18 changes: 18 additions & 0 deletions web/css/table.css
Expand Up @@ -98,4 +98,22 @@ div.dm_chess_cemetery div.dm_chess_piece {

div.dm_chess_not_created .yescript {
display: none;
}

div.dm_chess_game_is_full {
-moz-border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #F8F8F8;
border:1px solid #D4D4D4;
font:12px 'Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,Sans-Serif;
width:472px;
padding:20px;
text-align: center;
}

div.dm_chess_game_is_full p {
margin: 1em;
}

div.dm_chess_game_is_full a {
font-size: 150%;
}

0 comments on commit 7a8cec0

Please sign in to comment.