Theme Tukan >> Missing unbound dns overview.css (#3324)

This commit is contained in:
René
2023-02-26 13:36:01 +01:00
committed by GitHub
parent 021b32fc3b
commit 3ba03e9dd8
4 changed files with 189 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= theme-tukan
PLUGIN_VERSION= 1.25
PLUGIN_VERSION= 1.26
PLUGIN_COMMENT= The tukan theme - blue/white
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes
@@ -6544,3 +6544,7 @@ label.btn.au-target {
#reports-tab {
border-bottom: 1px solid #a5a5a5;
}
.top-list .list-group-item {
background-color: #fff;
}
@@ -0,0 +1,180 @@
.tab-content {
padding: 10px;
border-top: 1px solid #E5E5E5;
}
.banner {
width: 25%;
}
.stats-element {
height: 5em;
background: #f7f7f7;
overflow: hidden;
display: flex;
justify-content: flex-start;
border-radius: .3em;
margin:auto;
border: 1px solid rgba(217, 79, 0, 0.2);
}
.stats-icon {
height: auto;
width: 50%;
object-fit:cover;
background: #d94f0033;
border-radius: 0 2em 2em 0 / 0 3em 3em 0;
box-shadow: 3px 5px 1px 3px rgba(217,79,0,0.25);
}
.large-icon {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 2em;
}
.stats-text {
height: 5em;
width: 15em;
display: flex;
justify-content: center;
text-align: center;
align-items: center;
flex-direction: column;
}
.stats-counter-text {
margin: 0;
padding: 0;
text-align: center;
font-size: 15px;
}
.stats-inner-text {
margin: 0;
padding: 0;
text-align: center;
font-size: 15px;
}
#bannersub {
text-align: center;
margin: 5px;
}
.list-group-wrapper {
margin: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
.list-item-domain {
height: 2.5em;
}
.list-group-item-border {
border: 1px solid #ddd;
}
.list-group-item-border:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 2px solid black;
}
.list-group-item-border:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.btn.pull-right {
margin-left: 3px;
}
.odd-bg {
background: #f7f7f7;
}
.top-item {
display: flex;
white-space: nowrap;
}
.group-p {
overflow: hidden;
height: 20px;
margin-right: 5px;
text-overflow: ellipsis;
}
.counter {
position: relative;
top: -3px;
color: #3c3c3b;
font-size: 14px;
line-height: 1.4;
flex: 1;
text-align: right;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#maintabs > li > a {
border: 1px solid #E5E5E5;
}
.query-success {
background-color: #295f2b;
color: #FFF;
}
.query-info {
background-color: rgba(255, 227, 0, 0.3);
}
.query-danger {
background-color: #A22626;
color: #FFF;
}
.query-warning {
background-color: rgba(255, 131, 0, 0.3);
}
#searchFilter {
display: inline-block;
margin: 0 20px 0 0;
vertical-align: middle;
}
.tag {
font-size: 14px;
padding: .3em .4em .4em;
margin: 0 .1em;
}
.tag a {
color: #bbb;
cursor: pointer;
opacity: 0.9;
}
.tag a {
margin: 0 0 0 .3em;
}
.tag a fa-times {
color: #fff;
margin-bottom: 2px;
}
.tooltip-inner {
max-width: 1000px !important;
}
@@ -6544,3 +6544,7 @@ label.btn.au-target {
#reports-tab {
border-bottom: 1px solid #a5a5a5;
}
.top-list .list-group-item {
background-color: #fff;
}