Dear support:
With RadControls ASP .NET AJAX Q1 2008...
I use approach descibred in this post: http://www.telerik.com/community/forums/thread/b311D-dtmhk.aspx
I want set width of minimized window, using CSS. I try override width css property of classes:
but it's impossible !!! I copy this css classes to CSS project file and try override width using !important qualifier but persist original values.
How Can I change width? In this case I want that all minimized windows has the same width, but, It possible that minized window adjust width for display complete window name?
Thanks a lot
With RadControls ASP .NET AJAX Q1 2008...
I use approach descibred in this post: http://www.telerik.com/community/forums/thread/b311D-dtmhk.aspx
I want set width of minimized window, using CSS. I try override width css property of classes:
| div.radwindow_Vista.minimizedwindow |
| { |
| width: 150px !important; height: 26px !important; |
| background: #abc1de; |
| border: solid 1px #5d6f88; |
| } |
| /* overlay element should be minimized when the window is minimized */ |
| iframe.minimizedwindowoverlay_Vista |
| { |
| /* take into account the borders of the main DIV of the window when setting width/height */ |
| width: 152px !important; height: 28px !important; |
| } |
| div.radwindow.radwindow_Vista.minimizedwindow table.titlebarcontrols |
| { |
| width: 150px !important; |
| position: relative; top: -4px; |
| } |
| div.radwindow_Vista.minimizedwindow em |
| { |
| color: white !important; |
| width: 55px !important; |
| } |
but it's impossible !!! I copy this css classes to CSS project file and try override width using !important qualifier but persist original values.
How Can I change width? In this case I want that all minimized windows has the same width, but, It possible that minized window adjust width for display complete window name?
Thanks a lot