Skip to content

Commit

Permalink
narcissus: checkpoint, modal dialogs are working
Browse files Browse the repository at this point in the history
  • Loading branch information
koenkooi committed Feb 3, 2010
1 parent 03b9087 commit 63c98e6
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 184 deletions.
6 changes: 2 additions & 4 deletions css/dominion.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ div.menubar img.logo {

#boxes .window {
position:absolute;
width:440px;
height:200px;
// width:440px;
// height:200px;
display:none;
z-index:9001;
padding:20px;
Expand All @@ -356,8 +356,6 @@ div.menubar img.logo {

/* Customize your modal window here, you can add background image too */
#boxes #dialog {
width:375px;
height:203px;
background-color:#fff;
}

Expand Down
Loading

0 comments on commit 63c98e6

Please sign in to comment.