From 041e10e64f12b451b1e155b189c47bc91b745eb7 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 25 Apr 2023 20:22:33 +0000 Subject: Doc: Add CSS styling and icon for 'technical preview' items QDoc adds a 'Status' field to the table on top of type reference pages. One common status for Qt modules/types is 'Technical preview'. Add an icon that is displayed next to the status description, highlighting the fact that the type is in tech. preview and therefore subject to change. Pick-to: 6.5 Task-number: QTBUG-113026 Change-Id: Ibe6ca2a562cc7810fe27e7dcf514c711cd022894 Reviewed-by: Nicholas Bennett Reviewed-by: Leena Miettinen --- doc/global/template/style/online.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/global/template/style/online.css') diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css index 33487355d2..4f51864d8b 100644 --- a/doc/global/template/style/online.css +++ b/doc/global/template/style/online.css @@ -505,6 +505,18 @@ h1,h2,h3,h4,h5,h6 { font-size:150%; margin-bottom: 1em } +span.status.technical-preview { + display:inline-block; + position:relative; + background:center/contain no-repeat url(tech_preview.svg); + width:26px; + height:23px +} +td.memItemRight span.status { + margin-top:-10px; + right:-10px; + top:6px +} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block } -- cgit v1.2.3