forked from extern/egroupware
Default formatting for custom field list, uses full width and limits input width
This commit is contained in:
parent
c59439f1ef
commit
2445fae8dd
@ -378,6 +378,16 @@ action buttons, left aligned for "extra" controls
|
|||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
/**
|
||||||
|
* Custom field list
|
||||||
|
*/
|
||||||
|
.et2_customfield_list {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.et2_customfield_list input {
|
||||||
|
max-width: 100ex;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Diff widget
|
* Diff widget
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user