如何减少 Plone 4 中全局导航栏的深度

发布于 2024-12-17 07:32:08 字数 97 浏览 3 评论 0原文

在 Plone 4.1.2 中使用 sunburst 主题,需要在自定义 CSS 中覆盖哪些 CSS 元素和属性以减少全局导航栏的深度?默认情况下为两行文本深度,但只需要一行文本。

Using sunburst theme in Plone 4.1.2, what CSS elements and properties need to be overridden in custom CSS to reduce the depth of the global navbar? It is two lines of text deep by default, but only need one line of text.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情愿 2024-12-24 07:32:08

Firebug 或类似的浏览器插件是您的朋友。安装它(如果在 Firefox 中)或在 Safari 和 Chrome 中加载控制台,然后选择导航栏,您将在右侧窗格中看到所有属性,并且可以使用它。

如果您需要的不仅仅是更改导航栏的高度,也许使用 Diazo 创建主题会更有用Plone 的 plone.app.theming 集成包。这样您就可以完全控制页面的显示方式。

Firebug or similar add-ons for browsers are your friend here. Install it (if in Firefox) or load the Console in Safari and Chrome, and select the navbar, you will see all the properties on the right pane and you will be able to play with it.

If you need more than just changing the height of the navbar, maybe it will be more useful to create a theme with Diazo for the plone.app.theming integration package for Plone. That way you will have full control over how the page is displayed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文