Bug 381874 - "class name "indent" is a poor choice for the about.xul" [p=mkaply r=rob_strong]

This commit is contained in:
reed@reedloden.com 2007-09-05 22:28:13 -07:00
parent 16839df689
commit abc2b401e4
3 changed files with 7 additions and 7 deletions

View File

@ -57,21 +57,21 @@
<vbox id="clientBox" flex="1">
<label id="extensionName" crop="right"/>
<label id="extensionVersion" crop="right"/>
<description id="extensionDescription" class="indent"/>
<description id="extensionDescription" class="boxIndent"/>
<label id="extensionCreatorLabel" class="sectionTitle">&creator.label;</label>
<hbox id="creatorBox" class="indent">
<hbox id="creatorBox" class="boxIndent">
<label id="extensionCreator" flex="1" crop="right"/>
<label id="extensionHomepage" onclick="loadHomepage(event);"
class="text-link" value="&homepage.label;"/>
</hbox>
<label id="extensionDevelopers" class="sectionTitle">&developers.label;</label>
<vbox flex="1" id="developersBox" class="indent"/>
<vbox flex="1" id="developersBox" class="boxIndent"/>
<label id="extensionTranslators" class="sectionTitle">&translators.label;</label>
<vbox flex="1" id="translatorsBox" class="indent"/>
<vbox flex="1" id="translatorsBox" class="boxIndent"/>
<label id="extensionContributors" class="sectionTitle">&contributors.label;</label>
<vbox flex="1" id="contributorsBox" class="indent"/>
<vbox flex="1" id="contributorsBox" class="boxIndent"/>
</vbox>
<separator id="groove" class="groove"/>

View File

@ -31,7 +31,7 @@
color: #404040;
}
.indent {
.boxIndent {
-moz-margin-start: 6px;
}

View File

@ -31,7 +31,7 @@
color: #404040;
}
.indent {
.boxIndent {
-moz-margin-start: 6px;
}