This is a migrated thread and some comments may be shown as answers.

[Solved] Vista Window Buttons

1 Answer 117 Views
Window
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 13 May 2008, 08:50 PM

A couple of bugs noticed on the Vista Skinned Window.

  • The buttons for the Vista Skinned Window aren't vertically centered in the window bar.
  • The maximize button doesn't react on mouse over like the other buttons do.

1 Answer, 1 is accepted

Sort by
0
Accepted
Svetlina Anati
Telerik team
answered on 14 May 2008, 01:53 PM
Hi Tom,

This appearance of the titlebar's buttons when using the RadWindow's Vista skin is by design.

You can change this in the described by you manner by adding the following style in your page's head section:

 <style type="text/css">  
    .radwindow_Vista .controlbuttons a  
    {  
        margin-top3px !important;  
    }  
      
    .radwindow_Vista .windowicon  
    {  
        positionrelative;  
        top: -3px;  
    }  
      
    .radwindow_Vista .maximizebutton:hover  
    {  
        background-position: -56px -15px !important;  
    }  
    </style> 




Kind regards,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Window
Asked by
Tom
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or