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

Side by Side Diff: chrome/browser/resources/options/font_settings.css

Issue 6241014: DOMUI: Fix an issue where the sample font text would display outside its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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 #font-settings > section > .font-input-div { 1 #font-settings > section > .font-input-div {
2 -webkit-margin-end: 5em; 2 -webkit-margin-end: 4em;
3 } 3 }
4 4
5 .font-input-div > div > select { 5 .font-input-div > div > select {
6 margin-bottom: 10px; 6 margin-bottom: 10px;
7 } 7 }
8 8
9 .font-input-div > div > .font-input { 9 .font-input-div > div > .font-input {
10 width: 12em; 10 width: 12em;
11 } 11 }
12 12
13 #font-settings > section > .font-sample-div { 13 #font-settings > section > .font-sample-div {
14 height: 90px;
15 overflow: hidden;
14 position: absolute; 16 position: absolute;
15 } 17 }
16 18
17 .font-settings-huge { 19 .font-settings-huge {
18 float: right; 20 float: right;
19 } 21 }
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