Git Product home page Git Product logo

Comments (6)

ric2016 avatar ric2016 commented on August 26, 2024 1

I had to track this down as well. SharedPlacesModule.factPlaceAdditionsAfterNotes is responsible for this. I'll change it to something that can be handled via css.

from vesta_shared_places.

ric2016 avatar ric2016 commented on August 26, 2024 1

Now styled via css.

Use something like

div.vesta_sp_data {
    margin-top: 0em !important;
}

in the css module to overrride.

from vesta_shared_places.

ric2016 avatar ric2016 commented on August 26, 2024 1

In general it's better to open a separate issue.
The relevant element has <span class="label">, just like other elements such as Source and Note. I'm reluctant to change this.

You could style .label in general, or just under the newly introduced div.vesta_sp_data, like this:

div.vesta_sp_data span.label {
    font-weight: normal !important;
}

from vesta_shared_places.

HerzScheisse avatar HerzScheisse commented on August 26, 2024

Thank you!

from vesta_shared_places.

HerzScheisse avatar HerzScheisse commented on August 26, 2024

hey ric, sorry for posting in this already closed issue, but it may be not needed to open a new one... hope this is okay...

related to the above issue... do you have a suggestion to "unbold" the "Daten des gemeinsamen Ortes" ?

I tried to play with font-weight: normal !important; in webtrees.css within the shared_places module and also in the Control Panel CSS module... but dont have had any changes...

it would be great if you have a solution to fix this... imho this line dont need to be in bold

Thanks

from vesta_shared_places.

HerzScheisse avatar HerzScheisse commented on August 26, 2024

awsome... dont know what i did wrong... maybe a cache issue... but now it works... thanks again :)

from vesta_shared_places.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.