Skip to content
Snippets Groups Projects
Unverified Commit 66223578 authored by Usama ahmad's avatar Usama ahmad Committed by GitHub
Browse files

XWIKI-10952: The "Available package" information is not aligned (#1267)

* Increasing padding left to keep space from the icon.
* Removing the text-indent
parent b3a12cf6
No related branches found
No related tags found
No related merge requests found
......@@ -53,14 +53,6 @@ ul.xlist li.create a {
padding-left: 1.5em;
}
ul.xlist li.xitem div.xitemcontainer {
text-indent: 1.5em;
}
ul.xlist li.xitem div.xitemcontainer ul.xlist {
text-indent: 0;
}
.xspacer {
display: none;
}
......@@ -37,7 +37,7 @@ div.loading {
background: transparent url("$xwiki.getSkinFile('icons/silk/package.png')") no-repeat scroll 5px 0.5em;
font-size: .85em;
margin-bottom: .2em;
padding: .3em 0 .3em 1em;
padding: .3em 0 .3em 2.5em;
}
#packagelist .active {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment