Mercurial > libervia-templates
comparison default/static/ticket.css @ 66:9834106678da
base: menu implementation:
2 menus are now handled: main menu and category menu (for submenus relative to a page).
Main menu is displayed on the side bar on big screen.
Added menu for tickets.
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 01 Dec 2017 00:46:42 +0100 |
parents | 767509e8c272 |
children | e99bd385774a |
comparison
equal
deleted
inserted
replaced
65:dd15b6c0b1d3 | 66:9834106678da |
---|---|
9 padding: 0.3em; | 9 padding: 0.3em; |
10 } | 10 } |
11 | 11 |
12 .tickets table { | 12 .tickets table { |
13 margin: 0 auto; | 13 margin: 0 auto; |
14 border-spacing: 0 0.5em; | |
14 } | 15 } |
15 | 16 |
16 .tickets tr:nth-child(even) { | 17 .tickets tr:nth-child(even) { |
17 background: #CCC9; | 18 background: #CCC9; |
18 } | 19 } |
88 .view #wid_title::first-letter { | 89 .view #wid_title::first-letter { |
89 text-transform: uppercase; | 90 text-transform: uppercase; |
90 } | 91 } |
91 | 92 |
92 .view #wid_labels span { | 93 .view #wid_labels span { |
93 font-size: 0.8em; | 94 font-size: 0.8em; |
94 background: #eae3e3; | 95 background: #eae3e3; |
95 font-variant: small-caps; | 96 font-variant: small-caps; |
96 border: 1px solid black; | 97 border: 1px solid black; |
97 border-radius: 0.5em; | 98 border-radius: 0.5em; |
98 padding: 0 2px; | 99 padding: 0 2px; |
99 white-space: nowrap; | 100 white-space: nowrap; |
100 } | 101 } |
101 | 102 |
102 .view #wid_labels span.value_work_in_progress { | 103 .view #wid_labels span.value_work_in_progress { |
103 background: yellow; | 104 background: yellow; |