mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
79 lines
3.9 KiB
CSS
79 lines
3.9 KiB
CSS
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
|
|
/* copy from yui/examples/treeview/assets/css/folders/tree.css */
|
|
/* first or middle sibling, no children */
|
|
.ygtvtn { background: url(../pix/y/tn.gif) 0 0 no-repeat; width:17px; height:22px; }
|
|
/* first or middle sibling, collapsable */
|
|
.ygtvtm { background: url(../pix/y/tm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
|
|
/* first or middle sibling, collapsable, hover */
|
|
.ygtvtmh { background: url(../pix/y/tmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
|
|
/* first or middle sibling, expandable */
|
|
.ygtvtp { background: url(../pix/y/tp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
|
|
/* first or middle sibling, expandable, hover */
|
|
.ygtvtph { background: url(../pix/y/tph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
|
|
/* last sibling, no children */
|
|
.ygtvln { background: url(../pix/y/ln.gif) 0 0 no-repeat; width:17px; height:22px; }
|
|
/* Last sibling, collapsable */
|
|
.ygtvlm { background: url(../pix/y/lm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
|
|
/* Last sibling, collapsable, hover */
|
|
.ygtvlmh { background: url(../pix/y/lmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
|
|
/* Last sibling, expandable */
|
|
.ygtvlp { background: url(../pix/y/lp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
|
|
/* Last sibling, expandable, hover */
|
|
.ygtvlph { background: url(../pix/y/lph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
|
|
/* Loading icon */
|
|
.ygtvloading { background: url(../pix/y/loading.gif) 0 0 no-repeat; width:16px; height:22px; }
|
|
/* the style for the empty cells that are used for rendering the depth
|
|
* of the node */
|
|
.ygtvdepthcell { background: url(../pix/y/vline.gif) 0 0 no-repeat; width:17px; height:22px; }
|
|
.ygtvblankdepthcell { width:17px; height:22px; }
|
|
/* the style of the div around each node */
|
|
.ygtvitem { }
|
|
.ygtvitem table{ margin-bottom:0; }
|
|
.ygtvitem td { border:none;padding:0; }
|
|
/* the style of the div around each node's collection of children */
|
|
.ygtvchildren { }
|
|
* html .ygtvchildren { height:1%; }
|
|
/* the style of the text label in ygTextNode */
|
|
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { margin-left:2px; text-decoration: none; }
|
|
|
|
|
|
.file-picker{font-size:12px;}
|
|
.file-picker strong{background:#FFFFCC}
|
|
.file-picker a{color: #336699}
|
|
.file-picker a:hover{background:#003366;color:white}
|
|
.fp-panel{padding:0;margin:0; text-align:left;}
|
|
.fp-login-form{text-align:center}
|
|
.fp-searchbar{float:right}
|
|
.fp-viewbar{width:300px;float:left}
|
|
.fp-toolbar{padding: .8em;background: #FFFFCC;text-align:center;margin: 3px}
|
|
.fp-toolbar a{padding: 0 .5em}
|
|
.fp-list{list-style-type:none;padding:0;float:left;width:100%;margin:0;}
|
|
.fp-list li{border-bottom:1px dotted gray;margin-bottom: 1em;}
|
|
.fp-repo-name{display:block;padding: .5em;margin-bottom: .5em}
|
|
.fp-pathbar{margin: .4em;border-bottom: 1px dotted gray;}
|
|
.fp-pathbar a{padding: .4em;}
|
|
.fp-rename-form{text-align:center}
|
|
.fp-rename-form p{margin: 1em;}
|
|
.fp-upload-form{margin: 2em 0;text-align:center}
|
|
.fp-upload-btn{clear:both;margin-top: 2em;}
|
|
.fp-upload-btn a{cursor: default;background: white;border:1px solid gray;color:black;padding: .5em}
|
|
.fp-upload-btn a:hover {background: grey;color:white}
|
|
.fp-paging{margin:1em .5em; clear:both;text-align:center;line-height: 2.5em;}
|
|
.fp-paging a{padding: .5em;border: 1px solid #CCC}
|
|
.fp-paging a.cur_page{border: 1px solid blue}
|
|
.fp-popup{text-align:center}
|
|
.fp-grid{float:left;text-align:center;}
|
|
.fp-grid div{overflow: hidden}
|
|
.fp-grid p{margin:0;padding:0;background: #FFFFCC}
|
|
.fp-grid .label{height:48px;text-align:center}
|
|
.fp-grid span{color:gray}
|
|
.fp-error {padding: 2em 0; margin: 3em 5px;text-align:center;background: #FFBBBB}
|
|
.fp-msg {padding: 2em 0; margin: 3em 5px;text-align:center;background: green}
|
|
/* file picker search dialog */
|
|
div.bd{text-align:left}
|
|
|
|
|
|
/* TODO: Fix IE6 somehow
|
|
.yui-skin-sam .yui-panel .hd{}
|
|
*/
|