fix: bigger list item for group names
authorRicardo Velhote <rvelhote@gmail.com>
Sun, 30 May 2010 10:39:35 +0000 (11:39 +0100)
committerRicardo Velhote <rvelhote@gmail.com>
Sun, 30 May 2010 10:39:35 +0000 (11:39 +0100)
swat/public/default/css/swat-default.css

index ba7023d8a57092567d73917af17327bc2bf4f6c8..17f922fd367cd27e7b2885943a564c32ade58168 100644 (file)
@@ -878,6 +878,10 @@ ul.grp-list li span.name {
     background-image:url('/default/images/icons/users.png');
 }
 
+ul.grp-list li {
+    width:285px;
+}
+
 ul.popup-list li span.operation {
     display:inline-block;
     width:16px;