From 68ad409c5c4c305500ce70184535dabad353252b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Feb 2016 06:35:36 +0100 Subject: fixed navbar and icons diff --git a/www/index.html b/www/index.html index 5b5800d..7e6a5cc 100644 --- a/www/index.html +++ b/www/index.html @@ -52,14 +52,9 @@
-
@@ -355,7 +336,7 @@ - + @@ -368,7 +349,7 @@
- + @@ -388,7 +369,7 @@
- + diff --git a/www/js/jingles.js b/www/js/jingles.js index 8767095..e2de6da 100644 --- a/www/js/jingles.js +++ b/www/js/jingles.js @@ -170,14 +170,14 @@ Rivendell.JingleCutView = function(model) { }; Rivendell.JingleCutView.prototype.render = function() { - var moveButton = $(''); + var moveButton = $(''); var activateButton; if (this.model.active) { - activateButton = $(''); + activateButton = $(''); } else { - activateButton = $(''); + activateButton = $(''); } - var deleteButton = $(''); + var deleteButton = $(''); var self = this; moveButton.on('click', function() { diff --git a/www/js/musicpools.js b/www/js/musicpools.js index c63c5ae..a524072 100644 --- a/www/js/musicpools.js +++ b/www/js/musicpools.js @@ -209,7 +209,7 @@ Rivendell.MusicpoolCartView.prototype.render = function() { } } - var deleteButton = $(''); + var deleteButton = $(''); var self = this; deleteButton.on('click', function() { diff --git a/www/js/shows.js b/www/js/shows.js index d18cd1b..5ea3c35 100644 --- a/www/js/shows.js +++ b/www/js/shows.js @@ -146,14 +146,14 @@ function shows_importCart(cart) { } // -// -// -// +// +// +// // // -// -// -// +// +// +// // function shows_newCartEntry(elem) { @@ -167,9 +167,9 @@ function shows_newCartEntry(elem) { var buttons = cart_exists ? '' : + '  Löschen' : ''; + '  Importieren'; return $('').append($('').text(elem)) .append($('').text(cart.title)) @@ -184,7 +184,7 @@ function shows_newCartEntry(elem) { function shows_newImportingEntry(cart) { var progress_bar = '
'; var cancel_button = ''; + '  Abbrechen'; return $('').append($('').text(cart)) .append($('').addClass('file-name').text('-')) @@ -196,7 +196,7 @@ function shows_newImportingEntry(cart) { function shows_newImportErrorEntry(cart, msg) { var dismiss_button = ''; + '  Ok'; var xmlDoc = $.parseXML(msg); msg = $(xmlDoc); diff --git a/www/styles/main-style.css b/www/styles/main-style.css index 319fb37..2ba7fe1 100644 --- a/www/styles/main-style.css +++ b/www/styles/main-style.css @@ -32,10 +32,6 @@ body { width: 100% !important; } -.btn i[class*='icon-'] { - vertical-align: middle; -} - .progress { margin-bottom: 0; } @@ -45,10 +41,6 @@ body { width: 100%; } -.navbar-inner { - padding-bottom: 0.3em; -} - #clock { display: block; width: 100%; -- cgit v0.10.2