Jump to content
  • 0

Наследование из других классов


acornwalle
 Share

Question

Есть стиль для таблиц общий


/* Tables */
table { line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; width: 100%; border-collapse: collapse; }
caption { text-align: left; font-size: 20px; padding-bottom: 10px;}
th, td { padding: 5px; }
td { font-size: 12px; }
td#next { text-align: right; }

Во втором коде перекрываю с помощью !important стили таблиц, чтобы карта нормально отображалась


#YMapsID table {border:none; width:270px; margin:0 !important;}
#YMapsID th, td, tr { padding: 0px; border:none !important; }

Но при этом это влияет на общий табличный стиль, так как он начинает думать, что стили для карт важнее собственных. Если сделать наоборот, тогда страдает карта, если везде убрать !important стиль карты начинает брать общий стиль таблиц и страдает. Какой-то замкнутый круг.

Edited by acornwalle
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Есть стиль для таблиц общий


/* Tables */
table { line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; width: 100%; border-collapse: collapse; }
caption { text-align: left; font-size: 20px; padding-bottom: 10px;}
th, td { padding: 5px; }
td { font-size: 12px; }
td#next { text-align: right; }

Во втором коде перекрываю с помощью !important стили таблиц, чтобы карта нормально отображалась


#YMapsID table {border:none; width:270px; margin:0 !important;}
#YMapsID th, td, tr { padding: 0px; border:none !important; }

Но при этом это влияет на общий табличный стиль, так как он начинает думать, что стили для карт важнее собственных. Если сделать наоборот, тогда страдает карта, если везде убрать !important стиль карты начинает брать общий стиль таблиц и страдает. Какой-то замкнутый круг.

А если так:

#YMapsID table {border:none; width:270px; margin:0 !important;}

#YMapsID th,#YMapsID td,#YMapsID tr { padding: 0px; border:none !important; }

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy