home *** CD-ROM | disk | FTP | other *** search
- @import url("../../../bindings/orange/orange.css");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- component {
- background: #ffffff;
- vertical-align: bottom;
-
- display: -moz-box;
- -moz-box-align: start;
- }
-
- component:nth-child(even) {
- background: #ffeac4;
- }
-
- component[type="widget"] image[src] {
- list-style-image: url("images/widget.png");
- max-width: 16px;
- max-height: 16px;
- min-width: 16px;
- min-height: 16px;
- }
-
- *.xxx {
- border: 1px solid red;
- }
-
- .center {
- -moz-box-flex: 1;
- }
-
- .center .widgets {
- -moz-box-flex: 1;
- }
-
- .version {
- color: #666666;
- font-size: 11px;
- margin: 5px 0;
- }
-
- /* item type: package */
- [type="package"] .widget {
- -moz-box-align: baseline;
- }
-
- [type="package"] .version {
- margin-left: 52px;
- }
-
- [type="package"] .widget .icon {
- margin: 4px 10px 0px 26px;
- display: -moz-box;
- }
-
- [type="package"] .widget .title {
- color: #000000;
- font-size: 13px;
- -moz-box-flex: 1;
- }
-
- /* item type: package-remove */
- [type="package-remove"] {
- -moz-box-align: start;
- }
-
- [type="package-remove"] .widgets {
- -moz-box-flex: 1;
- padding: 2px 0;
- }
-
- [type="package-remove"] .widget {
- -moz-box-align: baseline;
- padding: 2px 0;
- }
-
- [type="package-remove"] .widget .icon {
- margin: 0px 10px;
- }
-
- [type="package-remove"] .widget .title {
- color: #000000;
- font-size: 13px;
- -moz-box-flex: 1;
- }
-
- /* item type: preset */
- [type="preset"] .center {
- }
-
- [type="preset"] .icon-container {
- -moz-box-align: center;
- -moz-box-pack: center;
- margin: 5px 10px;
- min-width: 32px;
- min-height: 32px;
- }
-
- [type="preset"] .icon {
- max-width: 32px;
- max-height: 32px;
- list-style-image: url("images/preset.png");
- }
-
- [type="preset"] .info {
- }
-
- [type="preset"] .info * {
- }
-
- [type="preset"] .title {
- color: #000000;
- margin: 3px 0 0 0;
- font-size: 13px;
- -moz-box-flex: 1;
- }
-