Polishing, so the 320 mode fits on my HTC phone
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 26 Jul 2014 08:54:08 +0200
changeset 18091fff78d91db
parent 179 f5c619bef0cf
child 181 f7d8fd6d57cc
Polishing, so the 320 mode fits on my HTC phone
minesweeper/src/main/webapp/pages/index.html
minesweeper/src/main/webapp/pages/mines-phone-small.css
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Sat Jul 26 08:53:29 2014 +0200
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Sat Jul 26 08:54:08 2014 +0200
     1.3 @@ -43,10 +43,10 @@
     1.4                media="(min-width:410px) and (max-width:510px), (min-height:400px) and (max-height:520px)" 
     1.5                rel="stylesheet" />
     1.6          <link href="mines-phone-small.css" 
     1.7 -              media="(min-width:250px) and (max-width:410px), (min-height:250px) and (max-height:400px)" 
     1.8 +              media="(min-width:300px) and (max-width:410px), (min-height:300px) and (max-height:400px)" 
     1.9                rel="stylesheet" />
    1.10          <link href="mines-phone-smaller.css" 
    1.11 -              media="(max-width:250px), (max-height:250px)" 
    1.12 +              media="(max-width:300px), (max-height:300px)" 
    1.13                rel="stylesheet" />
    1.14      </head>
    1.15      <body>
     2.1 --- a/minesweeper/src/main/webapp/pages/mines-phone-small.css	Sat Jul 26 08:53:29 2014 +0200
     2.2 +++ b/minesweeper/src/main/webapp/pages/mines-phone-small.css	Sat Jul 26 08:54:08 2014 +0200
     2.3 @@ -22,9 +22,9 @@
     2.4   * THE SOFTWARE.
     2.5   */
     2.6  table.field td {
     2.7 -    padding: 4px;
     2.8 -    width: 18px;
     2.9 -    height: 18px;
    2.10 +    padding: 3px;
    2.11 +    width: 16px;
    2.12 +    height: 16px;
    2.13      font-size: 1.5em;
    2.14  }
    2.15  h1 {