Skip to content

Commit 61a2257

Browse files
committed
website/issues: move tracker.css into style.css (as done in the devel template)
1 parent 35adb4b commit 61a2257

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

website/issues/html/page.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<title metal:define-slot="head_title">title goes here</title>
66
<link media="screen" href="http://python.org/styles/defaultfonts.css" type="text/css" rel="alternate stylesheet" title="default fonts" />
77
<link rel="stylesheet" type="text/css" href="@@file/style.css" />
8-
<link rel="stylesheet" type="text/css" href="@@file/tracker.css" />
98
<meta http-equiv="Content-Type"
109
tal:attributes="content string:text/html;; charset=${request/client/charset}" />
1110
<script tal:replace="structure request/base_javascript">

website/issues/html/style.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,24 @@ body
104104
background-color: #ffffff;
105105
}
106106

107+
#search { text-align: right; }
108+
109+
p.ok-message
110+
{
111+
background-color: #eeffee;
112+
border: 1px solid #009900;
113+
padding: 5px;
114+
color: #009900;
115+
font-weight: bold;
116+
}
117+
p.error-message
118+
{
119+
background-color: #ffeeee;
120+
border: 1px solid #990000;
121+
padding: 5px;
122+
color: #990000;
123+
font-weight: bold;
124+
}
107125
/* This is a little hack to inject a 'news' block into the title
108126
page without having to set up a custom directive. */
109127
#roundup-issue-tracker .note
@@ -123,3 +141,6 @@ table
123141
border-spacing: 1px;
124142
background-color: #fafafa;
125143
}
144+
145+
tr.odd { background-color:#f5f5f5; }
146+

website/issues/html/tracker.css

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)