Skip to content
Snippets Groups Projects
Commit 74c987c2 authored by Felix Kopp's avatar Felix Kopp Committed by Wouter Wolters
Browse files

[BUGFIX] Follow-up: Docheader spacious (row1/row2)

Docheader row1/row2 are kept for former html structures.
When inner-body paddings were increased before docheader
row1/row2 fall-back was forgotten.

Follow-up CSS.

Change-Id: I7f0346dbd548b7cdc35514d423f779b792ab633a
Resolves: #49735
Releases: 6.2
Reviewed-on: https://review.typo3.org/22018
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
parent c262a79f
No related merge requests found
......@@ -53,7 +53,7 @@
color: #dadada;
height: 27px;
line-height: 27px;
padding: 0 12px;
padding: 0 24px;
overflow: hidden;
/** Fake box width to 100%, excluding the padding */
......@@ -68,9 +68,8 @@
#typo3-docheader-row1 {
color: #000;
height: 16px;
padding: 3px 12px;
padding: 3px 24px;
overflow: hidden;
margin-top: 27px;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment