changeset 1229:79c615718a2f

#status corner style. rm hardcoded show uri. fix 'add to current song' ajax path. Ignore-this: e2da0be542cf51456c12a2bbe7f5bb5d
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 08 Jun 2015 09:28:55 +0000
parents af7bf271aaae
children 23377f8efd09
files bin/keyboardcomposer bin/rdfdb light9/subserver/effects.coffee light9/web/style.css
diffstat 4 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/bin/keyboardcomposer	Mon Jun 08 09:28:30 2015 +0000
+++ b/bin/keyboardcomposer	Mon Jun 08 09:28:55 2015 +0000
@@ -633,8 +633,4 @@
     root.protocol('WM_DELETE_WINDOW', reactor.stop)
 
     tksupport.install(root,ms=10)
-
-
-#    prof.watchPoint("/usr/lib/python2.4/site-packages/rdflib-2.3.3-py2.4-linux-i686.egg/rdflib/Graph.py", 615)
-
     prof.run(reactor.run, profile=None)
--- a/bin/rdfdb	Mon Jun 08 09:28:30 2015 +0000
+++ b/bin/rdfdb	Mon Jun 08 09:28:55 2015 +0000
@@ -416,7 +416,7 @@
     log.setLevel(logging.DEBUG if options.verbose else logging.INFO)
 
     db = Db(dirUriMap={os.environ['LIGHT9_SHOW'].rstrip('/') + '/':
-                       URIRef('http://light9.bigasterisk.com/show/dance2014/')})
+                       showconfig.showUri()})
 
     from twisted.python import log as twlog
     twlog.startLogging(sys.stdout)
--- a/light9/subserver/effects.coffee	Mon Jun 08 09:28:30 2015 +0000
+++ b/light9/subserver/effects.coffee	Mon Jun 08 09:28:55 2015 +0000
@@ -29,7 +29,7 @@
 model.addToCurrentSong = (e) ->
   $.ajax({
     type: 'POST'
-    url: '//localhost:8070/songEffects'
+    url: '/effectEval/songEffects'
     data: {drop: e.uri}
   })
 
--- a/light9/web/style.css	Mon Jun 08 09:28:30 2015 +0000
+++ b/light9/web/style.css	Mon Jun 08 09:28:55 2015 +0000
@@ -27,8 +27,10 @@
 }
 #status {
     position: fixed;
-    bottom: 10px;
-    right: 10px;
+    bottom: 0px;
+    right: 0px;
+    background: rgba(0, 0, 0, 0.47);
+    padding-left: 6px;
 }
 
 
@@ -127,6 +129,8 @@
         height: initial;
         width: 100%;
         margin: initial;
+        border-width: 1px;
+        margin-bottom: 2px;
     }
     .num {
         font-size: initial;