diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 262: syntax highlighting: blend better with new lava-server theme

Message ID 20130911194322.14558.18838.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Antonio Terceiro Sept. 11, 2013, 7:43 p.m. UTC
Merge authors:
  Antonio Terceiro (terceiro)
Related merge proposals:
  https://code.launchpad.net/~terceiro/lava-scheduler/new-theme/+merge/185143
  proposed by: Antonio Terceiro (terceiro)
  review: Approve - Antonio Terceiro (terceiro)
------------------------------------------------------------
revno: 262 [merge]
committer: Antonio Terceiro <antonio.terceiro@linaro.org>
branch nick: trunk
timestamp: Wed 2013-09-11 16:42:28 -0300
message:
  syntax highlighting: blend better with new lava-server theme
added:
  lava_scheduler_app/static/lava_scheduler_app/css/shThemeLAVA.css
modified:
  lava_scheduler_app/templates/lava_scheduler_app/job_definition.html
  lava_scheduler_app/templates/lava_scheduler_app/multinode_job_definition.html


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== added file 'lava_scheduler_app/static/lava_scheduler_app/css/shThemeLAVA.css'
--- lava_scheduler_app/static/lava_scheduler_app/css/shThemeLAVA.css	1970-01-01 00:00:00 +0000
+++ lava_scheduler_app/static/lava_scheduler_app/css/shThemeLAVA.css	2013-09-11 19:21:44 +0000
@@ -0,0 +1,9 @@ 
+.syntaxhighlighter {
+  background-color: transparent !important;
+}
+.syntaxhighlighter .line.alt1 {
+  background-color: white !important;
+}
+.syntaxhighlighter .line.alt2 {
+  background-color: transparent !important;
+}

=== modified file 'lava_scheduler_app/templates/lava_scheduler_app/job_definition.html'
--- lava_scheduler_app/templates/lava_scheduler_app/job_definition.html	2013-08-16 08:47:46 +0000
+++ lava_scheduler_app/templates/lava_scheduler_app/job_definition.html	2013-09-11 19:21:44 +0000
@@ -7,6 +7,7 @@ 
 
 <link href="{{ STATIC_URL }}lava_scheduler_app/css/shCore.css" rel="stylesheet" type="text/css" />
 <link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeDefault.css" rel="stylesheet" type="text/css" />
+<link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeLAVA.css" rel="stylesheet" type="text/css" />
 {% endblock %}
 
 {% block content %}

=== modified file 'lava_scheduler_app/templates/lava_scheduler_app/multinode_job_definition.html'
--- lava_scheduler_app/templates/lava_scheduler_app/multinode_job_definition.html	2013-08-16 08:47:46 +0000
+++ lava_scheduler_app/templates/lava_scheduler_app/multinode_job_definition.html	2013-09-11 19:21:44 +0000
@@ -7,6 +7,7 @@ 
 
 <link href="{{ STATIC_URL }}lava_scheduler_app/css/shCore.css" rel="stylesheet" type="text/css" />
 <link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeDefault.css" rel="stylesheet" type="text/css" />
+<link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeLAVA.css" rel="stylesheet" type="text/css" />
 {% endblock %}
 
 {% block content %}