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

Unified Diff: chrome/content/elementmarker.css

Issue 8792151: Label naming (Closed)
Patch Set: Created Nov. 12, 2012, 3:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/content/overlay.xul » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/elementmarker.css
===================================================================
--- a/chrome/content/elementmarker.css
+++ b/chrome/content/elementmarker.css
@@ -7,10 +7,10 @@
@namespace url("http://www.w3.org/1999/xhtml");
.%%CLASS%%,
-.%%CLASS%% > .label,
-.%%CLASS%% > .label > .labelTag,
-.%%CLASS%% > .label > .labelAddition,
-.%%CLASS%% > .border
+.%%CLASS%% > .ehh-label,
+.%%CLASS%% > .ehh-label > .ehh-labelTag,
+.%%CLASS%% > .ehh-label > .ehh-labelAddition,
+.%%CLASS%% > .ehh-border
{
display: block !important;
position: static !important;
@@ -49,14 +49,14 @@
height: auto !important;
}
-.%%CLASS%% > .border
+.%%CLASS%% > .ehh-border
{
border: 2px solid #ff0000 !important;
top: auto !important;
left: auto !important;
}
-.%%CLASS%% > .label
+.%%CLASS%% > .ehh-label
{
float: left !important;
background-color: #fff0cc !important;
@@ -72,7 +72,7 @@
height: auto !important;
}
-.%%CLASS%% > .label.onTop
+.%%CLASS%% > .ehh-label.onTop
{
position: relative !important;
left: 5px !important;
@@ -81,8 +81,8 @@
border-radius: 6px !important;
}
-.%%CLASS%% > .label > .labelTag,
-.%%CLASS%% > .label > .labelAddition
+.%%CLASS%% > .ehh-label > .ehh-labelTag,
+.%%CLASS%% > .ehh-label > .ehh-labelAddition
{
display: inline !important;
font-family: Arial !important;
@@ -110,7 +110,7 @@
word-spacing: 0px !important;
}
-.%%CLASS%% > .label > .labelTag
+.%%CLASS%% > .ehh-label > .ehh-labelTag
{
font-weight: bold !important;
}
« 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