Author Topic: 0.8 on low res screen  (Read 5064 times)

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
0.8 on low res screen
« on: August 10, 2012, 09:28:13 AM »
Hello,

I have many users who use 1024*768 screen and they complain that they can't use larry skin.
I have set my screen resolution and here is what i see :


Is there a way to correct this ?

Some controls are hide (modify identities for example)
« Last Edit: August 10, 2012, 09:30:33 AM by bagu »

Offline Yoni

  • Full Member
  • ***
  • Posts: 164
    • MyRoundcube
Re: 0.8 on low res screen
« Reply #1 on: August 10, 2012, 05:52:55 PM »
Use a different skin or get bigger resolution monitors? Perhaps the litebube skin may work for you.

Offline bagu

  • Full Member
  • ***
  • Posts: 109
    • Bagu.biz
Re: 0.8 on low res screen
« Reply #2 on: August 11, 2012, 05:27:41 AM »
It's not a solution.
What I expect is a way of preventing submit buttons hide the change identity text.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
Re: 0.8 on low res screen
« Reply #3 on: August 11, 2012, 06:30:32 AM »
Quote
It's not a solution.
What I expect is a way of preventing submit buttons hide the change identity text.

What do you mean? Any one is free to make changes and even whole new skins for Roundcube to get it just the way they want. It is impossible for the devs to make one skin which will fit every scenario and everyone will love.

The devs decided that 1024px was too small for minium width in the new Larry skin, its currently set to 1150px...

Quote
... 1024 has been a default for long time but
nowadays screens become wider and therefore we increased the minimum
size. Making everything fit into 1024 would probably affect the
general arrangements of the UI elements and thus be a drawback for
users with higher resolutions (which I believe is the majority). ...

There is still some discussion about it though, you can see the thread here http://lists.roundcube.net/pipermail/dev/2012-July/021566.html
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline Charlie_R00t

  • Newbie
  • *
  • Posts: 2
Re: 0.8 on low res screen
« Reply #4 on: August 14, 2012, 01:46:02 AM »
I had same problem. Find %Roundcubedir%/skins/larry/styles.css file. In this file go to line 663 (looks like this: min width: 1150px), then correct this value in according with the minimum horizontal resolution of the client screen (800px for resolution 800x600, 1024px for resolution 1024x768). Then restart apache and client browsers. Good luck!
« Last Edit: August 14, 2012, 01:55:43 AM by Charlie_R00t »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: 0.8 on low res screen
« Reply #5 on: August 14, 2012, 01:54:15 AM »
I had same problem. Find %Roundcubedir%/skins/larry/styles.css file. In this file go to line 663 (looks like this: min width: 1150px), then correct this value in according with the minimum horizontal resolution of the client monitor (800px for resolution 800x600, 1024px for resolution 1024x768). Then restart apache and client browsers. Good luck!
You should only need to clear the cache on the browser, not restart Apache.