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.
 
 
 
 
 

112 lines
1.4 KiB

html, body {
background: #EEE;
}
#pitch {
text-align: center;
padding: 2em 0 2em 0;
}
#pitch-subtitle {
text-align: center;
}
#pitch-url {
text-align: center;
font-family: monospace;
padding-bottom: 2em;
}
.highlight pre {
background: #FFF;
border-top: 0;
}
#welcome-status, #get-started {
margin-top: 4em;
}
.glyphicon.up, .glyphicon.new, .glyphicon.down {
font-size: 22px;
}
.glyphicon.up {
color: #5cb85c;
}
.glyphicon.new {
color: #AAA;
}
.glyphicon.down {
color: #d9534f;
}
#login_dialog {
background: #FFF;
padding: 2em;
margin-top: 100px;
}
#login_dialog h1 {
margin: 0;
}
/* Checks */
table.table tr > th.th-name {
padding-left: 21px;
}
.setup-link {
opacity: 0;
}
#checks-table .indicator-cell {
text-align: center;
}
#checks-table td {
vertical-align: middle;
}
.checks-row:hover .setup-link {
opacity: 1;
}
.name-edit.inactive .input-name {
border: 1px solid rgba(0, 0, 0, 0);
background: none;
box-shadow: none;
}
.name-edit.inactive button {
opacity: 0;
}
.name-edit button {
opacity: 1;
}
.url-cell {
font-size: small;
}
td.inactive .popover {
visibility: hidden;
}
.popover.timeout-dialog.bottom {
display: block;
position: absolute;
top: auto;
left: auto;
margin-top: 32px;
margin-left: -77px;
}
.timeout:hover {
color: #337ab7;
text-decoration: underline;
cursor: pointer;
}