2011-01-21 22:54:00 +03:00
|
|
|
/* sprites for data grid icons */
|
2011-01-15 02:41:22 +03:00
|
|
|
.app-icon {
|
|
|
|
float: left;
|
|
|
|
margin-right: 4px;
|
|
|
|
background: url(../../img/developers/editors-sprite.png) no-repeat top left;
|
|
|
|
width: 16px; height: 16px;
|
|
|
|
}
|
|
|
|
.ed-sprite-admin-review { background-position: 0 0; }
|
|
|
|
.ed-sprite-firefox { background-position: 0 -66px; }
|
|
|
|
.ed-sprite-mobile { background-position: 0 -132px; }
|
|
|
|
.ed-sprite-mz { background-position: 0 -198px; }
|
|
|
|
.ed-sprite-mozilla { background-position: 0 -198px; }
|
|
|
|
.ed-sprite-seamonkey { background-position: 0 -264px; }
|
|
|
|
.ed-sprite-sunbird { background-position: 0 -497px; }
|
|
|
|
.ed-sprite-thunderbird { background-position: 0 -563px; }
|
|
|
|
.sort-icon {
|
|
|
|
background: url(../../img/developers/editors-sprite.png) no-repeat top left;
|
|
|
|
}
|
|
|
|
.ed-sprite-sort-asc {
|
2011-02-02 01:31:54 +03:00
|
|
|
background-position: right -321px;
|
2011-01-21 22:54:00 +03:00
|
|
|
}
|
2011-01-15 02:41:22 +03:00
|
|
|
.ed-sprite-sort-both {
|
2011-02-02 01:31:54 +03:00
|
|
|
background-position: right -378px;
|
2011-01-21 22:54:00 +03:00
|
|
|
}
|
2011-01-15 02:41:22 +03:00
|
|
|
.ed-sprite-sort-desc {
|
2011-02-02 01:31:54 +03:00
|
|
|
background-position: right -435px;
|
2011-01-21 22:54:00 +03:00
|
|
|
}
|
|
|
|
/* data grids on queue pages */
|
2011-02-02 01:31:54 +03:00
|
|
|
.data-grid-top {
|
|
|
|
border-bottom: 1px solid #A5BFCE;
|
|
|
|
}
|
|
|
|
.data-grid-bottom {
|
|
|
|
border-top: 1px solid #A5BFCE;
|
|
|
|
}
|
2011-01-21 22:54:00 +03:00
|
|
|
.data-grid-content {
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
.data-grid-content:after {
|
|
|
|
content: ".";
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
|
|
|
height: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.data-grid-content ol.pagination {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.queue-outer {
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
2011-02-02 01:31:54 +03:00
|
|
|
border: 4px solid #E0EFFD;
|
2011-01-21 22:54:00 +03:00
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
.queue-inner {
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
border: 1px solid #2E5186;
|
|
|
|
}
|
2011-01-15 02:41:22 +03:00
|
|
|
table.data-grid {
|
2011-01-21 22:54:00 +03:00
|
|
|
width: 100%;
|
2011-02-02 01:31:54 +03:00
|
|
|
margin-bottom: 0;
|
2011-01-15 02:41:22 +03:00
|
|
|
}
|
2011-01-29 01:48:51 +03:00
|
|
|
table.data-grid thead tr th:nth-child(2) {
|
|
|
|
min-width: 7em;
|
|
|
|
}
|
|
|
|
table.data-grid thead tr th:nth-child(3) {
|
|
|
|
min-width: 8em;
|
|
|
|
}
|
|
|
|
table.data-grid thead tr th:nth-child(4) {
|
|
|
|
min-width: 5em;
|
|
|
|
}
|
|
|
|
table.data-grid thead tr th:nth-child(5) {
|
|
|
|
min-width: 8em;
|
|
|
|
}
|
|
|
|
table.data-grid thead tr th:nth-child(6) {
|
|
|
|
min-width: 13em;
|
|
|
|
}
|
2011-01-15 02:41:22 +03:00
|
|
|
table.data-grid tr th a:active,
|
|
|
|
table.data-grid tr th a:hover,
|
|
|
|
table.data-grid tr th a:visited {
|
|
|
|
color: #3D6DB5;
|
|
|
|
}
|
|
|
|
table.data-grid tr th.ordered {
|
2011-02-02 01:31:54 +03:00
|
|
|
background: -webkit-gradient(
|
|
|
|
linear,
|
|
|
|
left bottom,
|
|
|
|
left top,
|
|
|
|
from(#FFFFFF),
|
|
|
|
to(#BCE0FF)
|
|
|
|
);
|
|
|
|
background: -moz-linear-gradient(#FFFFFF, #BCE0FF);
|
|
|
|
}
|
|
|
|
table.data-grid tr th.ordered a {
|
|
|
|
color: #153A72;
|
2011-01-15 02:41:22 +03:00
|
|
|
}
|
|
|
|
table.data-grid tr th.ordered a:active,
|
|
|
|
table.data-grid tr th.ordered a:hover,
|
|
|
|
table.data-grid tr th.ordered a:visited {
|
|
|
|
color: #003595;
|
|
|
|
}
|
|
|
|
table.data-grid tr th, table.data-grid tr td {
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
2011-02-02 01:31:54 +03:00
|
|
|
table.data-grid tr th a {
|
|
|
|
display: block;
|
|
|
|
}
|
2011-01-15 02:41:22 +03:00
|
|
|
table.data-grid tr td {
|
2011-02-02 01:31:54 +03:00
|
|
|
border-top: 1px dotted #DDDDDD;
|
2011-01-15 02:41:22 +03:00
|
|
|
}
|
|
|
|
table.data-grid tbody tr:nth-child(odd) {
|
2011-02-02 01:31:54 +03:00
|
|
|
background-color: #FAFAFA;
|
2011-01-15 02:41:22 +03:00
|
|
|
}
|
|
|
|
table.data-grid tbody tr:nth-child(even) {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
}
|
2011-01-21 01:06:34 +03:00
|
|
|
|
2011-01-21 22:54:00 +03:00
|
|
|
/* editors/queue tabs */
|
|
|
|
ul.tabnav {
|
|
|
|
list-style-type: none;
|
|
|
|
text-align: left;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 5px 14px;
|
|
|
|
}
|
|
|
|
.html-rtl ul.tabnav {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
ul.tabnav li {
|
|
|
|
display: inline;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
margin: 0px 4px;
|
|
|
|
}
|
|
|
|
ul.tabnav li a {
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #223355;
|
2011-02-02 01:31:54 +03:00
|
|
|
background-color: #E0EFFD;
|
|
|
|
padding: 5px 10px;
|
2011-01-21 22:54:00 +03:00
|
|
|
border: 1px solid transparent;
|
|
|
|
border-bottom: none;
|
|
|
|
-moz-border-radius-topleft:5px;
|
|
|
|
-moz-border-radius-topright:5px;
|
|
|
|
-webkit-border-top-left-radius: 5px;
|
|
|
|
-webkit-border-top-right-radius: 5px;
|
|
|
|
}
|
|
|
|
ul.tabnav li.selected a {
|
|
|
|
background-color: #ffffff;
|
|
|
|
border-color: #2E5186;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
ul.tabnav a:hover {
|
2011-02-02 01:31:54 +03:00
|
|
|
background-color: #C9E5FC;
|
|
|
|
border-color: #BCE0FF;
|
2011-01-21 22:54:00 +03:00
|
|
|
padding-bottom: 9px;
|
2011-01-21 22:47:04 +03:00
|
|
|
}
|
2011-01-21 01:06:34 +03:00
|
|
|
|
2011-01-21 22:47:04 +03:00
|
|
|
#editors_main .listing .results-inner {
|
2011-01-21 01:06:34 +03:00
|
|
|
padding: 0 0.5em;
|
|
|
|
}
|
|
|
|
|
2011-01-21 22:47:04 +03:00
|
|
|
#editors_main .listing time {
|
2011-01-21 01:06:34 +03:00
|
|
|
color: #aaa;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2011-01-21 22:47:04 +03:00
|
|
|
#editors_main .listing .row {
|
2011-01-21 01:06:34 +03:00
|
|
|
padding: 0.5em;
|
|
|
|
border-top: 1px dotted #ADD0DC;
|
|
|
|
}
|
|
|
|
|
2011-01-21 22:47:04 +03:00
|
|
|
#editors_main .listing .row:first-child {
|
2011-01-21 01:06:34 +03:00
|
|
|
border-top-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-stats-title,
|
|
|
|
.editor-stats-table {
|
|
|
|
width: 33%;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-stats-title span {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-stats-table > div {
|
|
|
|
padding: 0 10px;
|
|
|
|
margin: 5px 0;
|
|
|
|
border-left: 1px dotted #ADD0DC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-stats-table:first-child > div {
|
|
|
|
border-left-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-stats-table table {
|
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-stats-table td, .editor-stats-table th {
|
|
|
|
padding: 0;
|
|
|
|
border-top: 1px solid #F0F7FE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-stats-table table tr:first-child td {
|
|
|
|
border-top-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-stats-table .int {
|
|
|
|
text-align: right;
|
|
|
|
color: #37A632;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editor-stats-table .date {
|
|
|
|
text-align: right;
|
|
|
|
color: #999;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2011-02-02 01:31:54 +03:00
|
|
|
.listing-header {
|
2011-01-21 01:06:34 +03:00
|
|
|
line-height: 1.8em;
|
|
|
|
}
|
|
|
|
|
2011-01-21 22:47:04 +03:00
|
|
|
.daily-message {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2011-01-21 01:06:34 +03:00
|
|
|
.daily-message div {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
2011-01-21 22:47:04 +03:00
|
|
|
.daily-message .close {
|
|
|
|
background-color: #DDDDDD;
|
|
|
|
-moz-border-radius: 15px;
|
|
|
|
-webkit-border-radius: 15px;
|
|
|
|
border-radius: 15px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
font-weight: bold;
|
|
|
|
height: 15px;
|
|
|
|
line-height: 12px;
|
|
|
|
position: absolute;
|
|
|
|
right: 5px;
|
|
|
|
text-align: center;
|
|
|
|
top: 5px;
|
|
|
|
width: 15px;
|
|
|
|
text-decoration: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.daily-message .close:hover {
|
|
|
|
background-color: #CCC;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.daily-message p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2011-01-21 01:06:34 +03:00
|
|
|
.daily-message h2 {
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 0;
|
2011-01-21 22:54:00 +03:00
|
|
|
}
|
2011-01-26 01:52:53 +03:00
|
|
|
|
|
|
|
.controls {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2011-02-03 20:26:55 +03:00
|
|
|
|
|
|
|
tr.comments {
|
|
|
|
background: #def;
|
|
|
|
}
|
|
|
|
|
2011-02-03 23:42:17 +03:00
|
|
|
/* Moderated reviews css */
|
|
|
|
|
|
|
|
#reviews-flagged .review-flagged {
|
|
|
|
border-top: 1px dotted #CCCCCC;
|
|
|
|
padding: 1em;
|
|
|
|
margin: 0 0 1em 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged .review-flagged ul {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged .review-flagged:first-child {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged .reviews-flagged-reasons {
|
|
|
|
background-color: #FFE4E4;
|
|
|
|
border-radius: 10px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 10px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged .reviews-flagged-reasons li {
|
|
|
|
padding: 10px 0;
|
|
|
|
border-top: 1px dotted #FFB1B1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged .reviews-flagged-reasons li:first-child {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged h3 {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged .review-flagged-actions {
|
|
|
|
float: right;
|
|
|
|
padding-left: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
border-left: 1px dashed #ccc;
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged .review-flagged-actions label {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged form {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged div.review-saved {
|
|
|
|
padding: 10px;
|
|
|
|
text-align: right;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged label[for$=action_0] {
|
|
|
|
color: #429341;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged label[for$=action_1] {
|
|
|
|
color: #4D80C6;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reviews-flagged label[for$=action_2] {
|
|
|
|
color: #9A2E2E;
|
|
|
|
}
|
|
|
|
|