Jelajahi Sumber

Temp fixes, need to go and do some stuff irl

Johand 9 tahun lalu
induk
melakukan
47e546ec5e
3 mengubah file dengan 16 tambahan dan 0 penghapusan
  1. 4 0
      README.md
  2. 10 0
      app/app.css
  3. 2 0
      app/templates/room.html

+ 4 - 0
README.md

@@ -1,3 +1,7 @@
+##Visit the official website!
+
+### ** http://musare.com/ **
+
 ##Get started with development!
 
 First download Meteor: https://www.meteor.com/

+ 10 - 0
app/app.css

@@ -489,6 +489,11 @@ form button:hover {
         width: 300px !important;
         margin-bottom: 100px !important;
     }
+    #voting{
+        margin: 0 auto !important;
+        width: 300px !important;
+        margin-bottom: 100px !important;
+    }
     #side-panel{
         display: none;
     }
@@ -1059,6 +1064,11 @@ nav form input[type="image"]{
     margin-left: 10px;
 }
 
+#voting {
+    margin-top: 10px;
+    margin-left: 10px;
+}
+
 #loginregistercontainer {
     margin-bottom: 100px;
 }

+ 2 - 0
app/templates/room.html

@@ -51,6 +51,8 @@
                         <div class="col-md-3">
                             <button type="button" id="toggle-video" class="button">Hide video</button>
                         </div>
+                    </div>
+                    <div class="row" id="voting">
                         <div class="col-md-3">
                         {{#if currentUser}}
                             <button title="Smile to this song." type="button" id="like" class="btn btn-success btn-lg {{liked}}"><i class="fa fa-smile-o"> {{likes}}</i></button>