3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no ">
7
7
< meta name ="description " content ="Toastmasters Timer ">
8
8
< meta name ="keywords " content ="HTML,CSS,JavaScript,jQuery,Toastmasters,The Leader Ship,Lodz,Poland,Polska ">
9
9
< meta name ="author " content ="Federico Navarrete ">
@@ -275,7 +275,7 @@ <h4 class="hCustom" data-tag="clapping"></h4>
275
275
< h4 class ="hCustom " data-tag ="timeMinimum "> </ h4 >
276
276
</ div >
277
277
< div class ="mdl-textfield mdl-js-textfield ">
278
- < label class ="mdl-button mdl-js-button mdl-button--icon " for ="txtMin " style =' left: 202px; ' >
278
+ < label class ="mdl-button mdl-js-button mdl-button--icon btnClock " for ="txtMin ">
279
279
< span class ="mdi mdi-av-timer "> </ span >
280
280
</ label >
281
281
< input class ="mdl-textfield__input " type ="text " id ="txtMin " readonly value ="00:00:00 ">
@@ -287,7 +287,7 @@ <h4 class="hCustom" data-tag="timeMinimum"></h4>
287
287
< h4 class ="hCustom " data-tag ="timeHalfway "> </ h4 >
288
288
</ div >
289
289
< div class ="mdl-textfield mdl-js-textfield ">
290
- < label class ="mdl-button mdl-js-button mdl-button--icon " for ="txtAvg " style =' left: 202px; ' >
290
+ < label class ="mdl-button mdl-js-button mdl-button--icon btnClock " for ="txtAvg ">
291
291
< span class ="mdi mdi-av-timer "> </ span >
292
292
</ label >
293
293
< input class ="mdl-textfield__input " type ="text " id ="txtAvg " readonly value ="00:00:00 ">
@@ -299,7 +299,7 @@ <h4 class="hCustom" data-tag="timeHalfway"></h4>
299
299
< h4 class ="hCustom " data-tag ="timeMaximum "> </ h4 >
300
300
</ div >
301
301
< div class ="mdl-textfield mdl-js-textfield ">
302
- < label class ="mdl-button mdl-js-button mdl-button--icon " for ="txtMax " style =' left: 202px; ' >
302
+ < label class ="mdl-button mdl-js-button mdl-button--icon btnClock " for ="txtMax ">
303
303
< span class ="mdi mdi-av-timer "> </ span >
304
304
</ label >
305
305
< input class ="mdl-textfield__input " type ="text " id ="txtMax " readonly value ="00:00:00 ">
0 commit comments