Browse Source

Mild theming change

logicp 7 years ago
parent
commit
caed7a8724
1 changed files with 4 additions and 3 deletions
  1. 4 3
      css/heartbeat.css

+ 4 - 3
css/heartbeat.css

@@ -47,13 +47,14 @@
 
 #heartbeat-feed-form label {
     font-size:1rem;
+    font-weight: 700;
     color: white;
     position:absolute;
-    top:50%;;
-    left:50%;
+    /*top:50%;;*/
+    /*left:50%;*/
     display:inline-block;
     width:auto;
-    transform:translate(-50%, -50%);
+    /*transform:translate(-50%, -50%);*/
 }
 
 #heartbeat-feed-form .form-item-feedtabs {