2012-05-21 11:12:37 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2004-06-18 21:33:39 +00:00
|
|
|
|
2004-12-13 07:44:52 +00:00
|
|
|
@import "chrome://global/skin/";
|
2007-04-13 01:26:39 +00:00
|
|
|
|
2008-01-28 00:53:12 +00:00
|
|
|
/* View buttons */
|
2008-12-04 13:36:24 +00:00
|
|
|
@import "chrome://global/skin/viewbuttons.css";
|
2007-04-13 01:26:39 +00:00
|
|
|
|
2008-02-24 09:39:22 +00:00
|
|
|
/* Extensions will provide icons because the view buttons have icons
|
2013-02-23 06:47:52 +00:00
|
|
|
on the windows and linux themes. We don't want to display them */
|
2008-02-24 09:39:22 +00:00
|
|
|
.viewButtonIcon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2007-04-13 01:26:39 +00:00
|
|
|
deck {
|
|
|
|
padding: 10px 10px 10px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Misc */
|
2004-12-13 07:44:52 +00:00
|
|
|
tree {
|
2007-04-13 01:26:39 +00:00
|
|
|
margin: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gridSeparator {
|
|
|
|
width: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
textbox {
|
|
|
|
background: transparent !important;
|
|
|
|
border: none;
|
|
|
|
padding: 0px;
|
|
|
|
margin-top: 1px;
|
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
|
|
|
|
2004-06-18 21:33:39 +00:00
|
|
|
textbox.header {
|
2007-04-13 01:26:39 +00:00
|
|
|
-moz-margin-start: 0;
|
2004-12-13 07:44:52 +00:00
|
|
|
}
|
2004-06-18 21:33:39 +00:00
|
|
|
|
2004-12-13 07:44:52 +00:00
|
|
|
.iframe {
|
2007-04-13 01:26:39 +00:00
|
|
|
margin: .5em;
|
|
|
|
background: white;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fixedsize {
|
|
|
|
height: 8.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
textbox[disabled] {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* General Tab */
|
2007-07-17 05:45:42 +00:00
|
|
|
groupbox.collapsable caption .caption-icon {
|
2007-04-13 01:26:39 +00:00
|
|
|
width: 11px;
|
|
|
|
height: 11px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
-moz-margin-end: 2px;
|
|
|
|
background-image: url("chrome://global/skin/arrow/arrow-dn.gif");
|
2004-12-13 07:44:52 +00:00
|
|
|
}
|
2004-06-18 21:33:39 +00:00
|
|
|
|
2007-07-17 05:45:42 +00:00
|
|
|
groupbox.collapsable[closed="true"] caption .caption-icon {
|
2007-04-13 01:26:39 +00:00
|
|
|
background-image: url("chrome://global/skin/arrow/arrow-rit.gif");
|
|
|
|
}
|
|
|
|
|
|
|
|
groupbox tree {
|
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2007-07-17 05:45:42 +00:00
|
|
|
groupbox.treebox .groupbox-body {
|
2007-04-13 01:26:39 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#securityBox description {
|
|
|
|
-moz-margin-start: 10px;
|
|
|
|
}
|
|
|
|
|
2007-04-24 21:13:57 +00:00
|
|
|
#general-security-identity {
|
2008-03-08 09:44:35 +00:00
|
|
|
white-space: pre-wrap;
|
2007-04-24 21:13:57 +00:00
|
|
|
line-height: 2em;
|
|
|
|
}
|
|
|
|
|
2007-04-13 01:26:39 +00:00
|
|
|
/* Media Tab */
|
|
|
|
#imagetree {
|
|
|
|
min-height: 10em;
|
2010-07-24 08:56:37 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mediaSplitter {
|
|
|
|
background: none;
|
2007-04-13 01:26:39 +00:00
|
|
|
}
|
2004-12-13 07:44:52 +00:00
|
|
|
|
2008-01-24 01:22:37 +00:00
|
|
|
#mediaGrid {
|
|
|
|
min-height: 9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mediaLabelColumn {
|
|
|
|
min-width: 10em;
|
|
|
|
}
|
|
|
|
|
2004-12-13 07:44:52 +00:00
|
|
|
#thepreviewimage {
|
2007-04-13 01:26:39 +00:00
|
|
|
margin: 1em;
|
2004-12-13 07:44:52 +00:00
|
|
|
}
|
|
|
|
|
2007-04-13 01:26:39 +00:00
|
|
|
treechildren::-moz-tree-cell-text(broken) {
|
|
|
|
font-style: italic;
|
|
|
|
color: graytext;
|
2004-06-18 21:33:39 +00:00
|
|
|
}
|
|
|
|
|
2007-04-13 01:26:39 +00:00
|
|
|
/* Feeds Tab */
|
|
|
|
#feedtree {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#feedListbox richlistitem {
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
-moz-padding-start: 7px;
|
|
|
|
-moz-padding-end: 7px;
|
|
|
|
min-height: 25px;
|
|
|
|
border-bottom: 1px dotted #C0C0C0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#feedListbox richlistitem[selected="true"] {
|
|
|
|
background-color: -moz-Dialog;
|
|
|
|
color: -moz-DialogText;
|
|
|
|
}
|
|
|
|
|
|
|
|
#feedListbox {
|
|
|
|
border: 2px solid;
|
|
|
|
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
|
|
|
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
|
|
|
|
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
|
|
|
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feedTitle {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Permissions Tab */
|
|
|
|
#permList {
|
|
|
|
margin-top: .5em;
|
|
|
|
overflow: auto;
|
|
|
|
border: 2px solid;
|
|
|
|
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
|
|
|
|
-moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
|
|
|
|
-moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
|
|
|
|
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
|
|
|
|
background-color: -moz-field;
|
|
|
|
}
|
|
|
|
|
2009-10-23 15:28:14 +00:00
|
|
|
.permission {
|
2007-04-13 01:26:39 +00:00
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
-moz-padding-start: 7px;
|
|
|
|
-moz-padding-end: 7px;
|
|
|
|
min-height: 25px;
|
|
|
|
border-bottom: 1px dotted #C0C0C0;
|
|
|
|
}
|
|
|
|
|
2009-10-23 15:28:14 +00:00
|
|
|
.permissionLabel {
|
2007-04-13 01:26:39 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2009-10-23 15:28:14 +00:00
|
|
|
.permission:hover {
|
2007-04-13 01:26:39 +00:00
|
|
|
background-color: -moz-dialog;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Security Tab */
|
2007-05-13 12:34:09 +00:00
|
|
|
#securityPanel .caption-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2007-04-24 21:13:57 +00:00
|
|
|
#securityPanel .header {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#securityPanel .fieldLabel {
|
2007-05-13 12:34:09 +00:00
|
|
|
margin: 2px 10px 3px 10px;
|
2007-04-13 01:26:39 +00:00
|
|
|
}
|
|
|
|
|
2007-04-24 21:13:57 +00:00
|
|
|
#securityPanel .fieldValue {
|
|
|
|
font-weight: bold;
|
2007-05-13 12:34:09 +00:00
|
|
|
margin: 2px 10px 0px 10px;
|
2004-12-13 07:44:52 +00:00
|
|
|
}
|