mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-11 17:38:49 +00:00
fixed css
This commit is contained in:
parent
8b75bc78bd
commit
86502b6d52
@ -1,96 +1,96 @@
|
|||||||
.icon-32-unzip {
|
.icon-32-unzip {
|
||||||
background-image: url(../icons/unzip.png);
|
background-image: url(../icons/unzip.png);
|
||||||
}
|
}
|
||||||
.icon-32-police-check {
|
.icon-32-police-check {
|
||||||
background-image: url(../icons/inspect.png);
|
background-image: url(../icons/inspect.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
#adminForm {
|
#adminForm {
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
}
|
}
|
||||||
#police-check-result {
|
#police-check-result {
|
||||||
background: #F6F6F6;
|
background: #F6F6F6;
|
||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
#police-check-result div:nth-child(odd){
|
#police-check-result div:nth-child(odd){
|
||||||
border-bottom: 1px solid #CCCCCC;
|
border-bottom: 1px solid #CCCCCC;
|
||||||
}
|
}
|
||||||
|
|
||||||
#police-check-result div:nth-child(even){
|
#police-check-result div:nth-child(even){
|
||||||
background: #EBF1F2;
|
background: #EBF1F2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#police-check-result div {
|
#police-check-result div {
|
||||||
padding: 5px 10px 5px;
|
padding: 5px 10px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help {
|
.help {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid #CCCCCC;
|
border: 1px solid #CCCCCC;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.copyright {
|
.copyright {
|
||||||
line-height: 160%;
|
line-height: 160%;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rule {
|
.rule {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success {
|
.success {
|
||||||
color: green;
|
color: green;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jedchecker-info-message,
|
.jedchecker-info-message,
|
||||||
.jedchecker-warning-message,
|
.jedchecker-warning-message,
|
||||||
.jedchecker-rule-compat,
|
.jedchecker-rule-compat,
|
||||||
.jedchecker-rule-errors {
|
.jedchecker-rule-errors {
|
||||||
background: #ebf1f6;
|
background: #ebf1f6;
|
||||||
background: linear-gradient(120deg, #EBF1F6 0%,#ABD3EE 50%,#89C3EB 51%,#D5EBFB 100%);
|
background: linear-gradient(120deg, #EBF1F6 0%,#ABD3EE 50%,#89C3EB 51%,#D5EBFB 100%);
|
||||||
border: 1px solid #BCE8F1;
|
border: 1px solid #BCE8F1;
|
||||||
color: #1A678D;
|
color: #1A678D;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
list-style:none;
|
list-style:none;
|
||||||
}
|
}
|
||||||
.jedchecker-rule-errors {
|
.jedchecker-rule-errors {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
background: linear-gradient(to right, #FFFFFF 0%,#FFFFFF 94%,#C72200 99%);
|
background: linear-gradient(to right, #FFFFFF 0%,#FFFFFF 94%,#C72200 99%);
|
||||||
color:#BC0000;
|
color:#BC0000;
|
||||||
}
|
}
|
||||||
.jedchecker-warning-message {
|
.jedchecker-warning-message {
|
||||||
background: #FFB76B;
|
background: #FFB76B;
|
||||||
background: linear-gradient(120deg, #FFC77B 0%, #FFC75D 44%, #FF8930 55%, #FFBC40 68%, #FF9F24 100%);
|
background: linear-gradient(120deg, #FFC77B 0%, #FFC75D 44%, #FF8930 55%, #FFBC40 68%, #FF9F24 100%);
|
||||||
color:black;
|
color:black;
|
||||||
}
|
}
|
||||||
.jedchecker-rule-compat {
|
.jedchecker-rule-compat {
|
||||||
background: #FCECFC;
|
background: #FCECFC;
|
||||||
background: linear-gradient(120deg, #FCECFC 0%, #FFB6F1 50%, #FFA9F7 54%, #FFDCFF 100%);
|
background: linear-gradient(120deg, #FCECFC 0%, #FFB6F1 50%, #FFA9F7 54%, #FFDCFF 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
small {
|
small {
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
padding: 0 0 0 30px;
|
padding: 0 0 0 30px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
}
|
}
|
||||||
#police-check-result li {
|
#police-check-result li {
|
||||||
margin-bottom:0.7em;
|
margin-bottom:0.7em;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
#police-check-result ul li pre {
|
#police-check-result ul li pre {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
padding-left:2em;
|
padding-left:2em;
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user