Bug 32030: Rebase UI fix - Remove padding-left
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
549fbe22ce
commit
b2ae3399e5
8 changed files with 1 additions and 28 deletions
|
@ -359,12 +359,4 @@ export default {
|
||||||
padding-left: 0.2em;
|
padding-left: 0.2em;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
#agreement_relationships,
|
|
||||||
#agreement_packages,
|
|
||||||
#agreement_documents {
|
|
||||||
padding-left: 10rem;
|
|
||||||
}
|
|
||||||
#agreement_documents ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -146,9 +146,3 @@ export default {
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.file_information {
|
|
||||||
margin: 0 10rem;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
|
@ -100,9 +100,6 @@ export default {
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
#package_agreements {
|
|
||||||
padding-left: 26rem;
|
|
||||||
}
|
|
||||||
.modal {
|
.modal {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 9998;
|
z-index: 9998;
|
||||||
|
@ -121,4 +118,4 @@ export default {
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -191,7 +191,6 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
#title_list_result {
|
#title_list_result {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
padding-left: 10rem;
|
|
||||||
}
|
}
|
||||||
#title_list {
|
#title_list {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
|
@ -152,7 +152,6 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
#package_list_result {
|
#package_list_result {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
padding-left: 26rem;
|
|
||||||
}
|
}
|
||||||
#package_list {
|
#package_list {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
|
@ -107,7 +107,6 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
#title_list_result {
|
#title_list_result {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
padding-left: 10rem;
|
|
||||||
}
|
}
|
||||||
#title_list {
|
#title_list {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
|
@ -86,7 +86,6 @@ export default {
|
||||||
<style scoped>
|
<style scoped>
|
||||||
#package_list_result {
|
#package_list_result {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
padding-left: 26rem;
|
|
||||||
}
|
}
|
||||||
#package_list {
|
#package_list {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
|
@ -170,10 +170,4 @@ export default {
|
||||||
padding-left: 0.2em;
|
padding-left: 0.2em;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
#license_documents {
|
|
||||||
padding-left: 10rem;
|
|
||||||
}
|
|
||||||
#license_documents ul {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue