File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed
Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 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 ">
Original file line number Diff line number Diff 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+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments