##// END OF EJS Templates
removed menu.css and rails.css (content merged into application.css)...
Jean-Philippe Lang -
r108:676fe403abf2
parent child
Show More
@@ -6,8 +6,6
6 <meta name="description" content="redMine" />
6 <meta name="description" content="redMine" />
7 <meta name="keywords" content="issue,bug,tracker" />
7 <meta name="keywords" content="issue,bug,tracker" />
8 <%= stylesheet_link_tag "application" %>
8 <%= stylesheet_link_tag "application" %>
9 <%= stylesheet_link_tag "menu" %>
10 <%= stylesheet_link_tag "rails" %>
11 <%= stylesheet_link_tag "print", :media => "print" %>
9 <%= stylesheet_link_tag "print", :media => "print" %>
12 <%= javascript_include_tag :defaults %>
10 <%= javascript_include_tag :defaults %>
13 <%= javascript_include_tag 'menu' %>
11 <%= javascript_include_tag 'menu' %>
@@ -273,6 +273,76 table.list tbody th {
273 border: 1px solid #d7d7d7;
273 border: 1px solid #d7d7d7;
274 }
274 }
275
275
276 /********** Validation error messages *************/
277 #errorExplanation {
278 width: 400px;
279 border: 0;
280 padding: 7px;
281 padding-bottom: 3px;
282 margin-bottom: 0px;
283 }
284
285 #errorExplanation h2 {
286 text-align: left;
287 font-weight: bold;
288 padding: 5px 5px 10px 26px;
289 font-size: 1em;
290 margin: -7px;
291 background: url(../images/alert.png) no-repeat 6px 6px;
292 }
293
294 #errorExplanation p {
295 color: #333;
296 margin-bottom: 0;
297 padding: 5px;
298 }
299
300 #errorExplanation ul li {
301 font-size: 1em;
302 list-style: none;
303 margin-left: -16px;
304 }
305
306 /*========== Drop down menu ==============*/
307 div.menu {
308 background-color: #FFFFFF;
309 border-style: solid;
310 border-width: 1px;
311 border-color: #7F9DB9;
312 position: absolute;
313 top: 0px;
314 left: 0px;
315 padding: 0;
316 visibility: hidden;
317 z-index: 101;
318 }
319
320 div.menu a.menuItem {
321 font-size: 10px;
322 font-weight: normal;
323 line-height: 2em;
324 color: #000000;
325 background-color: #FFFFFF;
326 cursor: default;
327 display: block;
328 padding: 0 1em;
329 margin: 0;
330 border: 0;
331 text-decoration: none;
332 white-space: nowrap;
333 }
334
335 div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
336 background-color: #80b0da;
337 color: #ffffff;
338 }
339
340 div.menu a.menuItem span.menuItemText {}
341
342 div.menu a.menuItem span.menuItemArrow {
343 margin-right: -.75em;
344 }
345
276 /**************** Sidebar styles ****************/
346 /**************** Sidebar styles ****************/
277
347
278 #subcontent{
348 #subcontent{
1 NO CONTENT: file was removed
NO CONTENT: file was removed
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now