You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
1.3 KiB
93 lines
1.3 KiB
body {
|
|
background: #fff;
|
|
color: #000;
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
min-width: 200px;
|
|
}
|
|
|
|
img {
|
|
display: inline-block;
|
|
height: 16px;
|
|
margin-right: 8px;
|
|
vertical-align: top;
|
|
width: 16px;
|
|
}
|
|
|
|
.detected-app {
|
|
padding: 7px 0;
|
|
}
|
|
|
|
.detected-app:first-child {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.detected-app:last-child {
|
|
border: none;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.detected-app a {
|
|
color: #000;
|
|
display: block;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.detected-app a:hover .label {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.detected-app a:hover .category {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.category {
|
|
color: #999;
|
|
display: block;
|
|
margin: 5px 0 0 24px;
|
|
}
|
|
|
|
.empty {
|
|
color: #999;
|
|
font-style: italic;
|
|
text-align: center;
|
|
}
|
|
|
|
#buttons {
|
|
margin-top: 12px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#buttons button {
|
|
height: 32px;
|
|
}
|
|
|
|
#analyze-headers {
|
|
float: left;
|
|
width: 158px;
|
|
}
|
|
|
|
#analyze-headers.pending {
|
|
background-image: url('../images/pending2.gif');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
text-indent: -999px;
|
|
}
|
|
|
|
#options {
|
|
background-image: url('../images/options.png');
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
float: right;
|
|
height: 32px;
|
|
-webkit-padding-end: 0;
|
|
-webkit-padding-start: 0;
|
|
min-width: 32px;
|
|
width: 32px;
|
|
}
|