mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Dialog styling W.I.P.:
- Get all buttons fit into footer toolbar for calendar edit - Fix extra bottom border on alarm - Fix grid padding
This commit is contained in:
parent
e75a1b6348
commit
1926a80d70
@ -2331,6 +2331,8 @@ ul.et2_nowrap, div.et2_nowrap{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.et2_fullWidth input.et2_date { width:95%;}
|
||||
|
||||
/*et2_image_widget*/
|
||||
div.et2_image_tooltipPopup {
|
||||
background: white;
|
||||
@ -2605,7 +2607,7 @@ td.avatar {
|
||||
/*Dialog headers styling*/
|
||||
tr.dialogHeader td, tr.dialogHeader2 td, tr.dialogHeader3 td, tr.dialogHeader4 td,
|
||||
tr.dialogOperators td,.dialogFooterToolbar {
|
||||
padding: 5px 0 5px 0;
|
||||
padding: 5px 0 5px 3px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.dialogHeader {
|
||||
|
@ -14,7 +14,7 @@
|
||||
<menupopup statustext="Select who should get the alarm" label="for" id="new_alarm[owner]" no_lang="1"/>
|
||||
</menulist>
|
||||
</hbox>
|
||||
<grid id="alarm" width="100%" class="egwGridView_grid" resize_ratio="0.3">
|
||||
<grid id="alarm" width="100%" resize_ratio="0.3">
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
@ -23,7 +23,7 @@
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row class="th">
|
||||
<row class="th thb">
|
||||
<description value="Time"/>
|
||||
<description value="before the event"/>
|
||||
<description value="All participants"/>
|
||||
|
Loading…
Reference in New Issue
Block a user