Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
53 lines
1.3 KiB
/*!
|
|
* Ext JS Library 3.2.0
|
|
* Copyright(c) 2006-2010 Ext JS, Inc.
|
|
* licensing@extjs.com
|
|
* http://www.extjs.com/license
|
|
*/
|
|
.x-border-layout-ct {
|
|
background-color:#f0f0f0;
|
|
}
|
|
|
|
.x-accordion-hd {
|
|
color:#222;
|
|
font-weight:normal;
|
|
background-image: url(../images/gray/panel/light-hd.gif);
|
|
}
|
|
|
|
.x-layout-collapsed{
|
|
background-color:#dfdfdf;
|
|
border-color:#d0d0d0;
|
|
}
|
|
|
|
.x-layout-collapsed-over{
|
|
background-color:#e7e7e7;
|
|
}
|
|
|
|
.x-layout-split-west .x-layout-mini {
|
|
background-image:url(../images/default/layout/mini-left.gif);
|
|
}
|
|
.x-layout-split-east .x-layout-mini {
|
|
background-image:url(../images/default/layout/mini-right.gif);
|
|
}
|
|
.x-layout-split-north .x-layout-mini {
|
|
background-image:url(../images/default/layout/mini-top.gif);
|
|
}
|
|
.x-layout-split-south .x-layout-mini {
|
|
background-image:url(../images/default/layout/mini-bottom.gif);
|
|
}
|
|
|
|
.x-layout-cmini-west .x-layout-mini {
|
|
background-image:url(../images/default/layout/mini-right.gif);
|
|
}
|
|
|
|
.x-layout-cmini-east .x-layout-mini {
|
|
background-image:url(../images/default/layout/mini-left.gif);
|
|
}
|
|
|
|
.x-layout-cmini-north .x-layout-mini {
|
|
background-image:url(../images/default/layout/mini-bottom.gif);
|
|
}
|
|
|
|
.x-layout-cmini-south .x-layout-mini {
|
|
background-image:url(../images/default/layout/mini-top.gif);
|
|
}
|