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

Delta Between Two Patch Sets: sitescripts/reports/static/reports.css

Issue 29811576: Noissue - set max screenshot width (Closed)
Left Patch Set: Created June 20, 2018, 1:33 p.m.
Right Patch Set: dropped spaces Created June 21, 2018, 10:44 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 body 1 body
2 { 2 {
3 background-color: #FFFFFF; 3 background-color: #FFFFFF;
4 } 4 }
5 5
6 table 6 table
7 { 7 {
8 border-collapse: collapse; 8 border-collapse: collapse;
9 } 9 }
10 10
(...skipping 30 matching lines...) Expand all
41 .header 41 .header
42 { 42 {
43 font-weight: bold; 43 font-weight: bold;
44 font-size: 120%; 44 font-size: 120%;
45 } 45 }
46 46
47 :root:not([selectedTab="requests"]):not([selectedTab="all"]) #requestsBox 47 :root:not([selectedTab="requests"]):not([selectedTab="all"]) #requestsBox
48 { 48 {
49 display: none; 49 display: none;
50 } 50 }
51
52 :root:not([selectedTab="filters"]):not([selectedTab="all"]) #filtersBox 51 :root:not([selectedTab="filters"]):not([selectedTab="all"]) #filtersBox
53 { 52 {
54 display: none; 53 display: none;
55 } 54 }
56
57 :root:not([selectedTab="subscriptions"]):not([selectedTab="all"]) #subscriptions Box 55 :root:not([selectedTab="subscriptions"]):not([selectedTab="all"]) #subscriptions Box
58 { 56 {
59 display: none; 57 display: none;
60 } 58 }
61
62 :root:not([selectedTab="errors"]):not([selectedTab="all"]) #errorsBox 59 :root:not([selectedTab="errors"]):not([selectedTab="all"]) #errorsBox
63 { 60 {
64 display: none; 61 display: none;
65 } 62 }
66
67 :root:not([selectedTab="screenshot"]):not([selectedTab="all"]) #screenshotBox 63 :root:not([selectedTab="screenshot"]):not([selectedTab="all"]) #screenshotBox
68 { 64 {
69 display: none; 65 display: none;
70 } 66 }
71
72 :root:not([selectedTab="warnings"]):not([selectedTab="all"]) #warningsBox 67 :root:not([selectedTab="warnings"]):not([selectedTab="all"]) #warningsBox
73 { 68 {
74 display: none; 69 display: none;
75 } 70 }
76
77 :root:not([selectedTab="extensions"]):not([selectedTab="all"]) #extensionsBox 71 :root:not([selectedTab="extensions"]):not([selectedTab="all"]) #extensionsBox
78 { 72 {
79 display: none; 73 display: none;
80 } 74 }
81 75
82 [selectedTab="requests"]:root #requestsTab 76 [selectedTab="requests"]:root #requestsTab
83 { 77 {
84 background-color: #808080; 78 background-color: #808080;
85 color: #FFFFFF; 79 color: #FFFFFF;
86 } 80 }
87
88 [selectedTab="filters"]:root #filtersTab 81 [selectedTab="filters"]:root #filtersTab
89 { 82 {
90 background-color: #808080; 83 background-color: #808080;
91 color: #FFFFFF; 84 color: #FFFFFF;
92 } 85 }
93
94 [selectedTab="subscriptions"]:root #subscriptionsTab 86 [selectedTab="subscriptions"]:root #subscriptionsTab
95 { 87 {
96 background-color: #808080; 88 background-color: #808080;
97 color: #FFFFFF; 89 color: #FFFFFF;
98 } 90 }
99
100 [selectedTab="errors"]:root #errorsTab 91 [selectedTab="errors"]:root #errorsTab
101 { 92 {
102 background-color: #808080; 93 background-color: #808080;
103 color: #FFFFFF; 94 color: #FFFFFF;
104 } 95 }
105
106 [selectedTab="screenshot"]:root #screenshotTab 96 [selectedTab="screenshot"]:root #screenshotTab
107 { 97 {
108 background-color: #808080; 98 background-color: #808080;
109 color: #FFFFFF; 99 color: #FFFFFF;
110 } 100 }
111
112 [selectedTab="warnings"]:root #warningsTab 101 [selectedTab="warnings"]:root #warningsTab
113 { 102 {
114 background-color: #808080; 103 background-color: #808080;
115 color: #FFFFFF; 104 color: #FFFFFF;
116 } 105 }
117
118 [selectedTab="extensions"]:root #extensionsTab 106 [selectedTab="extensions"]:root #extensionsTab
119 { 107 {
120 background-color: #808080; 108 background-color: #808080;
121 color: #FFFFFF; 109 color: #FFFFFF;
122 } 110 }
123
124 [selectedTab="all"]:root #allTab 111 [selectedTab="all"]:root #allTab
125 { 112 {
126 background-color: #808080; 113 background-color: #808080;
127 color: #FFFFFF; 114 color: #FFFFFF;
128 } 115 }
129 116
130 #warningsTab 117 #warningsTab
131 { 118 {
132 color: red; 119 color: red;
133 } 120 }
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 156
170 .errorColumn 157 .errorColumn
171 { 158 {
172 color: #00C000; 159 color: #00C000;
173 } 160 }
174 161
175 .errorMessage > p:first-child 162 .errorMessage > p:first-child
176 { 163 {
177 margin-top: 0px; 164 margin-top: 0px;
178 } 165 }
179
180 .errorMessage > p:last-child 166 .errorMessage > p:last-child
181 { 167 {
182 margin-bottom: 0px; 168 margin-bottom: 0px;
183 } 169 }
184 170
185 .whitelisted > td 171 .whitelisted > td
186 { 172 {
187 background-color: #C0FFC0; 173 background-color: #C0FFC0;
188 } 174 }
189
190 .hidden > td 175 .hidden > td
191 { 176 {
192 background-color: #C0C0FF; 177 background-color: #C0C0FF;
193 } 178 }
194
195 .blocked > td 179 .blocked > td
196 { 180 {
197 background-color: #FFC0C0; 181 background-color: #FFC0C0;
198 } 182 }
199 183
200 td.requestSize, td.filterHitCount 184 td.requestSize, td.filterHitCount
201 { 185 {
202 text-align: right; 186 text-align: right;
203 } 187 }
204
205 td.requestThirdParty, td.subscriptionAutoDownload 188 td.requestThirdParty, td.subscriptionAutoDownload
206 { 189 {
207 text-align: center; 190 text-align: center;
208 } 191 }
209 192
210 #statusField 193 #statusField
211 { 194 {
212 width: 100%; 195 width: 100%;
213 height: 150px; 196 height: 150px;
214 } 197 }
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 231
249 .sortable th[sortDir="descending"] 232 .sortable th[sortDir="descending"]
250 { 233 {
251 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCA YAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpiXLty1n 8gYMAHmGwdHBiBAKcCkDwTSIGdoyNWVSBxJiYmBiaYgL2TEyO6ApgNTNgk0J0AEGAA9sYMDTSB5q8AAA AASUVORK5CYII%3D); 234 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCA YAAACXU8ZrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAD1JREFUeNpiXLty1n 8gYMAHmGwdHBiBAKcCkDwTSIGdoyNWVSBxJiYmBiaYgL2TEyO6ApgNTNgk0J0AEGAA9sYMDTSB5q8AAA AASUVORK5CYII%3D);
252 } 235 }
253 236
254 #screenshotBox img 237 #screenshotBox img
255 { 238 {
256 max-width: 800px; 239 max-width: 800px;
257 } 240 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld