- Posts: 101
- Thank you received: 10
Better display of fields in administration
- Impression eStudio
- Topic Author
- Offline
- Premium Member
Less
More
7 years 10 months ago #93812
by Impression eStudio
Better display of fields in administration was created by Impression eStudio
Hi,
In order the help descriptions below the fields in the administration of Eshop to be displayed better, I would suggest to add the style:
in the class
in the file:
administrator/components/com_eshop/assets/css/style.css
In order the help descriptions below the fields in the administration of Eshop to be displayed better, I would suggest to add the style:
Code:
line-height:normal;
Code:
.help
administrator/components/com_eshop/assets/css/style.css
The following user(s) said Thank You: Giang Dinh Truong
Please Log in or Create an account to join the conversation.
- Impression eStudio
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 101
- Thank you received: 10
7 years 10 months ago - 7 years 10 months ago #94016
by Impression eStudio
Replied by Impression eStudio on topic Better display of fields in administration
Also if the following CSS code is added at the bottom of the file "administrator/components/com_eshop/assets/css/style.css" then the readability becomes much better.
Probably you could do some more styling than the simple code I suggest.
Code:
.admintable td {
padding: 5px;
border-bottom: solid 1px #efefef;
}
.admintable td:first-child {
padding: 5px 5px 5px 0;
border-bottom: solid 1px #efefef;
}
.admintable td:last-child {
padding: 5px 0 5px 5px;
border-bottom: solid 1px #efefef;
}
.admintable td input,
.admintable td select,
.admintable td textarea {
margin-bottom:0 !important;
}
Probably you could do some more styling than the simple code I suggest.
Last edit: 7 years 10 months ago by Impression eStudio.
Please Log in or Create an account to join the conversation.
Moderators: Giang Dinh Truong
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.