[Xfce4-commits] [www/bugzilla.xfce.org] 01/01: Add some generic admin/preference settings

noreply at xfce.org noreply at xfce.org
Wed Jun 7 22:12:04 CEST 2017


This is an automated email from the git hooks/post-receive script.

k   n   o   m   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/bugzilla.xfce.org.

commit 9a7739e85545fa64a1ee2cb72d6f0f2077b14ace
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date:   Wed Jun 7 23:11:37 2017 +0300

    Add some generic admin/preference settings
---
 skins/contrib/Xfce/admin.css  | 36 +++++++++++++++++
 skins/contrib/Xfce/bug.css    |  2 +-
 skins/contrib/Xfce/global.css | 89 ++++++++++++++++++++++++++++---------------
 3 files changed, 96 insertions(+), 31 deletions(-)

diff --git a/skins/contrib/Xfce/admin.css b/skins/contrib/Xfce/admin.css
index e69de29..5f38a59 100644
--- a/skins/contrib/Xfce/admin.css
+++ b/skins/contrib/Xfce/admin.css
@@ -0,0 +1,36 @@
+table,
+table.tabs {
+	border-collapse: collapse;
+}
+	table.tabs td {
+		padding: 0;
+		border-color: rgba( 0, 0, 0, 0.6 );
+	}
+	table.tabs td.spacer {
+		width: 1em;
+	}
+		table.tabs td a {
+			display: block;
+			padding: 1em 0.5em;
+			border-left: 2px solid #fff;
+			border-right: 2px solid #fff;
+		}
+
+.tabbody table,
+.tabbody th,
+.tabbody td {
+	border: 1px solid rgba( 0, 0, 0, 0.3 ) !important;
+}
+	.tabbody th,
+	.tabbody td {
+		padding: 0.3em 0.5em;
+	}
+
+	.tabbody hr {
+		display: none;
+	}
+
+.column_header {
+	background-color: #00a8dd;
+	color: #fff;
+}
diff --git a/skins/contrib/Xfce/bug.css b/skins/contrib/Xfce/bug.css
index 0792c32..fe53455 100644
--- a/skins/contrib/Xfce/bug.css
+++ b/skins/contrib/Xfce/bug.css
@@ -149,7 +149,7 @@ body #comments pre.bz_comment_text * {
 			font-weight: bold;
 		}
 		.bz_comment_text {
-			width: auto !important;
+			width: 100%;
 			padding: 0 1em 1em 1em;
 		}
 .comment_tab {
diff --git a/skins/contrib/Xfce/global.css b/skins/contrib/Xfce/global.css
index 50852ce..85ce312 100644
--- a/skins/contrib/Xfce/global.css
+++ b/skins/contrib/Xfce/global.css
@@ -17,6 +17,12 @@ a:hover, a:active, a:focus {
 	color: #06c;
 	text-decoration: none;
 }
+	a.no-color:link, a.no-color:visited {
+		color: #000;
+	}
+	a.no-color:hover, a.no-color:active, a.no-color:focus {
+		color: #06c;
+	}
 
 body pre,
 body pre * {
@@ -186,14 +192,15 @@ input[type="checkbox"] {
 		}
 	#header .links-dropdown ul {
 		position: absolute;
-		top: 0;
+		top: 2.3em;
 		right: 0;
-		padding-top: 2.4em;
 		display: none;
+		border: 1px solid rgba( 0, 0, 0, 0.2 );
 		box-shadow: 0 0 0.2em rgba( 0, 0, 0, 0.1 );
 	}
 		#header .links-dropdown:hover ul {
-			min-width: 200px;
+			min-width: 150px;
+			width: 100%;
 			display: block;
 		}
 	#header .links-dropdown li.main ul li {
@@ -438,6 +445,21 @@ tr.bz_row_odd {
 	line-height: 2.5em;
 }
 
+/*  Search description  */
+
+.search_description {
+	line-height: 2em;
+}
+.search_description li {
+	white-space: nowrap;
+}
+
+/*  Bug list  */
+
+.bz_buglist a {
+	display: block;
+}
+
 /*  Common styles  */
 a.bz_closed, a.bz_closed:link, a.bz_closed:visited,
 a.bz_closed:hover, a.bz_closed:active, a.bz_closed:focus  {
@@ -445,7 +467,7 @@ a.bz_closed:hover, a.bz_closed:active, a.bz_closed:focus  {
 }
 
 /* Bug statuses */
-.bz_bugitem .bz_bug_status_column {
+.bz_bugitem .bz_short_desc_column {
 	position: relative;
 }
 	.bz_bugitem .bz_bug_status_column span {
@@ -474,15 +496,21 @@ a.bz_closed:hover, a.bz_closed:active, a.bz_closed:focus  {
 	}
 
 .bz_bugitem.bz_ASSIGNED .bz_bug_status_column span,
+#status_resolution.ASSIGNED {
+        background-color: rgba( 220, 200, 50, 1 );
+        color: #fff;
+}
+	#status_resolution.ASSIGNED:hover {
+		background-color: rgba( 240, 220, 70, 1 );
+	}
+
 .bz_bugitem.bz_NEEDINFO .bz_bug_status_column span,
-#status_resolution.ASSIGNED,
 #status_resolution.NEEDINFO {
-        background-color: rgba( 210, 150, 30, 1 );
+        background-color: rgba( 235, 90, 0, 1 );
         color: #fff;
 }
-	#status_resolution.ASSIGNED:hover,
 	#status_resolution.NEEDINFO:hover {
-		background-color: rgba( 230, 170, 50, 1 );
+		background-color: rgba( 255, 110, 20, 1 );
 	}
 
 .bz_bugitem.bz_CLOSED .bz_bug_status_column span,
@@ -546,32 +574,33 @@ a.bz_closed:hover, a.bz_closed:active, a.bz_closed:focus  {
 	color: inherit;
 	font-weight: normal;
 }
-	.bz_critical .bz_bug_status_column:after,
-	.bz_blocker .bz_bug_status_column:after {
-		position: absolute;
-		content: "!";
-		right: -1.5em;
-		padding: 0.15em 0.4em;
-		border-radius: 0.2em;
-		background-color: rgba( 210, 0, 0, 1 );
-		color: #fff;
-		font-weight: bold;
-	}
-		.bz_critical .bz_resolution_column,
-		.bz_blocker .bz_resolution_column {
-			color: transparent;
+	.bz_critical .bz_short_desc_column,
+	.bz_blocker .bz_short_desc_column {
+		padding-left: 2em;
+	}
+		.bz_critical .bz_short_desc_column:before,
+		.bz_blocker .bz_short_desc_column:before {
+			position: absolute;
+			content: "!";
+			left: 0.4em;
+			top: 0.4em;
+			padding: 0.15em 0.4em;
+			border-radius: 0.2em;
+			background-color: rgba( 210, 0, 0, 1 );
+			color: #fff;
+			font-weight: bold;
 		}
 
-	.bz_CLOSED .bz_bug_status_column:after,
-	.bz_RESOLVED .bz_bug_status_column:after,
-	.bz_VERIFIED .bz_bug_status_column:after {
+	.bz_CLOSED .bz_short_desc_column:before,
+	.bz_RESOLVED .bz_short_desc_column:before,
+	.bz_VERIFIED .bz_short_desc_column:before {
 		display: none;
 	}
-		.bz_CLOSED .bz_resolution_column,
-		.bz_RESOLVED .bz_resolution_column,
-		.bz_VERIFIED .bz_resolution_column {
-			color: inherit;
-		}
+	.bz_CLOSED .bz_short_desc_column,
+	.bz_RESOLVED .bz_short_desc_column,
+	.bz_VERIFIED .bz_short_desc_column {
+		padding-left: 0;
+	}
 
 
 @media screen and (max-width: 1100px) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list