Hello,

I notice field name (label) is capitalized on node edit screen. Please remove capitalizatoin as I dont like "yelling" at my users. :)

I also notice the field draws a table or a border around the entire field, please remove that as well.

Cheers,
G

Comments

giorgio79’s picture

StatusFileSize
new21 KB

Here is a screenshot

giorgio79’s picture

Title: Field name capitalized on node edit screen » Do not capitalize Field name on node edit screen

Better title
Also please remove the border as well, lets leave design decisions to designers :)

karens’s picture

Status: Active » Closed (works as designed)

Date module is not capitalizing anything, that is coming from your theme. The border can be overridden by anyone who knows css. Anyone who does not know css will not know how to add it and date fields are a big collection of elements that is hard to understand without some differentiation. So I'm inclined to leave the border as a default setting.

warmth’s picture

Status: Closed (works as designed) » Active
StatusFileSize
new24.34 KB

It's also getting capitalized here and the second "Date" label is not getting translated!
Date bug

elijah lynn’s picture

I am having this issue too, it happens on a vanilla D7 too when using the default Seven theme for the admin theme. If you look at the html markup in the source code it is the correct case. So the CSS for the Seven theme is making it uppercase. This is an issue of patching Seven's CSS.

elijah lynn’s picture

Issue tags: +Novice

Marking as Novice.

swarad07’s picture

Status: Active » Needs review
StatusFileSize
new403 bytes

This CSS fix should go in a custom theme's CSS rather than the seven theme's which is core.

anywho, It is a text-transform set to uppercase, which basically converts your label to uppercase. :-) Attaching a very small and simple patch for the same.

Some info if needed: http://www.w3schools.com/cssref/pr_text_text-transform.asp

Cheers

elijah lynn’s picture

Thanks for the patch, should we move this to Seven then?

I wouldn't think it would be good to put this on the user and their theme since everything else works except this field. The user shouldn't have to theme basic field stuff that to them appears in "core".

I guess what needs to be figured out now is what effect does setting text-transform to none have elsewhere.

I think this issue should be moved to Seven though. If not we can create a new one and cross link them.

elijah lynn’s picture

Cross linking issue I created in core for Seven theme -> http://drupal.org/node/1883544

webchick’s picture

Project: Date » Drupal core
Version: 7.x-2.x-dev » 8.x-dev
Component: Miscellaneous » Seven theme
Issue tags: +Needs design review

Yeah, this is a core issue.

However, it represents a pretty significant design change, and we can't really do it in D7. Could talk about it in D8, though.

rteijeiro’s picture

Version: 8.x-dev » 7.x-dev

It seems to be solved in 8.x so no need to fix ;)

Status: Needs review » Needs work

The last submitted patch, date-seven_css_fix-1299898-7.patch, failed testing.

swarad07’s picture

Status: Needs work » Needs review
StatusFileSize
new403 bytes

Attaching the patch again.

dcam’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

As @webchick mentions in #10 we can't make this change to 7.x. If you are interested in patching your own installation, check out the patch in #13.