Update styles for the front
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Mar 2015 14:01:47 +0000 (10:01 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Mar 2015 14:01:47 +0000 (10:01 -0400)
Make text smaller in the members only area

Toolkit/Members/css/member-admin.css

index 1ad55d3..d5cd90f 100755 (executable)
@@ -681,6 +681,9 @@ img {
     position: relative;
     background: #D6DFC3;
     }
+.packageItem * {
+    font-size: .876rem;
+}
 
 .packageItem .thumb {
     position: relative;
@@ -695,10 +698,14 @@ img {
     font-style: normal;
     font-weight: bold;
     display: block;
+    width: 40%;
     padding-top: 1em;
 
     }
 .packageItem input {margin-top: 0.5em;}
+.packageItem input[type="file"] {
+    width: 40%;
+}
 .packageItem input.text {
     width: 200px;
     display: block;