Log in | Register | Lost password

Bottom
Problem with YAML
  • Posted: 13.04.2006, 16:32
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    I use YAML, a CSS XHTML Framework, the concept is not using table instead using just DIV.
    Everything works fine, but I have some problems in the admin part.
    The Xinha HTML Edit , the menu part fills the whole input text area, also the Date select Popup appears in the whole lenght of the screen.

    any Idea ?
  • Posted: 14.04.2006, 17:18
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Can be seen at www.elternrat-nefti.ch
    user: testuser5
    password: test

    select Administration / News Manager
    change any news
    you will see
  • Posted: 20.06.2006, 18:15
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    I have the same problem with yaml v2.5.

    Do you found a solution?
  • Posted: 22.06.2006, 21:02
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    After some hours I found a solution:

    You have to change in
    modules\pagesetter\guppy\xinha\htmlarea.css
    the line with

    Code

    .htmlarea .toolbar table { margin: 0; font-family: tahoma,verdana,sans-serif; font-size: 11px; }


    to the following

    Code

    .htmlarea .toolbar table { width: auto; margin: 0; font-family: tahoma,verdana,sans-serif; font-size: 11px; }


    Now it works .... (tested with yaml 2.5) :-)

Template courtesy of Designs By Darren.