repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correctly track texture cleared state for sharing
[chromium-blink-merge.git]
/
ui
/
webui
/
resources
/
css
/
alert_overlay.css
blob
b1d47cb7690c729f14ec02bbb5d433ce066da00a
1
/* Copyright (c) 2012 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
#alertOverlay
{
6
width
:
500px
;
7
}
8
9
#alertOverlayMessage
{
10
white-space
:
pre-wrap
;
11
word-wrap
:
break-word
;
12
}