Bugs in the design of tables in articles

GK User
Tue Dec 06, 2011 9:12 pm
It's about this page - http://www.expresspaint.ru/obuchenie-ikonopisi.html
Look what it looks like a table on the page in Internet Explorer, FireFox, Chrome.

If we remove the rules = "all", then in browsers FireFox, Chrome display as Internet Explorer.

How to make a table of normal, with no glitches
User avatar
Expert Boarder

teitbite
Wed Dec 07, 2011 1:24 am
Hi

What do You mean by glitches ? If it's the case that in FF the table got bottom border dashed, than You just need to change it in /css/style1.css

Code: Select all
table td, .cat-list-row0 td, .cat-list-row1 td {
    border-bottom: 1px dotted #DADADA;
    border-left: 1px dotted #DADADA;
}


replace "dotted" to solid.
User avatar
Moderator

GK User
Wed Dec 07, 2011 10:00 am
Tell me, if I add this code to override.css, how can it be changed? Just I need to update the template using WinMegre and therefore all changes would be collected in one file.
User avatar
Expert Boarder

teitbite
Thu Dec 08, 2011 1:08 am
Hi

Override.css file is empty in standard installation, so if You are keeping all changes there than only this file needs to be keept untouched during updating.
User avatar
Moderator

GK User
Thu Dec 08, 2011 8:51 am
How to change the code so that it worked in override.css?
User avatar
Expert Boarder

teitbite
Thu Dec 08, 2011 6:33 pm
Hi

Sorry I do not understand, but to use override.css file You need to allow using of this file first in template settings. Maby this is the issue.
User avatar
Moderator

GK User
Thu Dec 08, 2011 8:03 pm
You write code that works in style1.css, but override.css code does not work. override.css included in the options panel template (if you do this). I want to minimize the standard template editing to make it easy to update. Since the template is not updated in the update tool Joomla I have missed quite a few versions now up view update from 1.4 to 2 .*.*. I do not remember what I brought changes to the template, and I want to now make these changes in override.css .... Or in the template not spelled the styles for tables and modified using override.css nothing?
Last edited by GK User on Thu Dec 08, 2011 8:06 pm, edited 1 time in total.
User avatar
Expert Boarder

GK User
Thu Dec 08, 2011 8:04 pm
You can still see and this forum topic - https://www.gavick.com/support/forums/119/12029.html
User avatar
Expert Boarder

teitbite
Sat Dec 10, 2011 1:24 am
Hi

Are You sure You have enabled using override.css file in template settings ? I've just installed it and I'm sure it's working.
User avatar
Moderator

GK User
Sun Dec 11, 2011 10:02 am
http://www.expresspaint.ru/obuchenie-ikonopisi.html

Look at site in IE and Firefox. In these browsers, the table looks the same, that is all. In Chome of the table is different, but still not fully visible to the table. I'm remove the rules = "all" .

My override.css - http://narod.ru/disk/33962578001/override.css.html

Template version 1.4 , joomla 1.7
User avatar
Expert Boarder

teitbite
Sun Dec 11, 2011 5:47 pm
Hi

Looks like withouth the "all" attribute or because of the code I gave You, but it's working now.
User avatar
Moderator

GK User
Sun Dec 11, 2011 6:02 pm
I'm remove the rules = "all" . But I put the code in override.css .
I gave a link to override.css in his latest post:) - http://narod.ru/disk/33962578001/override.css.html Look at the site via FireBug. There is no mention of override.css.
Template Version 1.4. Give me what files you need to replace to update the template to the current version. I will do everything possible and everything is working.
User avatar
Expert Boarder

teitbite
Sun Dec 11, 2011 6:23 pm
Hi

The list of files to replace is at update page.

And override.css is working now. You can see it on a screenshot.
User avatar
Moderator

GK User
Sun Dec 11, 2011 6:53 pm
Here's what I mean in the firebug - http://smotr.im/ZNq
If honor, then looked up to as table style is applied.
If I turn on the rules = "all", it is not only the bottom line of the table (in a color that is darker gray). When turning off the rules = "all" and adding the code anything special, and something does not change. I can remove the code, and you look:)

P.S. How do you post on the forum post images? ^)
User avatar
Expert Boarder

teitbite
Mon Dec 12, 2011 2:51 pm
Hi

Under the submit there is an upload attachements button to upload files.

I still do not get what the problem is and what is this "all" rule. I've never heared about it. Google is showing me only some sport statistics.
User avatar
Moderator

GK User
Mon Dec 12, 2011 7:27 pm
Thanks to the pictures I saw. Previously, this feature of this board was not working at all.

rules = "all" - its settings of tables in articles in the default editor in Joomla.
I specifically want the table on the site was a table, but not that fun to finish. It works as you see. What should I do? Your code in override.css I did not work. What should I do? I removed from override.css your code. Look at what has changed - http://www.expresspaint.ru/obuchenie-ikonopisi.html. Nothing has changed ...
User avatar
Expert Boarder

GK User
Sat Dec 17, 2011 9:22 pm
Your Code :) -
Code: Select all
table td, .cat-list-row0 td, .cat-list-row1 td {
    border-bottom: 1px solid #DADADA;
    border-left: 1px solid #DADADA;
}


And so. It turns out that something does not understand.
You are in the post "by teitbite» Sun Dec 11, 2011 8:23 pm "shows a table which is obtained when using the code in override.css. But I have this table in the same form is obtained without adding code (as I understand it, work styles by default).
Как границы таблицы из Вашего поста сделать все цветом #DADADA сплошной линией? :)
User avatar
Expert Boarder


cron