summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/uber/uber_shared.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/uber/uber_shared.css')
-rw-r--r--chromium/chrome/browser/resources/uber/uber_shared.css26
1 files changed, 11 insertions, 15 deletions
diff --git a/chromium/chrome/browser/resources/uber/uber_shared.css b/chromium/chrome/browser/resources/uber/uber_shared.css
index 64d2bbdd424..7bd22b25e26 100644
--- a/chromium/chrome/browser/resources/uber/uber_shared.css
+++ b/chromium/chrome/browser/resources/uber/uber_shared.css
@@ -115,24 +115,20 @@ body.uber-frame section > h3 {
-webkit-margin-start: -18px;
}
-@media(pointer:coarse) {
- /* TODO(kevers): Remove the extra padding once the following bug is fixed:
- * https://bugs.webkit.org/show_bug.cgi?id=95204
- * In the interim, the added padding makes it less likely that a touch will
- * span the boundary of the navigation bar, which results in poor touch
- * adjustments. */
- body.uber-frame section {
- -webkit-padding-start: 28px;
- }
- body.uber-frame section > h3 {
- -webkit-margin-start: -28px;
- }
-}
-
body.uber-frame section > div:only-of-type {
-webkit-box-flex: 1;
}
+body.uber-frame .section-header {
+ -webkit-margin-start: -18px;
+ margin-bottom: 0.8em;
+ margin-top: 1.2em;
+}
+
+body.uber-frame .section-header > h3 {
+ display: inline;
+}
+
/* Styles for a hideable notification banner at the top of a page. */
.page.showing-banner {
margin-top: 45px;
@@ -166,7 +162,7 @@ body.uber-frame section > div:only-of-type {
.page-banner-text {
-webkit-padding-end: 8px;
-webkit-padding-start: 26px;
- background-image: url('chrome://theme/IDR_MANAGED');
+ background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
background-position: 5px center;
background-repeat: no-repeat;
background-size: 16px;