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

Unified Diff: skin/mobile-options.css

Issue 29531693: Noissue - Fixed: Button in filter list selection dialog is squashed (Closed)
Patch Set: Allow list buttons to grow in height Created Sept. 15, 2017, 12:56 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: skin/mobile-options.css
===================================================================
--- a/skin/mobile-options.css
+++ b/skin/mobile-options.css
@@ -197,7 +197,6 @@
button
{
width: 100%;
- height: 46px; /* equal to height of list item */
border: none;
font-weight: 600;
text-transform: uppercase;
@@ -238,8 +237,10 @@
ul + button
{
+ flex-shrink: 0;
width: 100%;
- padding: 0 20px; /* based on margin and padding of list item */
+ min-height: 46px; /* equal to min-height of list item */
+ padding: 15px 20px; /* based on margin and padding of list item */
border: 1px solid #BBBBBB;
text-align: start;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld