Opened 3 years ago
Closed 3 years ago
#11583 closed enhancement (worksforme)
Styling the "urlfield" inside Media Uploader
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | UI | Version: | 2.9 |
| Severity: | trivial | Keywords: | has-patch reporter-feedback |
| Cc: |
Description
Actually inside Media Up loader we got input text field with "urlfield" class which contains URL to uploaded file.
There is no styling for this element so I've added few things - "code" and smaller font and bottom margin for larger white space between input and buttons below.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.

This element does look styled in my eyes. In current trunk we have:
textarea, input[type="text"], input[type="password"], input[type="file"], input[type="button"], input[type="submit"], input[type="reset"], select colors#line:10
input[readonly] colors#line:27
... (and more).
The calculated style in trunk contains already a margin, a font-family and the like so I ask myself what is missing here. The patch only applies stuff that already is in? Please re-view.