Correction for select at 30%
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Mar 2015 14:21:19 +0000 (10:21 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Mar 2015 14:21:19 +0000 (10:21 -0400)
Only want the event time fields

Toolkit/Members/css/member-admin.css

index 3fa22fa..58cf04e 100755 (executable)
@@ -1005,6 +1005,6 @@ label.pendingUpdate {
         width: 130px;
     }
 }
-select[name$="]"] {
+select[name^="btime"], select[name^="etime"] {
     width: 30%;
 }