mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix link-entry sizing too small
This commit is contained in:
parent
74c4957f2c
commit
f13fa742d8
@ -332,13 +332,6 @@
|
||||
div.et2_link_to input {
|
||||
width: 72% !important;
|
||||
}
|
||||
div.et2_link_entry select {
|
||||
width: 30% !important;
|
||||
}
|
||||
div.et2_link_entry input.ui-autocomplete-input {
|
||||
width: 51% !important;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
/**
|
||||
* Tabs widget
|
||||
*/
|
||||
|
@ -228,24 +228,6 @@ div.et2_link_to{
|
||||
input{width: 72% !important;}
|
||||
}
|
||||
|
||||
|
||||
div.et2_link_entry{
|
||||
|
||||
//left
|
||||
select {width: 30% !important;;}
|
||||
|
||||
//center
|
||||
input.ui-autocomplete-input {
|
||||
width: 51% !important;;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
//right - button
|
||||
//line 201
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
// defined in layout-dialog.less
|
||||
/**
|
||||
* Tabs widget
|
||||
|
Loading…
Reference in New Issue
Block a user