Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: chrome/content/elementmarker.css

Issue 8790093: Label text ident fix (Closed)
Patch Set: Created Nov. 9, 2012, 2:20 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« 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 /* 1 /*
2 * This Source Code is subject to the terms of the Mozilla Public License 2 * This Source Code is subject to the terms of the Mozilla Public License
3 * version 2.0 (the "License"). You can obtain a copy of the License at 3 * version 2.0 (the "License"). You can obtain a copy of the License at
4 * http://mozilla.org/MPL/2.0/. 4 * http://mozilla.org/MPL/2.0/.
5 */ 5 */
6 6
7 @namespace url("http://www.w3.org/1999/xhtml"); 7 @namespace url("http://www.w3.org/1999/xhtml");
8 8
9 .%%CLASS%%, 9 .%%CLASS%%,
10 .%%CLASS%% > .label, 10 .%%CLASS%% > .label,
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 border-color: #000000 !important; 62 border-color: #000000 !important;
63 border-width: 0px 2px 1px 2px !important; 63 border-width: 0px 2px 1px 2px !important;
64 border-style: solid !important; 64 border-style: solid !important;
65 border-bottom-left-radius: 6px !important; 65 border-bottom-left-radius: 6px !important;
66 border-bottom-right-radius: 6px !important; 66 border-bottom-right-radius: 6px !important;
67 padding: 2px 5px !important; 67 padding: 2px 5px !important;
68 top: auto !important; 68 top: auto !important;
69 left: auto !important; 69 left: auto !important;
70 width: auto !important; 70 width: auto !important;
71 height: auto !important; 71 height: auto !important;
72 text-indent: 0 !important;
Wladimir Palant 2012/11/09 14:27:15 Shouldn't this be applied to all elements? Meaning
72 } 73 }
73 74
74 .%%CLASS%% > .label.onTop 75 .%%CLASS%% > .label.onTop
75 { 76 {
76 position: relative !important; 77 position: relative !important;
77 left: 5px !important; 78 left: 5px !important;
78 top: -25px !important; 79 top: -25px !important;
79 border-top-width: 1px !important; 80 border-top-width: 1px !important;
80 border-radius: 6px !important; 81 border-radius: 6px !important;
81 } 82 }
(...skipping 25 matching lines...) Expand all
107 text-transform: none !important; 108 text-transform: none !important;
108 text-transform: none !important; 109 text-transform: none !important;
109 white-space: normal !important; 110 white-space: normal !important;
110 word-spacing: 0px !important; 111 word-spacing: 0px !important;
111 } 112 }
112 113
113 .%%CLASS%% > .label > .labelTag 114 .%%CLASS%% > .label > .labelTag
114 { 115 {
115 font-weight: bold !important; 116 font-weight: bold !important;
116 } 117 }
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