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

Side by Side Diff: chrome/browser/resources/webui.css

Issue 7003007: Apply content-security-policy to the HTML options page. This is a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 body {
2 background-color:white;
3 color:black;
4 margin:10px;
5 }
6
7 .header {
8 overflow:auto;
9 clear:both;
10 }
11
12 .header .logo {
13 float:left;
14 }
15
16 .header .form {
17 float:left;
18 margin-top:22px;
19 -webkit-margin-start:12px;
20 }
21
22 html[dir='rtl'] .logo {
23 float:right;
24 }
25
26 html[dir='rtl'] .form {
27 float:right;
28 }
29
30 .page-navigation {
31 padding:8px;
32 background-color:#ebeff9;
33 -webkit-margin-end:4px;
34 }
35
36 .footer {
37 height:24px;
38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698