Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
CSS
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 Jul 2013 at 02:29 UTC
Updated:
29 Jul 2014 at 22:39 UTC
Jump to comment: Most recent file
Because they are crammed together
In file.admin.css:
.form-managed-file .form-file, .form-managed-file .form-submit {
- margin: 0;
+ margin: 0 .5em 0;
}
and yes, I am that picky.
(sorry I didn't roll a patch, I'm a designer :) )
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | file-2041625-12.patch | 391 bytes | tim.plunkett |
| #11 | 2041625smallscreen.png | 47.35 KB | andymartha |
| #10 | Before | 38.87 KB | jOksanen |
| #10 | After | 41.16 KB | jOksanen |
| #7 | CSS-2041625-7.patch | 392 bytes | vineet.osscube |
Comments
Comment #1
vineet.osscube commentedComment #2
vineet.osscube commentedAttached patch for the same.
Comment #4
tkoleary commented@vineet.osscube
Thanks!
Comment #5
vineet.osscube commented@tkoleary,
Patch failed in browser group testing. Can you check once again and suggest css code?
Comment #6
falc0 commentedI think you have a small typo in your patch:
should be
Comment #7
vineet.osscube commentedCorrect and attached patch for the same.
Comment #8
vineet.osscube commented@falc0
Thanks
Comment #9
aspilicious commentedCan we gets screens (before after?)
After all this is a frontend issue.
Comment #10
jOksanen commentedImages as requested.
Comment #11
andymartha commentedAfter applying the patch CSS-2041625-7.patch by vineet.osscube in #7 to a Drupal 8 fresh install 8/9 , I confirm the space is there and nothing breaks (not too much to break). Attached is a small screen screenshot to go with #10
Comment #12
tim.plunkettFunctionally identical, just adhering to coding standards.
Comment #13
webchickCool, this has been annoying me, too. :)
Committed and pushed to 8.x. Thanks!
Comment #14
tkoleary commentedAnother small win. Let's keep em rolling!