Better display of fields in administration

  • Impression eStudio
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
7 years 1 month 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:
Code:
line-height:normal;
in the class
Code:
.help
in the file:
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
  • Premium Member
More
7 years 1 month ago - 7 years 1 month 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.
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 1 month ago by Impression eStudio.

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong