Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/static/reports.css

Issue 29811576: Noissue - set max screenshot width (Closed)
Patch Set: Created June 20, 2018, 1:33 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld