mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
fix some alignment issues: always have a margin for widgets with a lable, ...
This commit is contained in:
@@ -108,6 +108,9 @@ var et2_valueWidget = (function(){ "use strict"; return et2_baseWidget.extend(
|
||||
this._labelContainer.append(ph);
|
||||
}
|
||||
}
|
||||
|
||||
// add class if label is empty
|
||||
this._labelContainer.toggleClass('et2_label_empty', !_value || !parts[0]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user