forked from extern/egroupware
352 lines
7.8 KiB
Plaintext
Executable File
352 lines
7.8 KiB
Plaintext
Executable File
/**
|
|
* EGroupware: Stylite Pixelegg template
|
|
*
|
|
* et2 table
|
|
*
|
|
* Please do NOT change css-files directly, instead change less-files and compile them!
|
|
*
|
|
* @link http://www.egroupware.org
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @author Stefan Reinhard <stefan.reinhard@pixelegg.de>
|
|
* @package pixelegg
|
|
* @version $Id$
|
|
*/
|
|
|
|
@import (reference) "def_design_pattern_color_font_shadow.less";
|
|
@import (reference) "def_buttons.less";
|
|
|
|
/** #####################################################################################
|
|
* et2
|
|
* Tabellen
|
|
* ######################################################################################
|
|
*/
|
|
|
|
/* TABLE STYLE */
|
|
|
|
// Header der APP Tabellen
|
|
|
|
table.et2_grid {
|
|
|
|
}
|
|
|
|
|
|
.innerContainer{
|
|
overflow: hidden;
|
|
/*padding: 0;*/
|
|
}
|
|
// Table Head in Listen
|
|
|
|
.egwGridView_grid tr.th > td, /*legacy*/
|
|
.nextmatch_header {
|
|
.background_color_15_gray;
|
|
font-weight: normal;
|
|
padding: 2px;
|
|
border-width: 0;
|
|
border-style: solid;
|
|
border-color: @gray_30;
|
|
border-left: 0px solid transparent;
|
|
border-top: 0px solid transparent;
|
|
border-right: 0px solid transparent;
|
|
border-bottom: 0px solid transparent;
|
|
background-image: none;
|
|
background-position: center;
|
|
background-repeat: repeat-x;
|
|
vertical-align: top;
|
|
}
|
|
|
|
|
|
|
|
.egwResizeOverlay{}
|
|
|
|
|
|
// Tabellenkopf
|
|
// Spalten mit Border
|
|
|
|
table.egwGridView_outer{
|
|
.background_color_5_gray;
|
|
// max-width: 100%;
|
|
border-spacing: 0px;
|
|
font-size: 0.9em;
|
|
|
|
thead {
|
|
.gradient_thead;
|
|
max-height: 118px;
|
|
overflow-y: auto;
|
|
|
|
tr {
|
|
|
|
th {
|
|
|
|
background: transparent;
|
|
.gradient();
|
|
|
|
font-weight: normal;
|
|
padding: 0px;
|
|
border-color: @gray_30;
|
|
border-left: 0px solid transparent;
|
|
border-top: 0px solid transparent;
|
|
border-right: 0px solid transparent;
|
|
border-bottom: 0px solid transparent;
|
|
|
|
vertical-align: top;
|
|
overflow: auto;
|
|
|
|
|
|
&:hover {
|
|
.background_color_25_gray;
|
|
.color_0_gray;
|
|
// border-right: 5px solid white;
|
|
background-image: url(../images/hint-arrow-right.png);
|
|
background-position: right bottom;
|
|
background-repeat: no-repeat;
|
|
background-size: 15px 15px;
|
|
|
|
}
|
|
|
|
&:active {
|
|
.background_color_15_gray;
|
|
.box_shadow_standard_light_inset;
|
|
border-bottom: 1px solid silver;
|
|
}
|
|
|
|
div.innerContainer {
|
|
max-height: 7em;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
|
|
}
|
|
|
|
th.optcol {
|
|
padding: 0;
|
|
text-align: center;
|
|
background-image: none;
|
|
/*width: 32px !important;*/
|
|
|
|
&:hover{
|
|
background-color: @color_hint;
|
|
}
|
|
|
|
span.selectcols {
|
|
height: 9px;
|
|
padding: 4px 10px 0px 2px;
|
|
margin-top: 4px;
|
|
background-image: url(../images/selectcols_small.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 10px 10px;
|
|
display: inline-block;
|
|
|
|
|
|
&:hover{
|
|
background-color: @color_hint;
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
tbody {
|
|
|
|
td.frame {
|
|
|
|
/*border: 1px solid @gray_10; can't have - breaks grid scroll calculations'
|
|
/*padding: 0px 5px; no need*/
|
|
|
|
}
|
|
|
|
|
|
/*Elements inside td*/
|
|
td{
|
|
|
|
.et2_link {margin-left: 0px; color: @link_color; font-weight: bold;}
|
|
|
|
img {.Complete_Button_Icon_normal;}
|
|
|
|
time {display: block;}
|
|
|
|
|
|
img[src$="svg"] {
|
|
.gradient_vertical (@egw_color_2_a, @egw_color_2_a);
|
|
}
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*########################################################*/
|
|
// Tabelle der APP Ausgabe
|
|
|
|
table.egwGridView_grid{
|
|
// border-collapse:collapse;
|
|
font-size: 12px;
|
|
.background_color_0_gray;
|
|
border-spacing: 0px 1px;
|
|
width: 100%;
|
|
|
|
img{ .dimension_height_s;}
|
|
img.iphoto {height: 9em;margin: 0.2em; max-height: 60px;}
|
|
|
|
tbody {
|
|
border-bottom: 1px solid @lightgray;
|
|
/*padding: 2px 3px 2px 4px;*/
|
|
margin: 0;
|
|
vertical-align: top;
|
|
|
|
// Listendarstellung
|
|
// Reihen ohne Border left und right
|
|
/* tr:nth-child(even) {background: @color_even;}
|
|
tr:nth-child(odd) {background: @color_odd;}*/
|
|
|
|
/*multiple choise*/
|
|
tr.selected{
|
|
background-image: none;
|
|
background-color: @egw_color_1_e !important;
|
|
/*.bw-gradient;*/
|
|
}
|
|
|
|
// is active
|
|
tr.focused{
|
|
background-image: url(../images/focused_hatching.png);
|
|
background-repeat: repeat;
|
|
background-color: fade(@color_active_row, 50%);
|
|
|
|
}
|
|
}
|
|
|
|
tr {
|
|
|
|
border-bottom: 1px solid;
|
|
border-color: @gray_50;
|
|
|
|
// Hover State
|
|
&:hover {background: @color_hover_row;}
|
|
|
|
|
|
|
|
td {
|
|
border-left: 0px;
|
|
border-right: 0px;
|
|
|
|
/*padding: 0.3em 0 0.3em 0.3em;*/
|
|
border-bottom: 1px solid;
|
|
color: @gray_60;;
|
|
/*&:hover {background-color: @egw_color_2_e;} legacy*/
|
|
|
|
&:active {
|
|
/*background-color: @egw_color_2_a;*/
|
|
.box_shadow_standard_light_inset;
|
|
.color_0_gray;
|
|
}
|
|
span{
|
|
color: @gray_70;
|
|
}
|
|
|
|
span[id*="[info_subject]"]{
|
|
margin-right: 30px;
|
|
}
|
|
|
|
|
|
table.customfields{
|
|
tbody{
|
|
border-bottom: 0px;
|
|
tr{
|
|
border-bottom: 0px;
|
|
td{
|
|
border-bottom: 0px;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/*subentry*/
|
|
|
|
tr.subentry {
|
|
background: fade(@color_selected_row, 20%) !important;
|
|
|
|
&:hover {background: @color_selected_row !important;}
|
|
}
|
|
|
|
|
|
span.arrow {
|
|
-moz-user-select: none;
|
|
background-repeat: no-repeat;
|
|
display: inline-block;
|
|
height: 8px;
|
|
margin-right: 2px;
|
|
vertical-align: middle;
|
|
width: 8px;
|
|
}
|
|
|
|
span.arrow.opened {
|
|
background-image: url("../images/egw_action/arrows.png");
|
|
background-position: -8px 0;
|
|
cursor: pointer;
|
|
}
|
|
span.arrow.closed {
|
|
background-image: url("../images/egw_action/arrows.png");
|
|
background-position: 0 0;
|
|
cursor: pointer;
|
|
}
|
|
span.arrow.loading {
|
|
background-image: url("../egw_action/ajax-loader.gif");
|
|
background-position: 0 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
} // table
|
|
|
|
|
|
.nextmatch_header .selectcols {
|
|
background: none;
|
|
// height: auto;
|
|
}
|
|
|
|
|
|
//Reihen
|
|
|
|
.nextmatch_header tr {
|
|
background: none;
|
|
}
|
|
|
|
|
|
|
|
/*Custom Fields*/
|
|
table.customfields{
|
|
|
|
tbody tr:nth-child(2n) {background: inherit;}
|
|
|
|
tr {background-color: inherit !important;}
|
|
|
|
td {
|
|
line-height: 11px;
|
|
|
|
span > div {display: inherit; margin: 0px;}
|
|
}
|
|
}
|
|
|
|
/*########################################################*/
|
|
// Tabelle der APP Ausgabe
|
|
|
|
table.nextmatch_header{
|
|
|
|
img{ .dimension_width_height_s;}
|
|
}
|