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

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

Issue 12230012: chrome://policy: Respect embedded line breaks in long policy values (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body.uber-frame { 5 body.uber-frame {
6 -webkit-margin-start: 23px; 6 -webkit-margin-start: 23px;
7 } 7 }
8 8
9 body.uber-frame > .page { 9 body.uber-frame > .page {
10 -webkit-margin-end: 0; 10 -webkit-margin-end: 0;
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 tbody:not(.has-overflowed-value) button.toggle-expanded-value { 115 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
116 display: none; 116 display: none;
117 } 117 }
118 118
119 tbody:not(.has-overflowed-value) > tr.expanded-value-container, 119 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
120 tbody:not(.show-overflowed-value) > tr.expanded-value-container { 120 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
121 display: none; 121 display: none;
122 } 122 }
123 123
124 td.expanded-value { 124 td.expanded-value {
125 white-space: pre;
125 word-wrap: break-word; 126 word-wrap: break-word;
126 } 127 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698