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 C054097F8 for ; Sun, 1 Apr 2012 08:56:25 +0000 (UTC) Received: (qmail 14581 invoked by uid 500); 1 Apr 2012 08:56:25 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 14552 invoked by uid 500); 1 Apr 2012 08:56:25 -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 14529 invoked by uid 99); 1 Apr 2012 08:56:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2012 08:56:25 +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:56:21 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6EA4223888FE; Sun, 1 Apr 2012 08:56:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1308044 - in /incubator/bloodhound/trunk/bloodhound_theme/bhtheme: htdocs/bh_logo.png htdocs/bh_logo_mini.png htdocs/bloodhound.css htdocs/icon_bh.png templates/bloodhound_theme.html Date: Sun, 01 Apr 2012 08:56:00 -0000 To: bloodhound-commits@incubator.apache.org From: gjm@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120401085600.6EA4223888FE@eris.apache.org> Author: gjm Date: Sun Apr 1 08:55:59 2012 New Revision: 1308044 URL: http://svn.apache.org/viewvc?rev=1308044&view=rev Log: Theme code import: Styles for jQuery generic box. Simplified footer. Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bh_logo.png incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bh_logo_mini.png incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_bh.png incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bh_logo.png URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bh_logo.png?rev=1308044&r1=1308043&r2=1308044&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bh_logo_mini.png URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bh_logo_mini.png?rev=1308044&r1=1308043&r2=1308044&view=diff ============================================================================== Binary files - no diff available. 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=1308044&r1=1308043&r2=1308044&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:55:59 2012 @@ -331,6 +331,31 @@ table.progress td.closed { text-decoration: none; } +/* jQuery UI generic container */ + +.ui-box { + padding: 0.2em; + position: relative; +} + +.ui-box .ui-box-header { + padding: 0.2em; + position: relative; +} + +.ui-box .ui-box-title { + line-height: 1.8em; + margin: 0 0.3em; + text-align: center; +} + +.ui-box .ui-box-panel { + background: none repeat scroll 0 0 transparent; + border-width: 0; + display: block; + padding: 1em 1.4em; +} + /* * jQuery UI CSS Framework * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about) Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_bh.png URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/icon_bh.png?rev=1308044&r1=1308043&r2=1308044&view=diff ============================================================================== Binary files - no diff available. Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html?rev=1308044&r1=1308043&r2=1308044&view=diff ============================================================================== --- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html (original) +++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bloodhound_theme.html Sun Apr 1 08:55:59 2012 @@ -109,17 +109,14 @@ -