home *** CD-ROM | disk | FTP | other *** search
-
- /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
-
- /* ===== filepicker.css =================================================
- == Styles used by the filepicker dialog.
- ======================================================================= */
-
- @import url("chrome://global/skin/");
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: input items ::::: */
-
- #main-window {
- padding: 2px;
- }
-
- label {
- margin: 4px 3px 5px 9px;
- }
-
- #textInputLabel,
- #filterBox label {
- min-width: 81px;
- margin: 4px 3px 5px 6px;
- }
-
- #lookInMenuList,
- #textInput,
- #filterMenuList {
- height: 21px;
- margin: 4px 5px 6px 2px;
- }
-
- .menulist-label-box,
- .menulist-label {
- margin: 0;
- border: 0;
- padding: 0;
- }
-
- .menulist-dropmarker {
- max-height: 18px;
- }
-
- #lookInMenuList .menulist-label-box {
- list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-folder-open.gif");
- padding: 0 2px;
- }
-
- #lookInMenuList .menulist-label {
- padding: 0 4px;
- }
-
- #filterBox {
- display: -moz-box !important;
- }
-
- grid {
- margin: 0 5px 0 0;
- }
-
- .dialog-button-box {
- margin: 0 8px 0 0;
- }
-
- /* ::::: button items ::::: */
-
- .up-button,
- .home-button,
- .new-dir-button {
- margin: 3px 8px 6px 0px;
- max-width: 23px;
- }
-
- .up-button > .button-box,
- .home-button > .button-box,
- .new-dir-button > .button-box {
- margin: 0;
- border: 0;
- padding: 0 1px;
- }
-
- .up-button {
- list-style-image: url("chrome://global/skin/filepicker/folder-up.gif");
- }
-
- .home-button {
- list-style-image: url("chrome://global/skin/filepicker/folder-home.gif");
- }
-
- .new-dir-button {
- list-style-image: url("chrome://global/skin/filepicker/folder-new.gif");
- display: -moz-box !important;
- margin-right: 13px;
- }
-
- /* ::::: file/directory tree ::::: */
-
- #FilenameColumn,
- #ContentLengthColumn,
- #LastModifiedDateColumn {
- width: 80px;
- }
-
- treechildren:-moz-tree-image(FilenameColumn, directory) {
- list-style-image: url("chrome://global/skin/filepicker/dir-closed.gif");
- padding: 0 2px 0 0;
- }
-
- treechildren:-moz-tree-image(FilenameColumn, file) {
- list-style-image: url("chrome://global/skin/filepicker/blank.gif");
- padding: 0 2px 0 0;
- }
-