hello
i am using the raddock window as a replacement for one of our own controls which is basically just a styling element which holds other controls.
i adapted the css file and added a custom button which make the dockwindow look almost equally to our own control.
i have troubles with some details of the style (see pictures for better understanding)
markings in DockWindow2 : i assume this is the space from raddockzone, how can i disable it or set it to 0 so it's not taking any space?
DockWindow1, markin of button: how can i make the mouse getting a pointer when navigated on the button?
DockWindow1, inner window right marking: the border on the right side is missing, it is correctly on the left side
here is my css file:
i am using the raddock window as a replacement for one of our own controls which is basically just a styling element which holds other controls.
i adapted the css file and added a custom button which make the dockwindow look almost equally to our own control.
i have troubles with some details of the style (see pictures for better understanding)
markings in DockWindow2 : i assume this is the space from raddockzone, how can i disable it or set it to 0 so it's not taking any space?
DockWindow1, markin of button: how can i make the mouse getting a pointer when navigated on the button?
DockWindow1, inner window right marking: the border on the right side is missing, it is correctly on the left side
here is my css file:
.MyCloseButton { |
cursor:pointer; |
background-image: url('Dock/close.gif'); |
} |
.rdTitleBar |
{ |
border-style: solid; |
border-color:Gray; |
border:1px; |
background-color: #003063; |
margin:0px; |
padding-bottom:4px; |
padding-top:4px; |
} |
div.RadDock .rdCenter em |
{ |
color: rgb(255, 255, 255); |
font-family: Verdana; |
font-size:14px; |
font-weight:bold; |
text-align: left; |
padding-left:7px; |
margin:0px; |
} |
div.RadDock .rdContent { |
background-color: #9cb6d6; |
padding: 5px; |
border-style: solid; |
border-bottom-color:#003063; |
border-left-color:Gray; |
border-right-color:Gray; |
border-top-color:#003063; |
border-width: 1px; |
margin:0px; |
} |