2010-10-06 17:20:06 -07:00
|
|
|
#genericAbout {
|
|
|
|
padding: 0px;
|
|
|
|
min-height: 200px;
|
|
|
|
max-height: 400px;
|
|
|
|
width: 30em;
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#clientBox {
|
2010-10-06 17:20:06 -07:00
|
|
|
background-color: -moz-Dialog;
|
|
|
|
color: -moz-DialogText;
|
|
|
|
}
|
|
|
|
|
|
|
|
.basic-info {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#extensionIcon {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
|
|
|
|
max-width: 48px;
|
|
|
|
max-height: 48px;
|
|
|
|
-moz-margin-end: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#genericAbout[addontype="theme"] #extensionIcon {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#genericAbout[addontype="locale"] #extensionIcon {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
#genericAbout[addontype="plugin"] #extensionIcon {
|
|
|
|
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#extensionName {
|
2010-10-06 17:20:06 -07:00
|
|
|
font-size: 200%;
|
|
|
|
font-weight: bolder;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#extensionVersion {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2010-10-06 17:20:06 -07:00
|
|
|
#extensionDescription {
|
|
|
|
margin-top: 4px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#groove {
|
2010-10-06 17:20:06 -07:00
|
|
|
margin-top: 8px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2010-10-06 17:20:06 -07:00
|
|
|
#extensionDetailsBox {
|
|
|
|
overflow: auto;
|
|
|
|
min-height: 100px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
2007-09-05 22:28:13 -07:00
|
|
|
.boxIndent {
|
2010-10-06 17:20:06 -07:00
|
|
|
-moz-margin-start: 18px;
|
2007-03-22 10:30:00 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
#extensionCreator, .contributor {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sectionTitle {
|
|
|
|
padding: 2px 0px 3px 0px;
|
|
|
|
margin-top: 3px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|