# HG changeset patch # User Jaroslav Tulach # Date 1409060321 -7200 # Node ID 6227a7cc4bf85826c05467d5d7f39bac720b229a # Parent b3c1d99205d67d04fd854abbb333de9c4be2bec2 The "Show mines" button is sort of useless - hide it on phones. Textual description of buttons is however important. Make it visible, just use smaller font. diff -r b3c1d99205d6 -r 6227a7cc4bf8 minesweeper/src/main/webapp/pages/index.html --- a/minesweeper/src/main/webapp/pages/index.html Tue Aug 26 15:22:31 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/index.html Tue Aug 26 15:38:41 2014 +0200 @@ -58,15 +58,15 @@ - diff -r b3c1d99205d6 -r 6227a7cc4bf8 minesweeper/src/main/webapp/pages/mines-phone-small.css --- a/minesweeper/src/main/webapp/pages/mines-phone-small.css Tue Aug 26 15:22:31 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/mines-phone-small.css Tue Aug 26 15:38:41 2014 +0200 @@ -51,3 +51,6 @@ .col-md-1 { width: 100%; } +.info-text { + font-size: xx-small; +} diff -r b3c1d99205d6 -r 6227a7cc4bf8 minesweeper/src/main/webapp/pages/mines-phone-smaller.css --- a/minesweeper/src/main/webapp/pages/mines-phone-smaller.css Tue Aug 26 15:22:31 2014 +0200 +++ b/minesweeper/src/main/webapp/pages/mines-phone-smaller.css Tue Aug 26 15:38:41 2014 +0200 @@ -52,3 +52,6 @@ .col-md-1 { width: 100%; } +.info-text { + font-size: xx-small; +}