Mercurial > libervia-templates
diff 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 |
line wrap: on
line diff
--- a/default/static/ticket.css Wed Nov 15 08:52:14 2017 +0100 +++ b/default/static/ticket.css Fri Dec 01 00:46:42 2017 +0100 @@ -11,6 +11,7 @@ .tickets table { margin: 0 auto; + border-spacing: 0 0.5em; } .tickets tr:nth-child(even) { @@ -90,12 +91,12 @@ } .view #wid_labels span { - font-size: 0.8em; - background: #eae3e3; - font-variant: small-caps; - border: 1px solid black; - border-radius: 0.5em; - padding: 0 2px; + font-size: 0.8em; + background: #eae3e3; + font-variant: small-caps; + border: 1px solid black; + border-radius: 0.5em; + padding: 0 2px; white-space: nowrap; }