All questions about EDocman extension

SOLVED !!! Search module CSS?

  • Mike
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
7 years 6 months ago - 7 years 5 months ago #105120 by Mike
SOLVED !!! Search module CSS? was created by Mike
Hi folks,
can anyone help me with a little bit of CSS to have the 3 fields on the eDocman Search Module display in-line rather than above each other (as in the image attached)?? maybe CSS for a new Module Class Suffix?
I want to compress the page a little, and the default (above each other), just takes up a little more space.

thanks in advance....
Mike

.....and society inscribe on its banners...
Attachments:
Last edit: 7 years 5 months ago by Mr. Dam.

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

More
7 years 6 months ago #105134 by Mr. Dam
Replied by Mr. Dam on topic Search module CSS?
Hi Mike,
The Layout of Edocman Search module is table layout, each field is placed in <tr><td> tags. We have 2 ways to move them to one line:
1. Remove <tr> tag
2. Convert all table tags to div tag.
The location of Edocman Search module is: root > modules > mod_ospropertysearch > tmpl > default.php
Thanks
Dam
The following user(s) said Thank You: Mike

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

  • Mike
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
7 years 5 months ago #105138 by Mike
Replied by Mike on topic Search module CSS?
Hi Dam....
Thanks a million for your help here....... I found the code and removed the <tr> tags....
Works like a dream!!!

thanks again
Mike

.....and society inscribe on its banners...

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

More
7 years 5 months ago #105216 by Mr. Dam
Replied by Mr. Dam on topic Search module CSS?
OK Mike :)
Let me know if you need any further help.
Dam

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

More
6 years 9 months ago #114998 by Reto Rappa
Replied by Reto Rappa on topic Search module CSS?
Hi, I use Edocman 1.96 with Joomla 3.8.10 and want to change the layout like mike, but I don't have a folder mod_ospropertysearch in /modules. I tried to change /modules/mod_edocman_search/tmpl/default.php, but no effect. What to do now?
Thanks
Reto

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

Moderators: Mr. Dam