This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Spinner Inline Show Control
#7
(29.08.2017, 11:06)admin Wrote: If you just want to make the input box smaller:
Code:
.item-control-single .control-spinner .spinner-value {
  width: 50px;
}

Or you can scale the whole control to 75% like this:
Code:
.item-control-single .control-spinner {
  transform: scale(0.75);
  transform-origin: 0 0;
}

Hi

I have tried this solution myself, and it is not exactly fulfilling my needs. Is it possible to set the size of the spinner with 'width' and 'height'? I have tried to make it work, but it seems like these parameters do not apply to the spinner?

Code:
.setpAdjust2 {


  width: 125px !important;
  height: 25px !important;
  border: 2px solid orange;
}

With the code above, the border seems to be at the size I want, but the text-box and the buttons are still at the same size as they were before.
There are 10 kinds of people in the world; those who can read binary and those who don't  Cool
Reply


Messages In This Thread
Spinner Inline Show Control - by jmir - 28.08.2017, 14:31
RE: Spinner Inline Show Control - by AEK - 29.08.2017, 10:48
RE: Spinner Inline Show Control - by admin - 29.08.2017, 11:06
RE: Spinner Inline Show Control - by Trond Hoyem - 01.02.2021, 11:36
RE: Spinner Inline Show Control - by jmir - 30.08.2017, 14:06
RE: Spinner Inline Show Control - by admin - 04.09.2017, 08:25
RE: Spinner Inline Show Control - by jmir - 06.09.2017, 07:01
RE: Spinner Inline Show Control - by admin - 01.02.2021, 11:57

Forum Jump: