Return-Path: X-Original-To: apmail-roller-commits-archive@www.apache.org Delivered-To: apmail-roller-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFB699B51 for ; Mon, 30 Jan 2012 19:56:48 +0000 (UTC) Received: (qmail 8901 invoked by uid 500); 30 Jan 2012 19:56:48 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 8875 invoked by uid 500); 30 Jan 2012 19:56:48 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 8863 invoked by uid 99); 30 Jan 2012 19:56:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 19:56:48 +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; Mon, 30 Jan 2012 19:56:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 0CFFC23889E7 for ; Mon, 30 Jan 2012 19:56:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1237950 - /roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css Date: Mon, 30 Jan 2012 19:56:26 -0000 To: commits@roller.apache.org From: ghuber@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120130195627.0CFFC23889E7@eris.apache.org> Author: ghuber Date: Mon Jan 30 19:56:26 2012 New Revision: 1237950 URL: http://svn.apache.org/viewvc?rev=1237950&view=rev Log: Make sure the rightcontent does not extend past the end of the sidebarInner. Modified: roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css Modified: roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css URL: http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css?rev=1237950&r1=1237949&r2=1237950&view=diff ============================================================================== --- roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css (original) +++ roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css Mon Jan 30 19:56:26 2012 @@ -26,7 +26,6 @@ menu.css: CSS layout and styles for Roll div.menu-tl { margin: 0px; padding: 0px; - height: 100%; width: 100%; background: url("../images/menutab-tl.gif") no-repeat top left; background-repeat: no-repeat; @@ -36,7 +35,6 @@ div.menu-tl { div.menu-tr { margin: 0px; padding: 0px; - height: 100%; width: 100%; background: url("../images/menutab-tr.gif") no-repeat top right; background-repeat: no-repeat; @@ -48,6 +46,10 @@ td div.menu-tr div.menu-tl a { padding: 3px 5px 0px 5px; } +td .menu-tl, td .menu-tr { + height: 100%; +} + /* ---------------------------------------------------------------------- Menu tab table (the tabs) ---------------------------------------------------------------------- */