Merge tag 'v2.0.9' into develop
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Jun 2016 20:48:27 +0000 (16:48 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Jun 2016 20:48:27 +0000 (16:48 -0400)
fixing merge conflicts with admin.css

Conflicts:
css/admin.css

1  2 
classes/glmPluginSupport.php
css/admin.css

Simple merge
diff --cc css/admin.css
@@@ -339,35 -339,16 +339,41 @@@ input[type=submit], input[type=file] 
      cursor: pointer;
  }
  .showLists, .showDetails{
-     margin:0;
+ /*    margin:0;
      float:left;
-     width:50%; 
+     width:50%; */
 -}
 +}
  #showDetail > label, #showList > label{  
-     margin:0;
++
+ /*    margin:0;
      float:left;
-     width:50%;
+     width:50%;*/
+     display: block;
++
  }
 +
 +
 +/* Placeholder fixes for certain browsers */
 +::-webkit-input-placeholder { /* Chrome, Safari, Opera */
 +    color: #888;
 +    font-weight: 400;
 +}
 +::-moz-placeholder {  /* Firefox */
 +    color: #888;
 +    font-weight: 400;
 +}
 +:-ms-input-placeholder { /* IE10–11 */
 +    color: #888 !important;
 +    font-weight: 400 !important;
 +}
 +::-ms-input-placeholder { /* Edge */
 +    color: #888;
 +    font-weight: 400;
 +}
 +::placeholder { /* CSS Working Draft */
 +    color: #888;
 +    font-weight: 400;
 +}