View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#245
Originally Posted by SR90 View Post
Hello , I have the same problem , How do I have to change the size ?
the files you have to edit are stored in /usr/share/rtcom-messaging-ui/html/

there you have to edit the *SMSConversation*.css
three ways of doing that:
1. SSH root connection to pc.
2. copy the files from there to your MyDocs, connect via mass storage to your pc, edit the file on your pc, copy it back and finally move it into the html-folder (you have to be root for doing that)
3. gain root in xterm. open the css-file in xterm with vi (if you know how to handle it ^^) or install leafpad and open it with it.

you have to change:
Code:
div.Avatar {
  width: 64px;
  display: inline-block;
  vertical-align: middle;
}

.MessageAvatar {
  width: 64px;
  height:64px;
  -moz-border-radius: 10px;
}
to:
Code:
div.Avatar {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
}

.MessageAvatar {
  width: 60px;
  height:60px;
  -moz-border-radius: 10px;
}
for further instructions on how to copy files with root rights from one point to another point or on how to ssh into your phone, please use the search located at top right on this page. ^^
 

The Following User Says Thank You to b666m For This Useful Post: