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

Side by Side Diff: ios/chrome/app/resources/history/alert_overlay.css

Issue 2494853003: Remove some unused history resources on iOS (Closed)
Patch Set: add back URL constants Created 4 years 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
OLDNEW
(Empty)
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 .overlay .page .button-strip > button {
6 min-width: 7em;
7 }
8
9 .overlay {
10 z-index: 4;
11 }
12
13 #alertOverlayMessage {
14 width: 400px;
15 }
16
17 #alertOverlayMessage {
18 white-space: pre-wrap;
19 word-wrap: break-word;
20 }
OLDNEW
« no previous file with comments | « ios/chrome/app/resources/history/OWNERS ('k') | ios/chrome/app/resources/history/alert_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698