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

Unified Diff: skin/mobile-options.css

Issue 29544706: Noissue - Adapt check for devtools panel support for Firefox (Closed)
Patch Set: Rebase Created Sept. 15, 2017, 4:51 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 | « mobile-options.js ('k') | 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
@@ -78,7 +78,7 @@
left: -25px;
width: 20px;
height: 20px;
- background: url(mobile/abp-logo.svg) 0/20px;
+ background-image: url(abp-logo.svg);
content: "";
}
@@ -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 | « mobile-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld