Fix close buttons
This commit is contained in:
@@ -279,16 +279,18 @@ var DetailsWindow = {
|
|||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
label: "Downloads",
|
label: "Downloads",
|
||||||
backgroundColor: "rgba(100, 255, 100, .1)",
|
backgroundColor: "rgba(64, 255, 64, .05)",
|
||||||
borderColor: "rgba(100, 255, 100, .8)",
|
borderColor: "rgba(128, 255, 128, 1)",
|
||||||
borderWidth: 1,
|
borderWidth: 1.5,
|
||||||
|
lineTension: 0.1,
|
||||||
fill: true,
|
fill: true,
|
||||||
yAxisID: "y_bandwidth",
|
yAxisID: "y_bandwidth",
|
||||||
}, {
|
}, {
|
||||||
label: "Views",
|
label: "Views",
|
||||||
backgroundColor: "rgba(128, 128, 255, .1)",
|
backgroundColor: "rgba(64, 64, 255, .1)",
|
||||||
borderColor: "rgba(128, 128, 255, .8)",
|
borderColor: "rgba(128, 128, 255, 1)",
|
||||||
borderWidth: 1,
|
borderWidth: 1.5,
|
||||||
|
lineTension: 0.1,
|
||||||
fill: true,
|
fill: true,
|
||||||
yAxisID: "y_views",
|
yAxisID: "y_views",
|
||||||
}
|
}
|
||||||
|
@@ -47,16 +47,18 @@
|
|||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
label: "Bandwidth",
|
label: "Bandwidth",
|
||||||
backgroundColor: "rgba(100, 255, 100, .1)",
|
backgroundColor: "rgba(64, 255, 64, .05)",
|
||||||
borderColor: "rgba(100, 255, 100, .8)",
|
borderColor: "rgba(128, 255, 128, 1)",
|
||||||
borderWidth: 1,
|
borderWidth: 1.5,
|
||||||
|
lineTension: 0.1,
|
||||||
fill: true,
|
fill: true,
|
||||||
yAxisID: "y_bandwidth"
|
yAxisID: "y_bandwidth"
|
||||||
}, {
|
}, {
|
||||||
label: "Views",
|
label: "Views",
|
||||||
backgroundColor: "rgba(128, 128, 255, .2)",
|
backgroundColor: "rgba(64, 64, 255, .1)",
|
||||||
borderColor: "rgba(128, 128, 255, .8)",
|
borderColor: "rgba(128, 128, 255, 1)",
|
||||||
borderWidth: 1,
|
borderWidth: 1.5,
|
||||||
|
lineTension: 0.1,
|
||||||
fill: true,
|
fill: true,
|
||||||
yAxisID: "y_views"
|
yAxisID: "y_views"
|
||||||
}
|
}
|
||||||
|
@@ -32,7 +32,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<span id="file_viewer_headerbar_title" class="file_viewer_headerbar_title">{{.Title}}</span>
|
<span id="file_viewer_headerbar_title" class="file_viewer_headerbar_title">{{.Title}}</span>
|
||||||
<div id="list_navigator_buttons" class="button_group"></div>
|
<div id="list_navigator_buttons" class="button_group"></div>
|
||||||
<button id="button_close_file_viewer" class="button_close_file_viewer button_red" onClick="window.close();">❌︎</button>
|
<button id="button_close_file_viewer" class="button_close_file_viewer button_red" onClick="window.close();">🞫</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="list_navigator" class="list_navigator"></div>
|
<div id="list_navigator" class="list_navigator"></div>
|
||||||
<div id="file_viewer_window" class="file_viewer_window">
|
<div id="file_viewer_window" class="file_viewer_window">
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
<div id="details_popup" class="popup details_popup">
|
<div id="details_popup" class="popup details_popup">
|
||||||
<div id="details_popup_title" class="highlight_headerbar">
|
<div id="details_popup_title" class="highlight_headerbar">
|
||||||
File Info
|
File Info
|
||||||
<button style="position: absolute; top: 3px; right: 3px;" class="button_red" onclick="DetailsWindow.toggle();">❌︎</button>
|
<button style="position: absolute; top: 3px; right: 3px;" class="button_red" onclick="DetailsWindow.toggle();">🞫</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="content_area">
|
<div class="content_area">
|
||||||
<span id="info_file_details"></span>
|
<span id="info_file_details"></span>
|
||||||
|
Reference in New Issue
Block a user