EasyUI Forum
September 14, 2025, 11:32:30 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Dialog border size  (Read 7127 times)
jrnfs
Newbie
*
Posts: 16


View Profile Email
« on: June 04, 2015, 03:52:36 PM »

Hi,

How to change the dialog/window border width?

Tks,
Logged
jarry
Administrator
Hero Member
*****
Posts: 2298


View Profile Email
« Reply #1 on: June 04, 2015, 06:56:31 PM »

Please try to override the window CSS styles.
Code:
<style>
  .window{
    padding:2px;
  }
  .window .window-header{
    margin-top:4px;
  }
</style>
Logged
jrnfs
Newbie
*
Posts: 16


View Profile Email
« Reply #2 on: June 04, 2015, 07:07:42 PM »

Tkanks
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!