i want to edit Dolphin7 css templates so what i want to do is make it rtl "right to left order"
it`s working very well exept in the search
when i make it right to left i use
#searchForm {
direction:rtl;
margin: 10px;
}
for eg in searchKeyword.css
(the last statment)
but what i get is this
so what i want is to make it all in the middel but in right to left order ..... and to make the text filed close to the "keyword"
the css is
/* redeckaration settings from another files*/
.boxContent .votes_small {
float: none;
/*position:relativ_e;*/
width: auto;
}
.dbContent {
margin: 5px;
}
div.viewFile
{
margin: 10px auto;
padding: 2px;
text-align: center;
border: 1px solid #CCCCCC;
}
.searchContentBlock {
margin: 5px auto;
}
#searchArea {
margin: 10px auto;
}
#searchForm {
direction:rtl;
margin: 10px;
}
please help me and thanks in advance