Return-Path: X-Original-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9041397A9 for ; Sun, 1 Apr 2012 08:52:13 +0000 (UTC) Received: (qmail 7711 invoked by uid 500); 1 Apr 2012 08:52:13 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 7688 invoked by uid 500); 1 Apr 2012 08:52:13 -0000 Mailing-List: contact bloodhound-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-commits@incubator.apache.org Received: (qmail 7678 invoked by uid 99); 1 Apr 2012 08:52:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 08:52:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 08:52:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E349523889BF; Sun, 1 Apr 2012 08:51:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1308041 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Date: Sun, 01 Apr 2012 08:51:51 -0000 To: bloodhound-commits@incubator.apache.org From: gjm@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120401085151.E349523889BF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gjm Date: Sun Apr 1 08:51:51 2012 New Revision: 1308041 URL: http://svn.apache.org/viewvc?rev=1308041&view=rev Log: Theme code import: Bugs fixed for Opera and Chrome Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1308041&r1=1308040&r2=1308041&view=diff ============================================================================== --- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original) +++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Sun Apr 1 08:51:51 2012 @@ -6,12 +6,6 @@ padding: 0px 8px; } -#ctxtnav ul>li.icon { - background-position: center center; - background-repeat: no-repeat; - padding: 15px 35px 16px; -} - .icon_add { background-image: url("icon_add.png") !important; } @@ -74,6 +68,16 @@ padding: 0px; } +#ctxtnav ul>li.icon { + background-position: center center; + background-repeat: no-repeat; + padding: 15px 35px 16px; +} + +#ctxtnav li { + height: 30px; +} + #main-wrapper { border: 1px solid #c9c9c9; border-top: none; @@ -183,6 +187,7 @@ a.prev:hover, a.next:hover { padding-left: 0; padding-top: 1px; text-align: left; + width: 999999px; } #mainnav li { @@ -196,10 +201,12 @@ a.prev:hover, a.next:hover { } #mainnav .first { - -moz-border-radius-topleft: 6px; - -webkit-border-top-left-radius: 6px; + border-bottom-left-radius: 6px; + border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; + -moz-border-radius-topleft: 6px; -webkit-border-bottom-left-radius: 6px; + -webkit-border-top-left-radius: 6px; } #mainnav :link, #mainnav :visited { @@ -272,6 +279,10 @@ a.prev:hover, a.next:hover { color: #cccccc; } +#newticket { + white-space: nowrap; +} + /* Forms & inputs */ #input[type="button"], input[type="submit"], input[type="reset"] { @@ -581,15 +592,15 @@ table.progress td.closed { ----------------------------------*/ /* Corner radius */ -.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; } -.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; } -.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; } -.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; } -.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; } -.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; } -.ui-corner-right { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; } -.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; } -.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; } +.ui-corner-tl { border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; } +.ui-corner-tr { border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; } +.ui-corner-bl { border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; } +.ui-corner-br { border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; } +.ui-corner-top { border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; } +.ui-corner-bottom { border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; } +.ui-corner-right { border-top-right-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-bottom-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; } +.ui-corner-left { border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; } +.ui-corner-all { border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; } /* Overlays */ .ui-widget-overlay { background: #e0ecff url(images/ui-bg_flat_0_e0ecff_40x100.png) 50% 50% repeat-x; opacity: .50;filter:Alpha(Opacity=50); }