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

Side by Side Diff: elements/viewer-error-screen/viewer-error-screen.css

Issue 159363003: Add viewer-error-screen element to html-office-public (Closed) Base URL: https://chromium.googlesource.com/chromium/html-office-public.git@master
Patch Set: \ Created 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | elements/viewer-error-screen/viewer-error-screen.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 :host {
2 background-color: #ccc;
3 color: #555;
4 font-family: sans-serif;
5 font-size: 20px;
6 height: 100%;
7 pointer-events: none;
8 position: fixed;
9 text-align: center;
10 width: 100%;
11 }
12
13 #load-failed-message {
14 line-height: 0;
15 position: absolute;
16 top: 50%;
17 width: 100%;
18 }
OLDNEW
« no previous file with comments | « no previous file | elements/viewer-error-screen/viewer-error-screen.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698