tvheadend/src/webui/static/app/ext.css
2009-08-15 21:45:34 +00:00

363 lines
7 KiB
CSS

/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
.x-tree-col {
float:left;
overflow:hidden;
padding:0 1px;
zoom:1;
}
.x-tree-col-text, .x-tree-hd-text {
overflow:hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
padding:3px 3px 3px 5px;
white-space: nowrap;
font:normal 11px arial, tahoma, helvetica, sans-serif;
}
.x-tree-headers {
background: #f9f9f9 url(../extjs/resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
cursor:default;
zoom:1;
}
.x-tree-hd {
float:left;
overflow:hidden;
border-left:1px solid #eee;
border-right:1px solid #d0d0d0;
}
.ux-mselect{
overflow:auto;
background:white;
position:relative; /* for calculating scroll offsets */
zoom:1;
overflow:auto;
}
.ux-mselect-item{
font:normal 12px tahoma, arial, helvetica, sans-serif;
padding:2px;
border:1px solid #fff;
white-space: nowrap;
cursor:pointer;
}
.ux-mselect-selected{
border:1px dotted #a3bae9 !important;
background:#DFE8F6;
cursor:pointer;
}
.x-view-drag-insert-above {
border-top:1px dotted #3366cc;
}
.x-view-drag-insert-below {
border-bottom:1px dotted #3366cc;
}
.x-grid3-progresscol .x-grid3-cell-inner {
padding: 0px 0px 0px 5px;
}
.x-grid3-progresscol .x-progress-bar {
height: 16px;
}
.x-grid3-progresscol .x-progress-inner {
height: 16px;
}
.x-grid3-progresscol .x-progress-text-front-ie6 {
padding: 2.5px 5px;
}
.x-grid3-progresscol .x-progress-text-front {
padding: 2px 5px;
}
.x-progress-bar-red,.x-progress-bar-orange,.x-progress-bar-green {
border-bottom: 1px solid #7fa9e4;
float: left;
height: 16px;
}
.x-progress-bar-red {
background: #ff0000 url(../icons/progress-bg-red.gif) repeat-x scroll left
center;
border-top: 1px solid #ecb7ad;
}
.x-progress-bar-orange {
background: #9cbfee url(../icons/progress-bg-orange.gif) repeat-x scroll
left center;
border-right: 1px solid #deab7e;
border-top: 1px solid #d7b290;
}
.x-progress-bar-green {
background: #00ff00 url(../icons/progress-bg-green.gif) repeat-x scroll
left center;
border-right: 1px solid #5bd976;
border-top: 1px solid #79e18f;
}
.tvh-grid-unset {
color: #888;
font-style:italic;
}
.add {
background-image:url(../icons/add.gif) !important;
}
.option {
background-image:url(../icons/plugin.gif) !important;
}
.remove {
background-image:url(../icons/delete.gif) !important;
}
.save {
background-image:url(../icons/save.gif) !important;
}
.rec {
background-image:url(../icons/rec.png) !important;
}
.info {
background-image:url(../icons/information.png) !important;
}
.undo {
background-image:url(../icons/undo.png) !important;
}
.key {
background-image:url(../icons/key.png) !important;
}
.tags {
background-image:url(../icons/tag_blue.png) !important;
}
.xml {
background-image:url(../icons/tag.png) !important;
}
.drive {
background-image:url(../icons/drive.png) !important;
}
.group {
background-image:url(../icons/group.png) !important;
}
.hardware {
background-image:url(../icons/pci.png) !important;
}
.television {
background-image:url(../icons/television.png) !important;
}
.newspaper {
background-image:url(../icons/newspaper.png) !important;
}
.clock {
background-image:url(../icons/clock.png) !important;
}
.wrench {
background-image:url(../icons/wrench.png) !important;
}
.wand {
background-image:url(../icons/wand.png) !important;
}
.merge {
background-image:url(../icons/arrow_join.png) !important;
}
.iptv {
background-image:url(../icons/world.png) !important;
}
.x-smallhdr {
float:left;
width: 100px;
}
.x-epg-title {
margin: 5px;
font:normal 15px arial, tahoma, helvetica, sans-serif;
font-weight:bold;
}
.x-epg-desc {
margin: 5px;
}
.x-epg-chicon {
float: right;
margin: 5px;
}
.x-epg-meta {
margin: 5px;
}
.hts-t-info {
float:left;
width:100px;
}
.hts-doc-text {
font:normal 11px verdana;
padding: 5px;
}
.hts-doc-text dt {
padding-top: 10px;
font-weight: bold;
}
.hts-doc-text dl {
padding-left: 10px;
padding-bottom: 10px;
}
.hts-doc-text li {
padding-top: 5px;
padding-bottom: 5px;
}
.hts-doc-text img {
padding: 10px;
}
.about-title {
font:normal 24px verdana;
font-weight: bold;
}
/** vim: ts=4:sw=4:nu:fdc=4:nospell
*
* Ext.ux.grid.RowActions.css
*
* Style sheets for Grid RowActions Plugin
*
* @author Ing. Jozef Sakáloš
* @date 27. March 2008
* @verson $Id: Ext.ux.grid.RowActions.css 140 2008-04-06 01:24:10Z jozo $
*
* @license Ext.ux.grid.RowActions.css is licensed under the terms of
* the Open Source LGPL 3.0 license. Commercial use is permitted to the extent
* that the code/component(s) do NOT become part of another Open Source or Commercially
* licensed development library or toolkit without explicit permission.
*
* License details: http://www.gnu.org/licenses/lgpl.html
*/
/* styles for rows */
.ux-row-action-cell .x-grid3-cell-inner {
padding:1px 0 0 0;
}
.ux-row-action-item {
float:left;
min-width:16px;
height:16px;
background-repeat:no-repeat;
margin: 0 5px 0 0;
cursor:pointer;
overflow:hidden;
}
.ext-ie .ux-row-action-item {
width:16px;
}
.ext-ie .ux-row-action-text {
width:auto;
}
.ux-row-action-item span {
vertical-align:middle;
padding:0 0 0 20px;
line-height:18px;
}
.ext-ie .ux-row-action-item span {
width:auto;
}
/* styles for groups */
.x-grid-group-hd div {
position:relative;
height:16px;
}
.ux-grow-action-item {
min-width:16px;
height:16px;
background-repeat:no-repeat;
background-position: 0 50% ! important;
margin: 0 0 0 4px;
padding: 0 ! important;
cursor:pointer;
float:left;
}
.ext-ie .ux-grow-action-item {
width:16px;
}
.ux-action-right {
float:right;
margin: 0 3px 0 2px;
padding: 0 ! important;
}
.ux-grow-action-text {
padding: 0 ! important;
margin:0 ! important;
background:transparent none ! important;
float:left;
}
/** vim: ts=4:sw=4:nu:fdc=4:nospell
*
* Ext.ux.form.LovCombo CSS File
*
* @author Ing.Jozef Sakáloš
* @copyright (c) 2008, by Ing. Jozef Sakáloš
* @date 5. April 2008
* @version $Id: Ext.ux.form.LovCombo.css 189 2008-04-16 21:01:06Z jozo $
*
* @license Ext.ux.form.LovCombo.css is licensed under the terms of the Open Source
* LGPL 3.0 license. Commercial use is permitted to the extent that the
* code/component(s) do NOT become part of another Open Source or Commercially
* licensed development library or toolkit without explicit permission.
*
* License details: http://www.gnu.org/licenses/lgpl.html
*/
.ux-lovcombo-icon {
width:16px;
height:16px;
float:left;
background-position: -1px -1px ! important;
background-repeat:no-repeat ! important;
}
.ux-lovcombo-icon-checked {
background: transparent url(../extjs/resources/images/default/menu/checked.gif);
}
.ux-lovcombo-icon-unchecked {
background: transparent url(../extjs/resources/images/default/menu/unchecked.gif);
}
/* eof */