Explorar el Código

Bigger user selection box in group creation/edit

sferot hace 11 años
padre
commit
432293bcdf
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      pboard/pboard/public/css/style.css

+ 4 - 0
pboard/pboard/public/css/style.css Ver fichero

@@ -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; }