Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:40:18 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 1, 2015 7:50:42 GMT -8
goldenbeatz.proboards.com/post/20in the members thread theres a post options button with a drop down menu, the option 'link to post' could you make this a big noticable button for that member next to the qoute and edit button text please my site would be happy
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 3, 2015 1:43:45 GMT -8
goldenbeatz.proboards.com/post/20in the members thread theres a post options button with a drop down menu, the option 'link to post' could you make this a big noticable button for that member next to the qoute and edit button text please my site would be happy The link you gave me says it doesn't exist.
If you mean the actual cog wheel button you could just make it a noticeable color but I'll give you an easy way to make it bigger and change the color with css:
Just add this to the bottom of your style sheet: The padding is what is making it bigger without messing up the alignment of those buttons too much and if you want it a different color change the #ff0000 to the color you want or if you don't want to change the color, just remove that line.
/*media screen*/ .post-options.button { display: block; position: relative; left: 2px; background-color: #ff0000; padding:8px; }
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:40:18 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 3, 2015 1:58:09 GMT -8
goldenbeatz.proboards.com/post/20in the members thread theres a post options button with a drop down menu, the option 'link to post' could you make this a big noticable button for that member next to the qoute and edit button text please my site would be happy The link you gave me says it doesn't exist.
If you mean the actual cog wheel button you could just make it a noticeable color but I'll give you an easy way to make it bigger and change the color with css:
Just add this to the bottom of your style sheet: The padding is what is making it bigger without messing up the alignment of those buttons too much and if you want it a different color change the #ff0000 to the color you want or if you don't want to change the color, just remove that line.
/*media screen*/ .post-options.button { display: block; position: relative; left: 2px; background-color: #ff0000; padding:8px; }
thats great thanks but im wanting the 'link to post' option in the cog wheel a seperate button just next to the quote and like button if this is possable please:)
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Aug 3, 2015 3:23:20 GMT -8
The link you gave me says it doesn't exist.
If you mean the actual cog wheel button you could just make it a noticeable color but I'll give you an easy way to make it bigger and change the color with css:
Just add this to the bottom of your style sheet: The padding is what is making it bigger without messing up the alignment of those buttons too much and if you want it a different color change the #ff0000 to the color you want or if you don't want to change the color, just remove that line.
/*media screen*/ .post-options.button { display: block; position: relative; left: 2px; background-color: #ff0000; padding:8px; }
thats great thanks but im wanting the 'link to post' option in the cog wheel a seperate button just next to the quote and like button if this is possable please:) Awww, O.k. Got ya. That is a bit more complicated and no time to mess with it but keep bumping every 24 hours. Sorry about misunderstanding. If only it could have been that simple. lol
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 1, 2024 11:40:18 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 3, 2015 4:42:53 GMT -8
ok
|
|