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 e3a361e2b4b304ddbfa9d0cd662ac1a2fcd3f5b3 Author: Pasi Lallinaho <[email protected]> Date: Mon Jul 17 00:31:00 2017 +0300 Remove extra hr's from buglist page --- skins/contrib/Xfce/global.css | 16 +++++++++++++++- template/en/custom/global/header_XFCE.html.tmpl | 2 ++ template/en/custom/list/list_XFCE.html.tmpl | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/skins/contrib/Xfce/global.css b/skins/contrib/Xfce/global.css index a810cd4..be05cc7 100644 --- a/skins/contrib/Xfce/global.css +++ b/skins/contrib/Xfce/global.css @@ -40,6 +40,7 @@ a.no-color:link, a.no-color:visited { .action-link:hover, .action-link:active, .action-link:focus, .comment_tab:hover, .comment_tab:active, .comment_tab:focus { color: #06c; + text-decoration: none; } /* @@ -154,7 +155,7 @@ hr { } #header .links-dropdown ul { position: absolute; - top: 2.1em; + top: 2.3em; right: 0; display: none; border: 1px solid rgba( 0, 0, 0, 0.2 ); @@ -223,6 +224,11 @@ hr { .links.links-secondary li { padding: 0.45em 0; } +#header a:hover, +#header a:active, +#header a:focus { + text-decoration: none; +} /* * Bug navigation and messages @@ -420,6 +426,10 @@ tr.bz_row_odd { /* Bug list */ +.bz_buglist { + margin: 2em 0; +} + .bz_buglist a { display: block; } @@ -538,6 +548,10 @@ a.bz_closed:hover, a.bz_closed:active, a.bz_closed:focus { color: inherit; font-weight: normal; } + .bz_blocker, + .bz_critical { + color: rgba( 210, 0, 0, 1 ); + } .bz_critical .bz_short_desc_column, .bz_blocker .bz_short_desc_column { padding-left: 2em; diff --git a/template/en/custom/global/header_XFCE.html.tmpl b/template/en/custom/global/header_XFCE.html.tmpl index cc7e107..a0388fa 100644 --- a/template/en/custom/global/header_XFCE.html.tmpl +++ b/template/en/custom/global/header_XFCE.html.tmpl @@ -38,6 +38,8 @@ favicon_url = "skins/contrib/Xfce/favicon.ico" %] +[%# favicon_url = "https://cdn.xfce.org/style/favicon.ico" %] + [% SET yui_css = { autocomplete => 1, calendar => 1, diff --git a/template/en/custom/list/list_XFCE.html.tmpl b/template/en/custom/list/list_XFCE.html.tmpl index 0a87b9c..a8b790a 100644 --- a/template/en/custom/list/list_XFCE.html.tmpl +++ b/template/en/custom/list/list_XFCE.html.tmpl @@ -115,7 +115,7 @@ [% END %] </ul> -<hr /> +[%# <hr /> %] [% IF dotweak %] <form name="changeform" method="post" action="process_bug.cgi"> @@ -157,7 +157,7 @@ [%# Navigation Bar #%] [%############################################################################%] -<hr /> +[%# <hr /> %] <form action="buglist.cgi" method="get" onsubmit="if (this.quicksearch.value == '') -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
