mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
remove div.et2_container in favor of just .et2_container, as we use a from now
This commit is contained in:
parent
fa482dbc39
commit
9b093562b4
@ -393,7 +393,7 @@ button#tracker-index-addressbook_add{
|
||||
# #
|
||||
##############################################*/
|
||||
|
||||
div#addressbook-edit.et2_container {
|
||||
#addressbook-edit.et2_container {
|
||||
}
|
||||
|
||||
// person image
|
||||
|
@ -1,8 +1,8 @@
|
||||
/* $Id$ */
|
||||
div#infolog-edit.et2_container {
|
||||
#infolog-edit.et2_container {
|
||||
}
|
||||
/* 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;
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
*/
|
||||
/* $Id$ */
|
||||
/* 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;
|
||||
}
|
||||
.infolog_headertext {
|
||||
|
@ -810,7 +810,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
||||
height: auto;
|
||||
}
|
||||
|
||||
div#mail-display.et2_container {
|
||||
#mail-display.et2_container {
|
||||
min-height: initial;
|
||||
}
|
||||
|
||||
@ -846,7 +846,7 @@ and (max-device-width:768){
|
||||
@media only screen
|
||||
and (max-device-width : 1024px)
|
||||
and (orientation : landscape) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
span#mail-compose_cc_expander,
|
||||
|
@ -802,7 +802,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
||||
margin-left: 0;
|
||||
height: auto;
|
||||
}
|
||||
div#mail-display.et2_container {
|
||||
#mail-display.et2_container {
|
||||
min-height: initial;
|
||||
}
|
||||
table.egwGridView_grid tbody td {
|
||||
|
@ -30,6 +30,7 @@
|
||||
<td>{lang_Poll_interval}</td>
|
||||
<td>
|
||||
<select name="newsettings[popup_poll_interval]">
|
||||
<option value="5"{selected_popup_poll_interval_60}>5secs</option>
|
||||
<option value="60"{selected_popup_poll_interval_60}>1 {lang_minute}</option>
|
||||
<option value="120"{selected_popup_poll_interval_120}>2 {lang_minutes}</option>
|
||||
<option value="300"{selected_popup_poll_interval_300}>5 {lang_minutes}</option>
|
||||
|
@ -11,7 +11,7 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div#resources-edit.et2_container
|
||||
#resources-edit.et2_container
|
||||
{
|
||||
width:848px;
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ tr.dialogOperators td,.dialogFooterToolbar {
|
||||
|
||||
.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{
|
||||
width: 99% !important;
|
||||
}
|
||||
div#timesheet-edit.et2_container
|
||||
#timesheet-edit.et2_container
|
||||
{
|
||||
}
|
||||
//
|
Loading…
Reference in New Issue
Block a user