Closed (duplicate)
Project:
Rubik
Version:
7.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Jan 2012 at 04:52 UTC
Updated:
27 Jul 2012 at 19:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidComment #2
dave reidThis also extends the button-yes and button-no classes as well.
Comment #3
zany commentedThe Media module additionally uses
I addressed those with an override to map to a plus button, minus button, button-yes, button-no, respectively.
Is it ok to request this here or should the Media module be asked to conform to some best practice?
Comment #4
dave reidIf it's just classes that we need to add to the Media buttons, we can do that in Media. I've already added support for things like button-yes and button-no that are supported by Rubik.
Comment #5
niccolox commentedwhat version of Rubik is that patch for ?
I am trying to apply it to latest release 7.4 beta 8 and getting problems i.e. not applying cleanly
Comment #6
Anonymous (not verified) commentedI'm on 7.x-4.0-beta8 also, but I've been having problems with "git apply" not working on a lot of patches recently - as in no output even with --verbose.
That said, it applied almost cleanly for me with "patch -p1 < 1418412-rubik-a-button-styling_0.patch" (fuzz 1). However, it seems to work fine.
Comment #7
codi commentedReviewed the patch and it applies fine against the dev branch. I'm creating a new issue for a few more media issues i'm having with rubik, but this patch as it is can be committed.
Comment #8
pschuelke commentedAfter I ran the patch I'm still getting styling issues. The filed-set is not around the thumbnail or buttons.
Comment #9
pschuelke commentedI combined #2 with issue 1623510
http://drupal.org/node/1623510#comment-6188482
Comment #10
jeffschulerPatch in #2 is good, except the Submit & Cancel buttons could use some space (see screenshot.)
Could we do:
.form-actions { margin-top: 20px; }?Comment #11
pschuelke commentedjeff
check out
http://drupal.org/node/1623510#comment-6191568
Comment #12
coffeymachine commentedI am going to close this issue as it has been combined with #1623510: Media module weirdness
Let's move any further discussion about this over to that thread.