Author Topic: change splitter in RTL configuraiton  (Read 2934 times)

Offline ramakuka

  • Newbie
  • *
  • Posts: 5
change splitter in RTL configuraiton
« on: January 23, 2010, 12:59:44 PM »
Hi,
i am trying to create right to left layout with the latest version based on this thread :
http://www.roundcubeforum.net/8-themes-styling/28-theme-releases/3847-default_rtl-skin.html
now - i did most of the adaptation but i having hard time to understand the spiller configuration.
viewing the HTML code after the page has been render i can see DIV called mailviewsplitterv that located in the left side. can't find where i can change it.
as you can probably already understood i am not a javascript expert.

can someone please help me here ?
thanks in advance ,

Ram

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
change splitter in RTL configuraiton
« Reply #1 on: January 23, 2010, 01:11:22 PM »
Have you tried moving with css?

Offline ramakuka

  • Newbie
  • *
  • Posts: 5
change splitter in RTL configuraiton
« Reply #2 on: January 23, 2010, 01:42:33 PM »
yes,
the only place spiltter is mention in the css is common.css -
and this is the configuration
.splitter
{
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  position: absolute;
  background: url(images/dimple.png) center no-repeat;
}

.splitter-h
{
  cursor: n-resize;
  background-position: center 2px;
}

.splitter-v
{
  cursor: e-resize;
  background-position: 2px center;
}


nothing to change here - i saw the scrip reference in the html files


but i am not sure how to move forward - where is the rcmail function and how it's related to the splitter.js that i guess related to this issue?


thanks again

--
Ram