Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: ramakuka on January 23, 2010, 12:59:44 PM

Title: change splitter in RTL configuraiton
Post by: ramakuka 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
Title: change splitter in RTL configuraiton
Post by: SKaero on January 23, 2010, 01:11:22 PM
Have you tried moving with css?
Title: change splitter in RTL configuraiton
Post by: ramakuka 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