| Index: sitescripts/reports/static/reports.css |
| =================================================================== |
| --- a/sitescripts/reports/static/reports.css |
| +++ b/sitescripts/reports/static/reports.css |
| @@ -43,76 +43,89 @@ |
| font-weight: bold; |
| font-size: 120%; |
| } |
| :root:not([selectedTab="requests"]):not([selectedTab="all"]) #requestsBox |
| { |
| display: none; |
| } |
| + |
| :root:not([selectedTab="filters"]):not([selectedTab="all"]) #filtersBox |
| { |
| display: none; |
| } |
| + |
| :root:not([selectedTab="subscriptions"]):not([selectedTab="all"]) #subscriptionsBox |
| { |
| display: none; |
| } |
| + |
| :root:not([selectedTab="errors"]):not([selectedTab="all"]) #errorsBox |
| { |
| display: none; |
| } |
| + |
| :root:not([selectedTab="screenshot"]):not([selectedTab="all"]) #screenshotBox |
| { |
| display: none; |
| } |
| + |
| :root:not([selectedTab="warnings"]):not([selectedTab="all"]) #warningsBox |
| { |
| display: none; |
| } |
| + |
| :root:not([selectedTab="extensions"]):not([selectedTab="all"]) #extensionsBox |
| { |
| display: none; |
| } |
| [selectedTab="requests"]:root #requestsTab |
| { |
| background-color: #808080; |
| color: #FFFFFF; |
| } |
| + |
| [selectedTab="filters"]:root #filtersTab |
| { |
| background-color: #808080; |
| color: #FFFFFF; |
| } |
| + |
| [selectedTab="subscriptions"]:root #subscriptionsTab |
| { |
| background-color: #808080; |
| color: #FFFFFF; |
| } |
| + |
| [selectedTab="errors"]:root #errorsTab |
| { |
| background-color: #808080; |
| color: #FFFFFF; |
| } |
| + |
| [selectedTab="screenshot"]:root #screenshotTab |
| { |
| background-color: #808080; |
| color: #FFFFFF; |
| } |
| + |
| [selectedTab="warnings"]:root #warningsTab |
| { |
| background-color: #808080; |
| color: #FFFFFF; |
| } |
| + |
| [selectedTab="extensions"]:root #extensionsTab |
| { |
| background-color: #808080; |
| color: #FFFFFF; |
| } |
| + |
| [selectedTab="all"]:root #allTab |
| { |
| background-color: #808080; |
| color: #FFFFFF; |
| } |
| #warningsTab |
| { |
| @@ -158,38 +171,42 @@ |
| { |
| color: #00C000; |
| } |
| .errorMessage > p:first-child |
| { |
| margin-top: 0px; |
| } |
| + |
| .errorMessage > p:last-child |
| { |
| margin-bottom: 0px; |
| } |
| .whitelisted > td |
| { |
| background-color: #C0FFC0; |
| } |
| + |
| .hidden > td |
| { |
| background-color: #C0C0FF; |
| } |
| + |
| .blocked > td |
| { |
| background-color: #FFC0C0; |
| } |
| td.requestSize, td.filterHitCount |
| { |
| text-align: right; |
| } |
| + |
| td.requestThirdParty, td.subscriptionAutoDownload |
| { |
| text-align: center; |
| } |
| #statusField |
| { |
| width: 100%; |
| @@ -228,8 +245,13 @@ |
| { |
| background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAENJREFUeNpifP3qNgMyOHzgwH8be3tGIICLMSErOLR%2F%2F%2F9%2F%2F%2F6BaSDAVIQugcxnglmBrADZapA445oVMzFl0QBAgAEAL2wvEOl1RbEAAAAASUVORK5CYII%3D); |
| } |
| .sortable th[sortDir="descending"] |
| { |
| background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpiXLty1n8gYMAHmGwdHBiBAKcCkDwTSIGdoyNWVSBxJiYmBiaYgL2TEyO6ApgNTNgk0J0AEGAA9sYMDTSB5q8AAAAASUVORK5CYII%3D); |
| } |
| + |
| +#screenshotBox img |
| +{ |
| + max-width: 800px; |
| +} |