Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: chrome/renderer/resources/neterror.css

Issue 916093003: Intersitial page updates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Optimise icons, update secondary button colour Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/renderer/resources/neterror.css
diff --git a/chrome/renderer/resources/neterror.css b/chrome/renderer/resources/neterror.css
index dae5f2b346837810ea52b1497dbdc2683498d3b8..e93543c2993fedb840811b48d19ff72d2cd59c3b 100644
--- a/chrome/renderer/resources/neterror.css
+++ b/chrome/renderer/resources/neterror.css
@@ -48,19 +48,14 @@ a {
content: -webkit-image-set(
url(default_100_percent/common/error_network_generic.png) 1x,
url(default_200_percent/common/error_network_generic.png) 2x);
- height: 50px;
padding-top: 20px;
- width: 41px;
}
.icon-offline {
content: -webkit-image-set(
url(default_100_percent/offline/100-error-offline.png) 1x,
url(default_200_percent/offline/200-error-offline.png) 2x);
- height: 47px;
- margin: 0 0 40px;
position: relative;
- width: 44px;
}
#content-top {
@@ -292,9 +287,8 @@ html[subframe] body {
max-width: 600px;
overflow: hidden;
position: absolute;
- top: 10px;
+ top: 35px;
width: 44px;
- z-index: 2;
}
.offline .runner-canvas {
@@ -304,6 +298,7 @@ html[subframe] body {
overflow: hidden;
position: absolute;
top: 0;
+ z-index: 2;
}
.offline .controller {
@@ -349,4 +344,18 @@ html[subframe] body {
.offline .interstitial-wrapper {
margin-bottom: 20px;
}
+
+ .icon-offline {
+ margin-bottom: 20px;
+ }
}
+
+@media (max-height: 320px) and (orientation: landscape) {
+ .icon-offline {
+ margin-bottom: 0;
+ }
+
+ .offline .runner-container {
+ top: 10px;
+ }
+}
« no previous file with comments | « chrome/renderer/resources/default_200_percent/offline/200-error-offline.png ('k') | chrome/renderer/resources/neterror.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698