silverstripe-framework/admin/css/screen.css

47 lines
2.8 KiB
CSS

/* line 4, ../scss/_tree.scss */
.jstree ul { display: block; margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: none; }
/* line 9, ../scss/_tree.scss */
.jstree li { display: block; margin: 0 0 0 0; padding: 0 0 0 0; list-style-type: none; display: block; min-height: 18px; line-height: 18px; white-space: nowrap; margin-left: 18px; min-width: 18px; }
/* line 20, ../scss/_tree.scss */
.jstree ins { display: inline-block; text-decoration: none; width: 18px; height: 18px; margin: 0 0 0 0; padding: 0; }
/* line 27, ../scss/_tree.scss */
.jstree a { display: inline-block; line-height: 16px; height: 16px; color: black; white-space: nowrap; text-decoration: none; padding: 1px 2px; margin: 0; }
/* line 36, ../scss/_tree.scss */
.jstree a:focus { outline: none; }
/* line 39, ../scss/_tree.scss */
.jstree a > ins { height: 16px; width: 16px; }
/* line 42, ../scss/_tree.scss */
.jstree a > .jstree-icon { margin-right: 3px; }
/* line 45, ../scss/_tree.scss */
.jstree li.jstree-open > ul { display: block; }
/* line 47, ../scss/_tree.scss */
.jstree li.jstree-closed > ul { display: none; }
/* line 49, ../scss/_tree.scss */
.jstree li.disabled a { color: #aaaaaa; }
/* line 53, ../scss/_tree.scss */
.jstree-rtl a > .jstree-icon { margin-left: 3px; margin-right: 0; }
/* line 56, ../scss/_tree.scss */
.jstree-rtl li { margin-left: 0; margin-right: 18px; }
/* line 60, ../scss/_tree.scss */
.jstree-rtl > ul > li { margin-right: 0px; }
/* line 63, ../scss/_tree.scss */
.jstree > ul > li { margin-left: 0px; }
/* line 5, ../scss/screen.scss */
.logo .version { display: none; }
/* line 11, ../scss/screen.scss */
.ss-loading-screen, .ss-loading-screen .loading-logo { width: 100%; height: 100%; overflow: hidden; position: absolute; background: #fff; background: -moz-radial-gradient(50% 50% 180deg, circle cover, white, #efefef, #c7c7c7 100%); background: -webkit-gradient(radial, 50% 50%, 350, 50% 50%, 0, from(#e3e3e3), to(white)); z-index: 100000; margin: 0; padding: 0; }
/* line 25, ../scss/screen.scss */
.ss-loading-screen .loading-logo { background-url: url(../images/logo.gif); background-repeat: no-repeat; background-color: transparent; background-position: 50% 50%; }
/* line 31, ../scss/screen.scss */
.ss-loading-screen p { width: 100%; text-align: center; position: absolute; bottom: 80px; }
/* line 37, ../scss/screen.scss */
.ss-loading-screen p span.notice { display: inline-block; font-size: 14px; padding: 10px 20px; color: #dc7f00; border: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1); -o-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1); }
/* line 55, ../scss/screen.scss */
.ss-loading-screen .loading-animation { display: none; position: absolute; left: 49%; top: 75%; }