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

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

Issue 8792151: Label naming (Closed)
Patch Set: Created Nov. 12, 2012, 3:51 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 | chrome/content/overlay.xul » ('j') | 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%% > .ehh-label,
11 .%%CLASS%% > .label > .labelTag, 11 .%%CLASS%% > .ehh-label > .ehh-labelTag,
12 .%%CLASS%% > .label > .labelAddition, 12 .%%CLASS%% > .ehh-label > .ehh-labelAddition,
13 .%%CLASS%% > .border 13 .%%CLASS%% > .ehh-border
14 { 14 {
15 display: block !important; 15 display: block !important;
16 position: static !important; 16 position: static !important;
17 float: none !important; 17 float: none !important;
18 clear: none !important; 18 clear: none !important;
19 right: auto !important; 19 right: auto !important;
20 bottom: auto !important; 20 bottom: auto !important;
21 z-index: 2147483647 !important; 21 z-index: 2147483647 !important;
22 22
23 background: transparent !important; 23 background: transparent !important;
(...skipping 18 matching lines...) Expand all
42 } 42 }
43 43
44 .%%CLASS%% 44 .%%CLASS%%
45 { 45 {
46 position: fixed !important; 46 position: fixed !important;
47 47
48 width: auto !important; 48 width: auto !important;
49 height: auto !important; 49 height: auto !important;
50 } 50 }
51 51
52 .%%CLASS%% > .border 52 .%%CLASS%% > .ehh-border
53 { 53 {
54 border: 2px solid #ff0000 !important; 54 border: 2px solid #ff0000 !important;
55 top: auto !important; 55 top: auto !important;
56 left: auto !important; 56 left: auto !important;
57 } 57 }
58 58
59 .%%CLASS%% > .label 59 .%%CLASS%% > .ehh-label
60 { 60 {
61 float: left !important; 61 float: left !important;
62 background-color: #fff0cc !important; 62 background-color: #fff0cc !important;
63 border-color: #000000 !important; 63 border-color: #000000 !important;
64 border-width: 0px 2px 1px 2px !important; 64 border-width: 0px 2px 1px 2px !important;
65 border-style: solid !important; 65 border-style: solid !important;
66 border-bottom-left-radius: 6px !important; 66 border-bottom-left-radius: 6px !important;
67 border-bottom-right-radius: 6px !important; 67 border-bottom-right-radius: 6px !important;
68 padding: 2px 5px !important; 68 padding: 2px 5px !important;
69 top: auto !important; 69 top: auto !important;
70 left: auto !important; 70 left: auto !important;
71 width: auto !important; 71 width: auto !important;
72 height: auto !important; 72 height: auto !important;
73 } 73 }
74 74
75 .%%CLASS%% > .label.onTop 75 .%%CLASS%% > .ehh-label.onTop
76 { 76 {
77 position: relative !important; 77 position: relative !important;
78 left: 5px !important; 78 left: 5px !important;
79 top: -25px !important; 79 top: -25px !important;
80 border-top-width: 1px !important; 80 border-top-width: 1px !important;
81 border-radius: 6px !important; 81 border-radius: 6px !important;
82 } 82 }
83 83
84 .%%CLASS%% > .label > .labelTag, 84 .%%CLASS%% > .ehh-label > .ehh-labelTag,
85 .%%CLASS%% > .label > .labelAddition 85 .%%CLASS%% > .ehh-label > .ehh-labelAddition
86 { 86 {
87 display: inline !important; 87 display: inline !important;
88 font-family: Arial !important; 88 font-family: Arial !important;
89 font-size: 12px !important; 89 font-size: 12px !important;
90 color: #000000 !important; 90 color: #000000 !important;
91 91
92 top: auto !important; 92 top: auto !important;
93 left: auto !important; 93 left: auto !important;
94 width: auto !important; 94 width: auto !important;
95 height: auto !important; 95 height: auto !important;
96 direction: ltr !important; 96 direction: ltr !important;
97 font-size-adjust: none !important; 97 font-size-adjust: none !important;
98 font-stretch: normal !important; 98 font-stretch: normal !important;
99 font-style: normal !important; 99 font-style: normal !important;
100 font-variant: normal !important; 100 font-variant: normal !important;
101 font-weight: normal !important; 101 font-weight: normal !important;
102 letter-spacing: normal !important; 102 letter-spacing: normal !important;
103 line-height: normal !important; 103 line-height: normal !important;
104 text-align: start !important; 104 text-align: start !important;
105 text-decoration: none !important; 105 text-decoration: none !important;
106 text-shadow: none !important; 106 text-shadow: none !important;
107 text-transform: none !important; 107 text-transform: none !important;
108 text-transform: none !important; 108 text-transform: none !important;
109 white-space: normal !important; 109 white-space: normal !important;
110 word-spacing: 0px !important; 110 word-spacing: 0px !important;
111 } 111 }
112 112
113 .%%CLASS%% > .label > .labelTag 113 .%%CLASS%% > .ehh-label > .ehh-labelTag
114 { 114 {
115 font-weight: bold !important; 115 font-weight: bold !important;
116 } 116 }
OLDNEW
« no previous file with comments | « no previous file | chrome/content/overlay.xul » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld