flexview/webif/plugin/flexview/style.css

107 lines
1.7 KiB
CSS

.fvIcon {
vertical-align: center;
height: 21px;
}
#flcell {
vertical-align: top;
}
#dircell {
vertical-align: top;
}
.ui-resizable-helper {
border: 1px solid #999;
}
#resize {
background-color: #ccc;
}
#paste {
display: none
}
/* change grid z-index so it is lower than top menu pull downs */
.ui-jqgrid {
z-index: 20;
overflow: auto;
}
/* stop text bottom being cut off */
.ui-jqgrid .ui-jqgrid-sortable { height:24px !important; }
/* stop filter boxes overflowing */
.ui-search-table select, .ui-search-table input {
width: 90% !important;
}
.ui-jqgrid .ui-search-table .ui-search-oper {
width: 10px;
padding: 0;
}
/* Zebra stripe table in common with other webif displays */
/*
.ui-jqgrid tr.jqgrow:nth-child(even) {
background: #ffffcc;
}
.ui-jqgrid tr.jqgrow:nth-child(odd) {
background: #ccff99;
}
*/
#tabcontent
{
margin-top: 1em;
}
.spinner
{
width: 50%;
margin: 10px;
height: 20px
}
/* Minimal tabs */
/*
#tabbar
{
background: transparent;
border: none;
padding: 0 0 0 0;
}
#tabbar .ui-widget-header
{
background: transparent;
border: none;
border-bottom: 1px solid #c0c0c0;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}
#tabbar .ui-tabs-nav .ui-state-default
{
background: transparent;
border: none;
}
#tabbar .ui-tabs-nav .ui-state-active
{
background: transparent url(img/uiTabsArrow.png) no-repeat bottom center;
border: none;
}
#tabbar .ui-tabs-nav .ui-state-default a
{
color: #c0c0c0;
}
#tabbar .ui-tabs-nav .ui-state-active a
{
color: #000000;
}
#tabbar .ui-tabs-panel
{
padding: 0 0 0 0;
}
*/