X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/resources/docs.css diff --git a/docs/resources/docs.css b/docs/resources/docs.css index eac688e0..7f339915 100644 --- a/docs/resources/docs.css +++ b/docs/resources/docs.css @@ -1,3 +1,9 @@ +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ body { font: normal 12px verdana,arial,tahoma; } @@ -48,7 +54,7 @@ html, body { .loading-indicator { font-size:11px; - background-image:url('../../resources/images/default/grid/loading.gif'); + background-image:url('../resources/images/default/grid/loading.gif'); background-repeat: no-repeat; background-position:top left; padding-left:20px; @@ -62,7 +68,7 @@ html, body { top:35%; left:43%; color:#444; - background-image:url(../../resources/images/default/shared/large-loading.gif); + background-image:url(../resources/images/default/shared/large-loading.gif); background-repeat: no-repeat; background-position:left 5px; padding:10px 10px 10px 38px; @@ -233,7 +239,7 @@ a:hover { } #doc-body .x-tab-panel-body { - background:#fff url(../../resources/images/default/form/text-bg.gif) repeat-x 0 0; + background:#fff url(../resources/images/default/form/text-bg.gif) repeat-x 0 0; } #doc-body .x-panel-body, #doc-body .body-wrap { background:transparent !important;