mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Set fixed size & minimum width for list first column
This commit is contained in:
parent
a8a73683b4
commit
2772381977
@ -2,6 +2,11 @@
|
||||
div#infolog-edit.et2_container {
|
||||
width: 842px;
|
||||
}
|
||||
/* Minimum width for first column */
|
||||
div#infolog-index.et2_container .gridCont_0_div_col_0 {
|
||||
min-width: 45px;
|
||||
}
|
||||
|
||||
.infolog_headertext { color: black; font-size: 120%; }
|
||||
.infolog_lpadding5 { padding-left: 5px; }
|
||||
.low,.low_done,.normal,.normal_done,.high,.high_done,.urgent,.urgent_done { font-weight: bold; }
|
||||
|
@ -18,7 +18,7 @@
|
||||
<template id="infolog.index.rows" template="" lang="" group="0" version="1.9.005">
|
||||
<grid width="100%">
|
||||
<columns>
|
||||
<column width="2%"/>
|
||||
<column width="55"/>
|
||||
<column/>
|
||||
<column disabled="@no_customfields"/>
|
||||
<column/>
|
||||
|
@ -15,6 +15,10 @@
|
||||
div#infolog-edit.et2_container {
|
||||
width: 842px;
|
||||
}
|
||||
/* Minimum width for first column */
|
||||
div#infolog-index.et2_container .gridCont_0_div_col_0 {
|
||||
min-width: 45px;
|
||||
}
|
||||
.infolog_headertext {
|
||||
color: black;
|
||||
font-size: 120%;
|
||||
@ -147,10 +151,14 @@ tr.dialogOperators td,
|
||||
}*/
|
||||
#infolog-index {
|
||||
/*height: auto !important;*/
|
||||
/* Minimum width for first column */
|
||||
}
|
||||
#infolog-index table.et2_grid {
|
||||
border-top: 0px;
|
||||
}
|
||||
#infolog-index .gridCont_0_div_col_0 {
|
||||
min-width: 45px;
|
||||
}
|
||||
#infolog-index #infolog-index_nm {
|
||||
/*min-height: 900px;*/
|
||||
/*ID Infolog*/
|
||||
|
@ -49,6 +49,11 @@
|
||||
/*height: auto !important;*/
|
||||
|
||||
table.et2_grid {border-top: 0px;}
|
||||
|
||||
/* Minimum width for first column */
|
||||
.gridCont_0_div_col_0 {
|
||||
min-width: 45px;
|
||||
}
|
||||
|
||||
#infolog-index_nm{
|
||||
/*min-height: 900px;*/
|
||||
|
Loading…
Reference in New Issue
Block a user