Merge lp:~terceiro/lava-scheduler/new-theme into lp:lava-scheduler

Proposed by Antonio Terceiro
Status: Merged
Merged at revision: 262
Proposed branch: lp:~terceiro/lava-scheduler/new-theme
Merge into: lp:lava-scheduler
Diff against target: 37 lines (+11/-0)
3 files modified
lava_scheduler_app/static/lava_scheduler_app/css/shThemeLAVA.css (+9/-0)
lava_scheduler_app/templates/lava_scheduler_app/job_definition.html (+1/-0)
lava_scheduler_app/templates/lava_scheduler_app/multinode_job_definition.html (+1/-0)
To merge this branch: bzr merge lp:~terceiro/lava-scheduler/new-theme
Reviewer Review Type Date Requested Status
Antonio Terceiro Approve
Review via email: mp+185143@code.launchpad.net

Description of the change

small ajdustment to the job definition viewer blend better with the new theme in lava-server

To post a comment you must log in.
Revision history for this message
Antonio Terceiro (terceiro) wrote :

very minor change, I will self approve and go ahead with this

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'lava_scheduler_app/static/lava_scheduler_app/css/shThemeLAVA.css'
2--- lava_scheduler_app/static/lava_scheduler_app/css/shThemeLAVA.css 1970-01-01 00:00:00 +0000
3+++ lava_scheduler_app/static/lava_scheduler_app/css/shThemeLAVA.css 2013-09-11 19:24:02 +0000
4@@ -0,0 +1,9 @@
5+.syntaxhighlighter {
6+ background-color: transparent !important;
7+}
8+.syntaxhighlighter .line.alt1 {
9+ background-color: white !important;
10+}
11+.syntaxhighlighter .line.alt2 {
12+ background-color: transparent !important;
13+}
14
15=== modified file 'lava_scheduler_app/templates/lava_scheduler_app/job_definition.html'
16--- lava_scheduler_app/templates/lava_scheduler_app/job_definition.html 2013-08-16 08:47:46 +0000
17+++ lava_scheduler_app/templates/lava_scheduler_app/job_definition.html 2013-09-11 19:24:02 +0000
18@@ -7,6 +7,7 @@
19
20 <link href="{{ STATIC_URL }}lava_scheduler_app/css/shCore.css" rel="stylesheet" type="text/css" />
21 <link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeDefault.css" rel="stylesheet" type="text/css" />
22+<link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeLAVA.css" rel="stylesheet" type="text/css" />
23 {% endblock %}
24
25 {% block content %}
26
27=== modified file 'lava_scheduler_app/templates/lava_scheduler_app/multinode_job_definition.html'
28--- lava_scheduler_app/templates/lava_scheduler_app/multinode_job_definition.html 2013-08-16 08:47:46 +0000
29+++ lava_scheduler_app/templates/lava_scheduler_app/multinode_job_definition.html 2013-09-11 19:24:02 +0000
30@@ -7,6 +7,7 @@
31
32 <link href="{{ STATIC_URL }}lava_scheduler_app/css/shCore.css" rel="stylesheet" type="text/css" />
33 <link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeDefault.css" rel="stylesheet" type="text/css" />
34+<link href="{{ STATIC_URL }}lava_scheduler_app/css/shThemeLAVA.css" rel="stylesheet" type="text/css" />
35 {% endblock %}
36
37 {% block content %}

Subscribers

People subscribed via source and target branches