mirror of
https://github.com/unraid/webgui.git
synced 2026-05-04 00:39:32 -05:00
refactor: docker.plugin.manager css format
This commit is contained in:
@@ -1,5 +1,30 @@
|
||||
.ca_element_notice{padding-right:20px;width:100%;height:40px;line-height:40px;color:#e68a00;background:#feefb3;border-bottom:#e68a00 1px solid;text-align:center;font-size:1.4rem;z-index:900}
|
||||
a.ca_PluginUpdateInstall{cursor:pointer}
|
||||
span.ca_PluginUpdateDismiss{float:right;margin-right:20px;cursor:pointer}
|
||||
span.bannerInfo {cursor:pointer;text-decoration:none;margin:0 12px 0 6px}
|
||||
span.bannerInfo::before {content:"\f05a";font-family:fontAwesome;color:#e68a00}
|
||||
.ca_element_notice {
|
||||
padding-right: 20px;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #e68a00;
|
||||
background: #feefb3;
|
||||
border-bottom: #e68a00 1px solid;
|
||||
text-align: center;
|
||||
font-size: 1.4rem;
|
||||
z-index: 900;
|
||||
}
|
||||
a.ca_PluginUpdateInstall {
|
||||
cursor: pointer;
|
||||
}
|
||||
span.ca_PluginUpdateDismiss {
|
||||
float: right;
|
||||
margin-right: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
span.bannerInfo {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
margin: 0 12px 0 6px;
|
||||
}
|
||||
span.bannerInfo::before {
|
||||
content: "\f05a";
|
||||
font-family: fontAwesome;
|
||||
color: #e68a00;
|
||||
}
|
||||
|
||||
@@ -1,2 +1,8 @@
|
||||
#plugin_tree{width:33%;height:200px;overflow-y:scroll}
|
||||
table tbody td{line-height:normal}
|
||||
#plugin_tree {
|
||||
width: 33%;
|
||||
height: 200px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
table tbody td {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
span.vhshift{margin-top:13px!important}
|
||||
span.vhshift {
|
||||
margin-top: 13px !important;
|
||||
}
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
span.vhshift{margin-top:13px!important}
|
||||
span.vhshift {
|
||||
margin-top: 13px !important;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,45 @@
|
||||
ul,li{margin:0;padding-top:0;padding-bottom:0}
|
||||
pre.pre{margin:30px 0}
|
||||
pre>p{margin:0;padding:0}
|
||||
pre#swaltext{height:600px!important}
|
||||
@media (max-width:960px){pre#swaltext{height:400px!important}}
|
||||
@media (max-width:960px){.sweet-alert.nchan{height:600px;width:900px;margin-left:-470px}}
|
||||
@media (max-height:768px){pre#swaltext{height:400px!important}}
|
||||
@media (max-height:768px){.sweet-alert.nchan{height:600px;width:900px;margin-left:-470px}}
|
||||
input[value="_(Install)_"],input[value="_(Update)_"],input[value="_(Restore)_"]{margin:0}
|
||||
ul,
|
||||
li {
|
||||
margin: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
pre.pre {
|
||||
margin: 30px 0;
|
||||
}
|
||||
pre > p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
pre#swaltext {
|
||||
height: 600px !important;
|
||||
}
|
||||
@media (max-width: 960px) {
|
||||
pre#swaltext {
|
||||
height: 400px !important;
|
||||
}
|
||||
}
|
||||
@media (max-width: 960px) {
|
||||
.sweet-alert.nchan {
|
||||
height: 600px;
|
||||
width: 900px;
|
||||
margin-left: -470px;
|
||||
}
|
||||
}
|
||||
@media (max-height: 768px) {
|
||||
pre#swaltext {
|
||||
height: 400px !important;
|
||||
}
|
||||
}
|
||||
@media (max-height: 768px) {
|
||||
.sweet-alert.nchan {
|
||||
height: 600px;
|
||||
width: 900px;
|
||||
margin-left: -470px;
|
||||
}
|
||||
}
|
||||
input[value="_(Install)_"],
|
||||
input[value="_(Update)_"],
|
||||
input[value="_(Restore)_"] {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user