EasyUI Forum
June 30, 2024, 10:15:50 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: [Solved]text align on tabs  (Read 3374 times)
MSAG
Newbie
*
Posts: 41



View Profile Email
« on: January 10, 2019, 08:33:36 AM »

How can set text align on tab in Tab Position is left
« Last Edit: January 11, 2019, 05:43:56 AM by MSAG » Logged
jarry
Administrator
Hero Member
*****
Posts: 2268


View Profile Email
« Reply #1 on: January 10, 2019, 06:16:01 PM »

Override the CSS style to change the text align.
Code:
<style type="text/css">
.tabs-header-left .tabs li .tabs-inner{
text-align: right;
}
</style>
Logged
MSAG
Newbie
*
Posts: 41



View Profile Email
« Reply #2 on: January 11, 2019, 05:43:32 AM »

Thanks it's works
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!