fix buttons in Prosilver style

Get help with installation and running phpBB 3.2.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
Mahsn
Registered User
Posts: 4
Joined: Sun Jan 10, 2016 6:20 am

fix buttons in Prosilver style

Post by Mahsn »

before.png
before.png (795 Bytes) Viewed 710 times
Hello, I noticed a problem with the buttons in the new Prosilver style. And I fix it, this fix is very easy, but there is someone how does not know how to fix it like always.

info:

Code: Select all

style_version = 3.2.0-b2
phpbb_version = 3.2.0-b2
Please go to styles > prosilver > theme > buttons.css and you shall see this :

Code: Select all

/* Button Styles
---------------------------------------- */

.button {
	display: inline-block;
	padding: 2px 8px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
	line-height: 1.4;
	text-align: center;
	white-space: nowrap; < here it is the problem 
	vertical-align: middle;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
change it to "normal".

the resoltes should be like this :
affter.png
affter.png (815 Bytes) Viewed 710 times
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: fix buttons in Prosilver style

Post by david63 »

If you believe that it is a bug then you should report it in thr Bug Tracker so that it can be fixed before phpBB 3.2 is released - after all that is the whole purpose of having RC versions
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: fix buttons in Prosilver style

Post by Lumpy Burgertushie »

that does seem to exist as a problem in RC-1

I have both a clean install and an upgrade install and neither one shows this problem.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Mahsn
Registered User
Posts: 4
Joined: Sun Jan 10, 2016 6:20 am

Re: fix buttons in Prosilver style

Post by Mahsn »

david63 wrote:If you believe that it is a bug then you should report it in thr Bug Tracker so that it can be fixed before phpBB 3.2 is released - after all that is the whole purpose of having RC versions
Hello sir, it's good to see your reply. You are right, but I do not know how to report a bug sadly.
User avatar
JimA
Former Team Member
Posts: 7833
Joined: Thu Jul 31, 2008 5:54 am
Location: The Netherlands
Name: Jim Mossing Holsteyn
Contact:

Re: fix buttons in Prosilver style

Post by JimA »

Mahsn wrote:
david63 wrote:If you believe that it is a bug then you should report it in thr Bug Tracker so that it can be fixed before phpBB 3.2 is released - after all that is the whole purpose of having RC versions
Hello sir, it's good to see your reply. You are right, but I do not know how to report a bug sadly.
You can use your phpBB.com account to log in to our Bug Tracker and report the bug. :)
Jim Mossing Holsteyn - Former Community Team Leader
Knowledge Base | Documentation | Board rules

If you're having any questions about the rules/customs of this website, feel free to drop me a PM.
Mahsn
Registered User
Posts: 4
Joined: Sun Jan 10, 2016 6:20 am

Re: fix buttons in Prosilver style

Post by Mahsn »

Lumpy Burgertushie wrote:that does seem to exist as a problem in RC-1

I have both a clean install and an upgrade install and neither one shows this problem.


robert
Hello Robert, I had this problem on FIreFox. On Chrome seems good no problem at all. You should test it on Firefox if you see it , fix it. If not I think this problem only from my side.

It is great to see you happy with your clean install sir.
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: fix buttons in Prosilver style

Post by Lumpy Burgertushie »

It is on firefox. the point is that I can not reproduce your problem in a standard clean install.

I assume that there is something different about your install that is causing this.

rob3rt
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Post Reply

Return to “[3.2.x] Support Forum”