mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 15:20:29 -05:00
Utilize a general class
This commit is contained in:
@@ -7,7 +7,7 @@ Nchan="docker_load"
|
||||
Tabs="false"
|
||||
---
|
||||
<?PHP
|
||||
/* Copyright 2005-2023, Lime Technology
|
||||
/* Copyright 2005-2025, Lime Technology
|
||||
* Copyright 2012-2023, Bergware International.
|
||||
* Copyright 2014-2021, Guilherme Jardim, Eric Schultz, Jon Panozzo.
|
||||
*
|
||||
@@ -29,7 +29,7 @@ $cpus = cpu_list();
|
||||
?>
|
||||
<link type="text/css" rel="stylesheet" href="<?autov('/webGui/styles/jquery.switchbutton.css')?>">
|
||||
|
||||
<div class="docker-view-mode"><span><input type="checkbox" class="advancedview"></span></div>
|
||||
<div class="ToggleViewMode"><span><input type="checkbox" class="advancedview"></span></div>
|
||||
<div class="TableContainer">
|
||||
<table id="docker_containers" class="tablesorter shift">
|
||||
<thead>
|
||||
|
||||
@@ -5,11 +5,6 @@
|
||||
display: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.docker-view-mode {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.log {
|
||||
cursor: zoom-in;
|
||||
}
|
||||
|
||||
@@ -633,6 +633,13 @@ div.title span img {
|
||||
vertical-align: middle;
|
||||
padding-bottom: 2px;
|
||||
}
|
||||
.ToggleViewMode {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
gap: .5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
#displaybox {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
|
||||
Reference in New Issue
Block a user