/** * The CSS in here cotrols the appearance of the linkpage manager */ /* table.sortable thead { */ #linkpage__sortable thead { background-color: __background_alt__; color:#666666; font-weight: bold; cursor: default; padding: 3px; border: 1px solid __border__; } #linkpage__sortable td, tr { padding: 3px; border: 0px solid __border__; } #linkpage__manager { height: 100%; overflow: hidden; } /* --- Tree formatting --- */ #linkpage__tree img { float:left; padding: 0.5em 0.3em 0 0; } #linkpage__tree ul img { list-style-type: none; list-style-image: none; } #linkpage__tree li { clear: left; list-style-type: none; list-style-image: none; } * html #linkpage__tree li { border: 1px solid __background__; }/* I don't understand this, but this fixes a style bug in IE; it's dirty, so any "real" fixes are welcome */ /* --- options --- */ #linkpage__opts { padding-left: 1em; margin-bottom: 0.5em; } #linkpage__opts input { float: left; position: absolute; } * html #linkpage__opts input { position: static; } #linkpage__opts label { display: block; float: left; margin-left: 30px; } * html #linkpage__opts label { margin-left: 10px; } #linkpage__opts br { clear: left; } /* --- file list --- */ #linkpage__content .odd { background-color: __background_other__; padding: 0.4em; } #linkpage__content .even { padding: 0.4em; } #linkpage__content a.linkpagefile { margin-right: 1.5em; font-weight: bold; } #linkpage__content div.detail { padding: 0.3em 0 0.3em 2em; } #linkpage__content img.btn { vertical-align: text-bottom; } #linkpage__content div.example { color: __text_neu__; margin-left: 1em; }