Re: [rt-users] rt 3.8.0 web2 CSS wierdness.

2008-07-16 Thread Jesse Vincent

On Jul 16, 2008, at 6:21 PM, Jeff Voskamp wrote:

> Jesse Vincent wrote:
>>
>> On Jul 16, 2008, at 5:36 PM, Jeff Voskamp wrote:
>>
>>> There's some nice new options for Search/Build.html (such as all  
>>> the Queue* stuff, but the label field is a bit narrow.
>>> Attached is a patch that allows me to see the tail end of such  
>>> options as "QueueAdminCC EmailAddress"  rather than just a list of  
>>> "QueueAdminC".
>>>
>> So, the problem with making things that wide in the default view is  
>> that on many browsers and screens, the query view gets cut off:/

>>
> Then the contents of the fields need to be shorter, or ragged left,  
> or something.

Patches are certainly welcome, as are entirely new themes. We've spent  
a good few developer days trying to improve the style and layout of  
just that section of the page and make it work reasonably well on  
Firefox 2 and 3, Safari, Opera and IE 6 and 7. I'm not likely to spend  
any more time on it in the near future unless it's for someone who's  
paying us or holding my family hostage.


>  the 3.4 and 3.5 skins don't specify a width so things are still  
> getting pushed around.
>

Yep. We didn't change how those themes render...well, anything for 3.8.

> Jeff

Jesse

___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


Re: [rt-users] rt 3.8.0 web2 CSS wierdness.

2008-07-16 Thread Jeff Voskamp
Jesse Vincent wrote:
>
> On Jul 16, 2008, at 5:36 PM, Jeff Voskamp wrote:
>
>> There's some nice new options for Search/Build.html (such as all the 
>> Queue* stuff, but the label field is a bit narrow.
>> Attached is a patch that allows me to see the tail end of such 
>> options as "QueueAdminCC EmailAddress"  rather than just a list of 
>> "QueueAdminC".
>>
> So, the problem with making things that wide in the default view is 
> that on many browsers and screens, the query view gets cut off:/
Then the contents of the fields need to be shorter, or ragged left, or 
something.  the 3.4 and 3.5 skins don't specify a width so things are 
still getting pushed around.

Jeff
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


Re: [rt-users] rt 3.8.0 web2 CSS wierdness.

2008-07-16 Thread Jesse Vincent

On Jul 16, 2008, at 5:36 PM, Jeff Voskamp wrote:

> There's some nice new options for Search/Build.html (such as all the  
> Queue* stuff, but the label field is a bit narrow.
> Attached is a patch that allows me to see the tail end of such  
> options as "QueueAdminCC EmailAddress"  rather than just a list of  
> "QueueAdminC".
>
So, the problem with making things that wide in the default view is  
that on many browsers and screens, the query view gets cut off:/


> Jeff Voskamp
> *** ticket-search.css 2008-07-15 14:33:34.0 -0400
> --- /usr/local/rt/html/NoAuth/css/web2/ticket-search.css  2008-07-16  
> 17:30:22.0 -0400
> ***
> *** 60,70 
>  #comp-Search-Build #pick-criteria td.label {
>  font: message-box;
>  padding-right: 0.5em;
> ! width: 11em;
>  }
>
>  #comp-Search-Build #pick-criteria td.label * {
> !  width: 8.5em;
>  }
>
>  #comp-Search-Build #pick-criteria td.label select {
> --- 60,70 
>  #comp-Search-Build #pick-criteria td.label {
>  font: message-box;
>  padding-right: 0.5em;
> ! width: 18em;
>  }
>
>  #comp-Search-Build #pick-criteria td.label * {
> !  width: 15.5em;
>  }
>
>  #comp-Search-Build #pick-criteria td.label select {
> ___
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: [EMAIL PROTECTED]
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com

___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com


[rt-users] rt 3.8.0 web2 CSS wierdness.

2008-07-16 Thread Jeff Voskamp
There's some nice new options for Search/Build.html (such as all the 
Queue* stuff, but the label field is a bit narrow.
Attached is a patch that allows me to see the tail end of such options 
as "QueueAdminCC EmailAddress"  rather than just a list of "QueueAdminC".


Jeff Voskamp
*** ticket-search.css   2008-07-15 14:33:34.0 -0400
--- /usr/local/rt/html/NoAuth/css/web2/ticket-search.css2008-07-16 
17:30:22.0 -0400
***
*** 60,70 
  #comp-Search-Build #pick-criteria td.label {
  font: message-box;
  padding-right: 0.5em;
! width: 11em;
  }
  
  #comp-Search-Build #pick-criteria td.label * {
!  width: 8.5em;
  }
  
  #comp-Search-Build #pick-criteria td.label select {
--- 60,70 
  #comp-Search-Build #pick-criteria td.label {
  font: message-box;
  padding-right: 0.5em;
! width: 18em;
  }
  
  #comp-Search-Build #pick-criteria td.label * {
!  width: 15.5em;
  }
  
  #comp-Search-Build #pick-criteria td.label select {
___
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com