2012-11-09 21:16:14 +01:00
|
|
|
.activity_head {
|
2017-11-13 16:34:06 +01:00
|
|
|
background-color: hsl(208, 100%, 97%);
|
2012-11-09 21:16:14 +01:00
|
|
|
}
|
2012-12-04 22:01:00 +01:00
|
|
|
|
|
|
|
.table td {
|
2017-03-14 16:36:22 +01:00
|
|
|
padding-top: 2px;
|
2012-12-04 22:01:00 +01:00
|
|
|
padding-bottom: 2px;
|
2012-12-05 16:30:27 +01:00
|
|
|
white-space: nowrap;
|
2012-12-04 22:01:00 +01:00
|
|
|
}
|
2012-12-04 23:54:14 +01:00
|
|
|
|
2020-03-22 22:57:21 +01:00
|
|
|
.table-striped {
|
|
|
|
tr.recently_active {
|
|
|
|
td {
|
|
|
|
background-color: hsl(120, 97%, 83%);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-child(odd) td {
|
|
|
|
background-color: hsl(120, 70%, 76%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.long_inactive {
|
|
|
|
td {
|
|
|
|
background-color: hsl(0, 97%, 83%);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:nth-child(odd) td {
|
|
|
|
background-color: hsl(0, 70%, 76%);
|
|
|
|
}
|
|
|
|
}
|
2012-12-04 23:54:14 +01:00
|
|
|
}
|
2012-12-05 16:41:10 +01:00
|
|
|
|
|
|
|
td.number {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2013-09-26 20:36:28 +02:00
|
|
|
|
2013-09-26 21:29:29 +02:00
|
|
|
.summary-table {
|
2013-09-26 20:36:28 +02:00
|
|
|
width: auto;
|
2013-09-26 21:29:29 +02:00
|
|
|
margin: 0px auto;
|
2013-09-26 20:36:28 +02:00
|
|
|
}
|
2013-11-18 20:09:28 +01:00
|
|
|
|
|
|
|
tr.admin td:first-child {
|
|
|
|
font-weight: bold;
|
2017-11-13 16:34:06 +01:00
|
|
|
color: hsl(240, 100%, 50%);
|
2013-11-18 20:09:28 +01:00
|
|
|
font-size: 110%;
|
|
|
|
}
|
2013-12-18 23:02:17 +01:00
|
|
|
|
|
|
|
.good {
|
|
|
|
font-weight: bold;
|
2017-06-21 05:07:08 +02:00
|
|
|
color: hsl(120, 100%, 33%);
|
2013-12-18 23:02:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.bad {
|
|
|
|
font-weight: bold;
|
2017-06-21 05:07:08 +02:00
|
|
|
color: hsl(0, 100%, 39%);
|
2013-12-18 23:02:17 +01:00
|
|
|
}
|
2019-03-08 13:02:10 +01:00
|
|
|
|
|
|
|
.support-query-result {
|
|
|
|
background-color: hsl(210, 100%, 97%);
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-top: 14px;
|
|
|
|
border-radius: 7px;
|
|
|
|
box-shadow: 0 10px 7px -6px hsl(0, 2%, 45%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.support-realm-icon {
|
|
|
|
max-width: 25px;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.support-discount-form {
|
2019-04-19 15:19:49 +02:00
|
|
|
position: relative;
|
|
|
|
top: -50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.support-plan-type-form {
|
2019-03-08 13:02:10 +01:00
|
|
|
position: relative;
|
|
|
|
top: -25px;
|
|
|
|
}
|
|
|
|
|
2019-04-19 18:17:41 +02:00
|
|
|
.scrub-realm-form {
|
|
|
|
position: relative;
|
|
|
|
top: -50px;
|
|
|
|
}
|
|
|
|
|
2020-03-22 23:01:03 +01:00
|
|
|
.support-search-button {
|
2019-03-08 13:02:10 +01:00
|
|
|
border-color: hsl(0, 0%, 83%);
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
2020-03-22 23:01:03 +01:00
|
|
|
.support-submit-button {
|
|
|
|
position: relative;
|
|
|
|
top: -5px;
|
2019-03-08 13:02:10 +01:00
|
|
|
border-color: hsl(0, 0%, 83%);
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|