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

Side by Side Diff: skin/popup.css

Issue 29692555: Issue 5613 - Removal of social media: Share this number (Closed)
Patch Set: Created Feb. 8, 2018, 12:23 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« popup.html ('K') | « popup.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body 1 body
2 { 2 {
3 min-width: 250px; 3 min-width: 250px;
4 margin: 0px; 4 margin: 0px;
5 font-family: Segoe UI, Arial, sans-serif; 5 font-family: Segoe UI, Arial, sans-serif;
6 font-size: 13px; 6 font-size: 13px;
7 color: #545454; 7 color: #545454;
8 background-color: #f8f6f2; 8 background-color: #f8f6f2;
9 background-image: url(background.png); 9 background-image: url(background.png);
10 } 10 }
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 #stats-container .icon 258 #stats-container .icon
259 { 259 {
260 background-position: -50px -49px; 260 background-position: -50px -49px;
261 } 261 }
262 262
263 #issueReporter .icon 263 #issueReporter .icon
264 { 264 {
265 visibility: hidden; 265 visibility: hidden;
266 } 266 }
267 267
268
269 #stats strong 268 #stats strong
270 { 269 {
271 font-size: 15px; 270 font-size: 15px;
272 line-height: 140%; 271 line-height: 140%;
273 } 272 }
274 273
275 #share
276 {
277 margin-top: 5px;
278 font-size: 12px;
279 color: #949494;
280 }
281
282 #share-box
283 {
284 margin-top: 5px;
285 margin-left: -3px;
286 }
287
288 #share-box div[data-social]
289 {
290 cursor: pointer;
291 display: inline-block;
292 width: 32px;
293 height: 32px;
294 margin: 3px 10px 3px 3px;
295 border-radius: 3px;
296 background-image: url(popup.png);
saroyanm 2018/02/14 17:19:47 Detail/Nit: We still have the images in the popup.
a.giammarchi 2018/02/15 09:43:10 Apologies I don't understand this comment or what
saroyanm 2018/02/15 14:28:24 I was suggesting to remove unused icons (FB, Twitt
a.giammarchi 2018/02/15 16:02:43 Done.
297 }
298
299 #share-box div[data-social]:hover
300 {
301 margin: 0px 7px 0px 0px;
302 border: 3px solid #cdc6bd
303 }
304
305 #share-box div[data-social="facebook"]
306 {
307 background-position: -1px -1px;
308 }
309
310 #share-box div[data-social="twitter"]
311 {
312 background-position: -1px -34px;
313 }
314
315 #share-box div[data-social="gplus"]
316 {
317 background-position: -1px -67px;
318 }
319
320 .collapse 274 .collapse
321 { 275 {
322 position: relative; 276 position: relative;
323 padding-right: 25px; 277 padding-right: 25px;
324 } 278 }
325 279
326 .collapse-icon-placeholder 280 .collapse-icon-placeholder
327 { 281 {
328 display: none; 282 display: none;
329 width: 45px; 283 width: 45px;
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 328
375 .checkbox[aria-checked="false"]:hover 329 .checkbox[aria-checked="false"]:hover
376 { 330 {
377 background-position: -34px -49px; 331 background-position: -34px -49px;
378 } 332 }
379 333
380 label 334 label
381 { 335 {
382 vertical-align: middle; 336 vertical-align: middle;
383 } 337 }
OLDNEW
« popup.html ('K') | « popup.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld