Topic-icon Display error in the CSLogin Field

Active Subscriptions:

None
8 years 1 month ago - 8 years 1 month ago #57530 by extonjaez
Hello,

I have a dispay error in the CSLogin Field :
File Attachment:


Sometime i can correct this type of error with something like that :
.XXXXXX-field input {padding: 2px 4px !important}
in the template.css or the style1.css

My site :
www.patrimoine.direct

many Thanks for your help
Best Regards
Arnaud

System Information
PHP Built On Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Database Version 5.1.73-1+deb6u1
Database Collation latin1_swedish_ci
PHP Version 5.4.45
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.4.8 Stable [ Ember ] 24-December-2015 19:30 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
Last edit: 8 years 1 month ago by extonjaez.
The topic has been locked.
Support Specialist
8 years 1 month ago #57533 by alzander
Can you tell me specifically what you're trying to fix? I don't know what you want things to look like or what other things you may have modified, so it's difficult to provide any suggestions.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
8 years 1 month ago #57697 by extonjaez
Hello,

There is a blank line under the field of the ID (see the attached picture or see on the site :
wwww.patrimoine.direct when you click on "connexion")

File Attachment:


Many Thanks for your help
Best Regards
Arnaud
The topic has been locked.
Support Specialist
8 years 1 month ago #57704 by mel
Your template is giving those input boxes a padding of 11px. Since their heights are 30px and the border is 2px, that leaves 6px which is not enough for the text.

I'd suggest lowering the padding, with the following style in the sclogin css file around 35
input#sclogin-username.input-block-level, 
input#sclogin-passwd.input-block-level {
padding: 4px !important;
}

In that same block around line 35, it's set to 30px. You can up that value instead of changing padding if you'd prefer and it should accomplish the same thing, but it will make the boxes taller.

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 1 month ago #57705 by extonjaez
Thanks
Where can i found the file sclogin.css ?
Many Thanks for your help
Arnaud
The topic has been locked.
Support Specialist
8 years 1 month ago #57713 by alzander
Melissa actually meant the following file:
/media/sourcecoast/themes/sclogin/default.css

You can edit that directly, but any changes will be overridden as you upgrade. Instead, I'd recommend creating your own theme for the module. You can read the instructions below:
www.sourcecoast.com/sclogin/documentation/themes

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
8 years 1 month ago #57730 by extonjaez
Hello,

creating my own theme for the module works fine... :D
Many Thanks
Best regards
Arnaud
The topic has been locked.
Support Specialist
8 years 1 month ago #57731 by mel
Great, glad that you resolved the issue. Let us know if you run into any further problems.

-Melissa
The topic has been locked.