AamAadmiParty / india-standalone-drupal

A drupal based website that currently powers http://aamaadmiparty.org/, the "main" site. It is different from other AAP websites in drupal for primarily large scale email sending capabilities, among many other small things. (This website is a contender for merging with 'regional-domainsite-drupal' reposiroty when the latter is ready)
GNU General Public License v2.0
0 stars 1 forks source link

Map data popup should respect the styles added during content creation. #154

Closed sumeetpareek closed 10 years ago

sumeetpareek commented 10 years ago

When a map data content is created and styles applied to is, say the link is made blue.. this style fails to show when the same content is shown in the map popup.. eg = http://www.aamaadmiparty.org/AAP-party-in-India .. and in the below images ..

This needs to be fixed

screenshot__2014-02-27__001 screenshot__2014-02-27__002

tkuldeep commented 10 years ago

@sumeetpareek @ankurshrivastav This is not any issue. Please add correctly css. You have added font-color: #some-number but it should be color:#some-number...:-)

ankurshrivastav commented 10 years ago

I needed to add the inline CSS because the default site CSS was not being picked up. I dont want to add an inline CSS, I want the site default to be picked up.

On Thu, Feb 27, 2014 at 11:47 AM, Kuldeep Singh Pal < notifications@github.com> wrote:

@sumeetpareek https://github.com/sumeetpareek @ankurshrivastavhttps://github.com/ankurshrivastav This is not any issue. Please add correctly css. You have added font-color:

some-number but it should be color:#some-number...:-)

Reply to this email directly or view it on GitHubhttps://github.com/AamAadmiParty/india-standalone-drupal/issues/154#issuecomment-36213967 .

tkuldeep commented 10 years ago

@ankurshrivastav Now you don't need to write inline css. Now default css should work..

sumeetpareek commented 10 years ago

Done.