forked from extern/egroupware
Better layout for user & category selectboxes
This commit is contained in:
parent
871efde40d
commit
187614dddb
@ -2843,7 +2843,7 @@ app.classes.calendar = AppJS.extend(
|
||||
var button = $j('#calendar-sidebox_owner ~ span.et2_clickable');
|
||||
if(button.length == 1)
|
||||
{
|
||||
button.parent().width(button.parent().width() - button.width());
|
||||
button.parent().css('margin-right',button.outerWidth(true)+2);
|
||||
button.parent().parent().css('white-space','nowrap');
|
||||
}
|
||||
},
|
||||
|
@ -19,9 +19,17 @@
|
||||
#calendar-sidebox_owner {
|
||||
width: 90%;
|
||||
}
|
||||
#calendar-sidebox_owner ~ * {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
#calendar-sidebox_cat_id {
|
||||
width: 90%;
|
||||
}
|
||||
#calendar-sidebox_cat_id ~ * {
|
||||
vertical-align: top;
|
||||
display: inline-block;
|
||||
}
|
||||
#calendar-sidebox_buttons tbody {
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user