mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
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;
|
||||
}
|
||||
*/
|
||||
/**
|
||||
* Custom field list
|
||||
*/
|
||||
.et2_customfield_list {
|
||||
width: 100%;
|
||||
}
|
||||
.et2_customfield_list input {
|
||||
max-width: 100ex;
|
||||
}
|
||||
|
||||
/**
|
||||
* Diff widget
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user