mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
* Close button color is much dimmer and changes color appropriately in the color view
* HIDE_CLOCK_CLOSEBUTTON setting to hide the button altogether (set to TRUE or ON to hide buttons altogether) * Fix CSS for toolbar positioning in the main view * Fix documentation on the clock URLs and add mention of the setting
This commit is contained in:
@@ -20,6 +20,18 @@ main {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#close {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
color: #333;
|
||||
border-radius: 5px;
|
||||
border: 2px solid #333;
|
||||
padding: 5px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.inner {
|
||||
width: 100%;
|
||||
-webkit-transform: translateY(-2%);
|
||||
|
||||
@@ -20,6 +20,18 @@ main {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#close {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
color: grey;
|
||||
border-radius: 5px;
|
||||
border: 2px solid grey;
|
||||
padding: 5px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.inner {
|
||||
width: 100%;
|
||||
-webkit-transform: translateY(-5%);
|
||||
|
||||
@@ -20,6 +20,18 @@ main {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#close {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
color: #333;
|
||||
border-radius: 5px;
|
||||
border: 2px solid #333;
|
||||
padding: 5px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.inner {
|
||||
width: 100%;
|
||||
-webkit-transform: translateY(-5%);
|
||||
@@ -51,4 +63,4 @@ main {
|
||||
|
||||
#clock {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="/"><div style="position: absolute; top: 10px; right: 10px; color: grey; border-radius: 5px; border: 2px solid grey; padding: 5px; width: 20px; height: 20px; ">X</div></a>
|
||||
<a href="/"><div id="close">X</div></a>
|
||||
<main>
|
||||
<div class="inner">
|
||||
<div id="trend">
|
||||
|
||||
+1
-1
@@ -116,7 +116,7 @@
|
||||
</div>
|
||||
<div class="container loading" id="container">
|
||||
<div id="toolbar">
|
||||
<div id="buttonbar" style="margin-right: 15px;" role="navigation" aria-label="Menu" >
|
||||
<div id="buttonbar" style="margin-right: 0px;" role="navigation" aria-label="Menu" >
|
||||
<a id="editbutton" class="tip" original-title="Edit Mode" aria-label="Edit Mode" href="#" style="display:none;"><i class="icon-edit"></i></a>
|
||||
<a id="testAlarms" class="tip" original-title="Alarm Test / Smartphone Enable" aria-label="Alarm Test / Smartphone Enable" href="#"><i class="icon-volume"></i></a>
|
||||
<a id="drawerToggle" class="tip" original-title="Settings" aria-label="Settings" href="#"><i class="icon-menu"></i></a>
|
||||
|
||||
Reference in New Issue
Block a user