inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Sept 29, 2013 14:39:16 GMT -8
You might be interested in this plugin instead which can move not just label menus but anything in the gear options menu
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 28, 2024 19:06:51 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 29, 2013 17:57:11 GMT -8
Chris, do you have any idea how to change the color of the Labels box to avoid it blending in? I took a picture of it here so you can see what I mean.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Sept 29, 2013 22:21:35 GMT -8
Chris, do you have any idea how to change the color of the Labels box to avoid it blending in? I took a picture of it here so you can see what I mean. That would depend on where it was moved (which the picture shows) as well as what CSS rules are in play on your forum (which cannot be known by just a picture). In any event it comes with both a configurable menu class as well as a configurable menu inline style to give it a versatile way to adopt or outright rebel against any new rules that might exist in its newly adopted homeland. From the image I will assume you used .bbcode-editor .group:last-child which means it will be governed by the following rule: .ui-wysiwyg .button { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: medium none; border-radius: 0 0 0 0; color: #000000; margin: 0; padding: 0; } thus overriding some componenets of the rule it had obeyed in its original home .button, a.button, input[type="submit"], input[type="button"], button { background-color: #DADADA; background-image: url("http://images.proboards.com/v5/gradients/light.png"); background-position: center center; background-repeat: repeat-x; border: 1px solid #A7A7A7; border-radius: 5px 5px 5px 5px; color: #000000; cursor: pointer; display: inline-block; font-family: Verdana,Arial; font-size: 12px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: 20px !important; margin-left: 3px; min-height: 20px; padding: 2px 0; text-decoration: none; vertical-align: middle; white-space: nowrap; } * items that have a strike-through are items that have been overridden by the stronger rule* items that are underlined are items that have been overridden by an inline style that the plugin itself has given to the menuThe plugin gives the menu an inline style (regardless of what inline style you may have set in config) of padding-left:2px;margin-left:0.7em;. If you add back the rules that were overridden by placing them in inline style config that may do it This is all academic of course since at your whim, you have the option of changing any rule you may have on your forum and as I said a picture cannot convey that information to me. I would need an actual URL to see the actual rules in play and even then all still guess work if I cannot see the actual element being discussed in its new location.
|
|