OpenWork-NZ / core-geonetwork

GeoNetwork repository
http://geonetwork-opensource.org/
GNU General Public License v2.0
0 stars 3 forks source link

Diminutive fonts for major elements e.g. Topic Category #28

Closed alcinnz closed 3 years ago

alcinnz commented 3 years ago

Text label font is too diminuitive.

NOTE: This may be true with all elements that do not have child elements. Text for elements are too diminutive in the GN interface when they have no children. Makes them difficult to find. This could be enhanced.

alcinnz commented 3 years ago

I think this issue has been fixed. All fields are labelled with build text. The text for collapsible sections isn't bold, but that's made up for by their borders/background.

Can't recall what exactly we were complaining about.

alcinnz commented 3 years ago

Can adjust this in web-ui/src/main/resources/catalog/views/$view/less/gn_editor_default.less (where $view is the name of the configured theme, e.g. default) by adding a selector for [ng-app="gn_editor"] form.gn-editor .gn-field label. There's currently one on line 342 setting fontsize to 12px, which I increased to 15px.

Played with this in commit cffec09719f2332d7fcf3e736381c87a825aa3c5