EasyUI Forum
October 16, 2025, 01:55:56 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: css on version 1.5  (Read 12093 times)
juancitop
Newbie
*
Posts: 22


View Profile Email
« on: September 07, 2016, 01:31:48 PM »

On 1.45 I use this to change numberbox align:

Code:
.numberbox .textbox-text{
  text-align: right;

}

Now on 1.5 is not working anymore ...
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: September 07, 2016, 05:36:53 PM »

Please set the 'text-align' style for the numberbox, try this code instead.
Code:
<input class="easyui-numberbox" label="Amount:" labelPosition="top" value="100" style="width:100%;text-align:right">
Logged
juancitop
Newbie
*
Posts: 22


View Profile Email
« Reply #2 on: September 08, 2016, 05:42:00 AM »

Thanks, thats work OK, but I have to change every numberbox one by one ...
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #3 on: September 08, 2016, 07:32:11 AM »

Please try to download the patch from http://www.jeasyui.com/download/downloads/jquery-easyui-1.5-patch.zip.
Logged
juancitop
Newbie
*
Posts: 22


View Profile Email
« Reply #4 on: September 08, 2016, 08:20:47 AM »

Thanks sworthy !

Perfect !!!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!