diff --git a/src/messenger/webim/default.css b/src/messenger/webim/default.css index 7ea1997c..10080528 100644 --- a/src/messenger/webim/default.css +++ b/src/messenger/webim/default.css @@ -39,7 +39,7 @@ html, body { } body { - min-width: 700px; + min-width: 750px; } a { @@ -56,16 +56,16 @@ a { #wrap400 { width: 100%; - min-width:400px; + min-width:450px; } #wrap700 { width: 100%; - min-width:700px; + min-width:750px; } #fixedwrap { - width: 850px; + width: 750px; } .contentdiv { diff --git a/src/messenger/webim/view/groups.php b/src/messenger/webim/view/groups.php index a3fcd2dd..8c8bd081 100644 --- a/src/messenger/webim/view/groups.php +++ b/src/messenger/webim/view/groups.php @@ -81,9 +81,9 @@ if(count($page['groups']) > 0) {