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

Side by Side Diff: skin/mobile-options.css

Issue 29531693: Noissue - Fixed: Button in filter list selection dialog is squashed (Closed)
Patch Set: Created Aug. 30, 2017, 3:45 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
« no previous file with comments | « no previous file | 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 /* 1 /*
2 * This file is part of Adblock Plus <https://adblockplus.org/>, 2 * This file is part of Adblock Plus <https://adblockplus.org/>,
3 * Copyright (C) 2006-present eyeo GmbH 3 * Copyright (C) 2006-present eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 } 361 }
362 362
363 #dialog-recommended ul li.installed::before 363 #dialog-recommended ul li.installed::before
364 { 364 {
365 background-color: #BBBBBB; 365 background-color: #BBBBBB;
366 mask: url(mobile/checkmark.svg) center/cover no-repeat; 366 mask: url(mobile/checkmark.svg) center/cover no-repeat;
367 } 367 }
368 368
369 #dialog-recommended > button 369 #dialog-recommended > button
370 { 370 {
371 flex-shrink: 0;
saroyanm 2017/09/14 13:45:40 The button still is being squashed with this prope
saroyanm 2017/09/14 13:49:12 Sorry, this was a cache error :/ Looks fine.
saroyanm 2017/09/14 13:57:53 Deatil: But using Padding instead of Height might
Thomas Greiner 2017/09/15 13:00:03 You're right regarding longer texts. Done. I made
371 border-width: 1px 0 0 0; 372 border-width: 1px 0 0 0;
372 text-align: center; 373 text-align: center;
373 } 374 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld