Skip to content
Snippets Groups Projects
Commit 2d4a9d3c authored by Ernesto Baschny's avatar Ernesto Baschny Committed by Markus Klein
Browse files

[BUGFIX] Form Wizard styling fix (UL/OL)

Resolves: #57126
Related: #55810
Releases: 6.2
Change-Id: Iea0e324b6942ec90a8da387a28ff0e7d926d63f8
Reviewed-on: https://review.typo3.org/28585
Reviewed-by: Marcin Sągol
Tested-by: Marcin Sągol
Reviewed-by: Pascal Dürsteler
Tested-by: Pascal Dürsteler
Tested-by: Christian Kuhn
Reviewed-by: Markus Klein
Tested-by: Markus Klein
parent fde89fdd
Branches
Tags
No related merge requests found
......@@ -18,6 +18,11 @@ div.overflow-hidden {
overflow: hidden;
}
form ol {
padding-left: 0;
list-style: none;
}
#formwizard {
height: 100%;
background-color: #F8F8F8;
......
......@@ -191,6 +191,11 @@
border-color:#A2AAB8;
}
ul.x-tab-strip {
padding-left: 0;
list-style: none;
}
ul.x-tab-strip-top{
padding-top: 1px;
}
......
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