Author Topic: CSS issue: Workspace descriptions  (Read 4481 times)

travtele615

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • Email
CSS issue: Workspace descriptions
« on: February 22, 2009, 03:10:53 pm »
Using a long description text for a Workspace and displaying it causes the description text to end up behind "View as List" link in Firefox 3.0.6

Adding CSS on the "span" class .description of "padding-right:110px" (see below) seems to fix it that issue. (didn't check in any other browsers..)

.dashWorkspace .description {Dashboard.css (line 15)
padding-right:110px;
}

Travis


ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: CSS issue: Workspace descriptions
« Reply #1 on: February 23, 2009, 09:08:28 pm »
Thanks for the suggestion! We'll check it.

carlos

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
Re: CSS issue: Workspace descriptions
« Reply #2 on: February 23, 2009, 09:26:16 pm »
Thanks for your suggestion travtele615.

We have changed the workspace description location to be in a separate dashboard widget which will show information about the workspace, such as creation dates, users in that workspace and the workspace description.

I believe this change will be available in version 1.3, however in the meantime we could add this fix to version 1.2.1. Thanks for the report!