Browse Source

Merge remote-tracking branch 'origin/master'

KrisVos130 9 years ago
parent
commit
ab0a6d5b42
3 changed files with 11 additions and 0 deletions
  1. 7 0
      app/app.css
  2. 1 0
      app/app.js
  3. 3 0
      app/templates/header.html

+ 7 - 0
app/app.css

@@ -952,6 +952,13 @@ footer .fa {
     background-color: transparent;
 }
 
+nav form input[type="image"]{
+    width: 100px;
+    background-color: transparent !important;
+    border: none !important;
+    margin-top: -15px;
+}
+
 #station-main nav i {
     margin-left: 1em;
     font-size: 2em;

+ 1 - 0
app/app.js

@@ -749,6 +749,7 @@ if (Meteor.isClient) {
         },
         "click #save-song-button": function() {
             var newSong = {};
+            newSong.id = $("#id").val();
             newSong.title = $("#title").val();
             newSong.artist = $("#artist").val();
             newSong.img = $("#img").val();

File diff suppressed because it is too large
+ 3 - 0
app/templates/header.html


Some files were not shown because too many files changed in this diff