From 4062e46eb07c4202d8872ecc02eb246304dda01e Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 01 May 2014 16:14:15 -0400
Subject: [PATCH] Revise My Tickets layout and styling
---
src/main/resources/gitblit.css | 48 ------------------------------------------------
1 files changed, 0 insertions(+), 48 deletions(-)
diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css
index ea663a6..748a319 100644
--- a/src/main/resources/gitblit.css
+++ b/src/main/resources/gitblit.css
@@ -1599,54 +1599,6 @@
color: black;
}
-table.tickets {
- border:1px solid #ddd;
- border-spacing: 0px;
- width: 100%;
-}
-
-table.tickets th {
- padding: 4px;
- border:0;
-}
-
-table.tickets th.right {
- border-right: 1px solid #ddd;
-}
-
-table.tickets td {
- padding: 2px;
- border-left: 0;
-}
-
-table.tickets td.rightAlign {
- text-align: right;
- border-right: 1px solid #ddd;
-}
-
-table.tickets td.icon img {
- vertical-align: top;
-}
-
-table.tickets tr.group {
- background-color: #ccc;
- border-left: 1px solid #ccc;
- border-right: 1px solid #ccc;
-}
-
-table.tickets tr.group td {
- font-weight: bold;
- color: black;
- background-color: #ddd;
- padding-left: 5px;
- border-top: 1px solid #aaa;
- border-bottom: 1px solid #aaa;
-}
-
-table.tickets tr.group td a {
- color: black;
-}
-
table.palette { border:0; width: 0 !important; }
table.palette td.header {
font-weight: bold;
--
Gitblit v1.9.1