The text in the field should not influence the shape of the table
authorJaroslav Tulach <jtulach@netbeans.org>
Tue, 11 Mar 2014 20:15:18 +0100
changeset 104ede62082c40b
parent 88 10e6f6e09811
child 106 09a0a7d7a960
child 141 190061aedaef
The text in the field should not influence the shape of the table
minesweeper/src/main/webapp/pages/mines.css
     1.1 --- a/minesweeper/src/main/webapp/pages/mines.css	Sat Feb 22 16:35:11 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/mines.css	Tue Mar 11 20:15:18 2014 +0100
     1.3 @@ -45,6 +45,12 @@
     1.4      font-size:4em;
     1.5  }
     1.6  
     1.7 +table.field td div {
     1.8 +    position: relative;
     1.9 +    left: 0;
    1.10 +    top: 0;
    1.11 +}
    1.12 +
    1.13  table.field td.UNKNOWN {
    1.14      background-color: #D6E4E1;
    1.15      cursor: pointer;