diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 6574a7b0e5..baf4a22bbf 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -1169,3 +1169,18 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button { width: 100%; } +/** +* et2_taglist +*/ +.ms-ctn,.ms-res-ctn { + /* It doesn't really work smaller than this */ + min-width: 150px; +} +.ms-ctn .loading { + position: relative; + margin: 0px auto -16px auto; + top: 5px; +} +.ms-res-ctn { + overflow-x: hidden; +} \ No newline at end of file