installed plugin W3 Total Cache version 2.3.2
This commit is contained in:
@ -0,0 +1,77 @@
|
||||
#new-relic-widget ul li {
|
||||
margin-bottom: 3px;
|
||||
padding: 0;
|
||||
}
|
||||
#new-relic-widget ul li span {
|
||||
display: block;
|
||||
font-weight: bold;
|
||||
width: 110px;
|
||||
float:left;
|
||||
}
|
||||
#new-relic-top-list {
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
#new-relic-top-list h4 {
|
||||
padding-left: 10px;
|
||||
}
|
||||
#new-relic-widget #new-relic-summary{
|
||||
display: block;
|
||||
float:left;
|
||||
}
|
||||
#new-relic-widget h4 {
|
||||
font-size:13px;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
#new-relic-widget h5 {
|
||||
font-size:12px;
|
||||
font-weight: bold;
|
||||
margin-top: 10px;
|
||||
margin-left: 0;
|
||||
margin-bottom: 0;
|
||||
border-top: 1px solid #d2d2d2;
|
||||
border-bottom: 1px solid #d2d2d2;
|
||||
cursor: pointer;
|
||||
padding: 5px 10px;
|
||||
|
||||
}
|
||||
|
||||
#new-relic-widget h5 .handlediv {
|
||||
display: block;
|
||||
background: url(pub/img/open.png) 0 2px no-repeat;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#new-relic-widget h5 .handlediv.close {
|
||||
display: block;
|
||||
background: url(pub/img/close.png) 0 6px no-repeat;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#new-relic-extra-metrics {
|
||||
float:left;
|
||||
}
|
||||
#new-relic-top-list {
|
||||
clear:both;
|
||||
}
|
||||
#new-relic-top-list h4 {
|
||||
padding-top: 20px;
|
||||
color: #8F8F8F;
|
||||
}
|
||||
|
||||
.w3tcnr_slowest th{
|
||||
text-align: left;
|
||||
}
|
||||
.w3tcnr_slowest td {
|
||||
font-family: Arial, Verdana, sans-serif;
|
||||
border:none;
|
||||
padding: 0 0 0 10px;
|
||||
}
|
||||
|
||||
.w3tcnr_topfive_message {
|
||||
padding: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user