alarm triggering / silencing works

This commit is contained in:
Senad Uka
2016-10-23 15:57:04 +02:00
parent 6108d75074
commit d92e208221
6 changed files with 60 additions and 23 deletions

View File

@@ -23,3 +23,19 @@
cursor: pointer;
}
}
@media all and (orientation: portrait) {
#alarm_image {
width: 90%;
cursor: pointer;
}
}
@media all and (orientation: landscape) {
#alarm_image {
width: 40%;
cursor: pointer;
}
}