mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Remove div.et2_container in favor of just .et2_container, as we use form now
This commit is contained in:
parent
e2021acb9d
commit
f2e9cb89eb
@ -368,7 +368,7 @@ button#tracker-index-addressbook_add{
|
|||||||
# #
|
# #
|
||||||
##############################################*/
|
##############################################*/
|
||||||
|
|
||||||
div#addressbook-edit.et2_container {
|
#addressbook-edit.et2_container {
|
||||||
}
|
}
|
||||||
|
|
||||||
// person image
|
// person image
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
div#infolog-edit.et2_container {
|
#infolog-edit.et2_container {
|
||||||
}
|
}
|
||||||
/* Minimum width for first column */
|
/* Minimum width for first column */
|
||||||
div#infolog-index.et2_container .gridCont_0_div_col_0 {
|
#infolog-index.et2_container .gridCont_0_div_col_0 {
|
||||||
min-width: 45px;
|
min-width: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Minimum width for first column */
|
/* Minimum width for first column */
|
||||||
div#infolog-index.et2_container .gridCont_0_div_col_0 {
|
#infolog-index.et2_container .gridCont_0_div_col_0 {
|
||||||
min-width: 45px;
|
min-width: 45px;
|
||||||
}
|
}
|
||||||
.infolog_headertext {
|
.infolog_headertext {
|
||||||
|
@ -11,7 +11,7 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#resources-edit.et2_container
|
#resources-edit.et2_container
|
||||||
{
|
{
|
||||||
width:848px;
|
width:848px;
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
|||||||
|
|
||||||
.timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; }
|
.timesheet_titleSum,.timesheet_titleDetails { font-weight: bold; }
|
||||||
|
|
||||||
div#timesheet-edit.et2_container
|
#timesheet-edit.et2_container
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -147,7 +147,7 @@ span.timesheet_titleDetails {font-weight: bold;}
|
|||||||
#timesheet-edit_pm_id input{
|
#timesheet-edit_pm_id input{
|
||||||
width: 99% !important;
|
width: 99% !important;
|
||||||
}
|
}
|
||||||
div#timesheet-edit.et2_container
|
#timesheet-edit.et2_container
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
//
|
//
|
Loading…
Reference in New Issue
Block a user