Browse Source

Bigger user selection box in group creation/edit

sferot 10 years ago
parent
commit
432293bcdf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pboard/pboard/public/css/style.css

+ 4 - 0
pboard/pboard/public/css/style.css View File

@@ -192,3 +192,7 @@ div.search-result-item > h5 {
192 192
 
193 193
 ul.nav-tabs li.active > a { background-color: #efefef; }
194 194
 div.tab-pane > h4 { background-color: #efefef; padding: 0.5em; margin: 0 0 0.5em 0;}
195
+
196
+/* Admin form select */
197
+
198
+#sx_users { height: 250px; }