RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Themes & Styling > Theme Releases

For more information about the ads and why they're here, please see the FAQ

Reply
  #91  
Old 02-24-2010, 09:51 PM
Roundcube Newcomer
 
Join Date: Feb 2010
Posts: 2
Default

Quote:
Originally Posted by phireware View Post
"MobileCube" 3.0.0 Now Available!

-----------------------------------------------
Project Page (Visit for ScreenShots):
PhireWare - Projects - MobileCube

What's New?
-Spiced Up Contacts a little bit.
-Calendar is now built in with plugin! (Thanks "Roundcube Calendar")
-Settings Adjusted
-Minor other fixes
-----------------------------------------------

*Thanks to DClark for helping the project begin again, hopefully we will keep it alive and make it become a great theme!*
*Thanks ABerglund for helping us find the errors and testing with us!*
Quote:
Originally Posted by internalkernel View Post
This seemed to fix the way the text wrapped. Changed the lines from my post above to read:

Code:
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
        margin: 0px;
        padding: 0px;
        white-space: -moz-pre-wrap !important;
        white-space: pre-wrap !important;
        white-space: pre;
        font-size: 13px;
        font-family: Helvetica,Arial,sans;
        line-height: 18px;
}
awesome! i was investigating that too. thanks for this post worked perfectly.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #92  
Old 03-02-2010, 01:16 AM
phireware's Avatar
Registered User
 
Join Date: Dec 2008
Location: USA
Posts: 65
Default

3.1.0 Beta Build #030110A is on Sourceforge now! I'll have another one soon hopefully...
__________________
http://phireware.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #93  
Old 03-08-2010, 03:51 PM
Roundcube Newcomer
 
Join Date: Mar 2010
Posts: 2
Default Need to change mail.css

Quote:
Originally Posted by Sandino View Post
for mailboxes with "unlimited space" there is no image. The word "unlimited" is ontop of the "select all" buttons at the bottom.

I made the following change to mail.css to correct this problem:

Changed:
#quotadisplay
{
position:absolute;
display: block;
float: left;
left: 110px;
height: 12px;
padding: 0;
margin-right: 2px;
margin-bottom: 1px;
color: #666666;
font-size: 11px;
}

to:

#quotadisplay
{
position:absolute;
display: block;
float: left;
left: 210px;
height: 12px;
padding: 0;
margin-right: 2px;
margin-bottom: 1px;
color: #666666;
font-size: 11px;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #94  
Old 03-08-2010, 04:00 PM
Roundcube Newcomer
 
Join Date: Mar 2010
Posts: 2
Default Maybe a better fix...

Quote:
Originally Posted by DClark View Post
To fix the above all you need to do is open up mail.css find the following section

Code:
#messagelist tr.unread
{
  font-weight: bold;
  background-color: #FFFFFF;
}
and change it to

Code:
#messagelist tr.unread,
#messagelist tr.unread td a
{
  font-weight: bold;
  background-color: #FFFFFF;
}
this will make it bold the subject title when it is unread. I didn't think it required everyone to re-download the code again.

Regarding the plugins not showing up on the settings page, this is due to the plugin.html code from the default theme not being included in the theme at this moment.

I had noticed, but don't really use any plugins so it was at the bottom of the list to fix but should be easy to include.

The problem with this fix is that when highlighted (message selected) the white background doesn't look right. Instead I made the following change:

Code:
#messagelist tr.unread a
{
  font-weight: bold;
}
at line 608.

Last edited by qevodude; 03-08-2010 at 04:04 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #95  
Old 03-09-2010, 01:35 AM
phireware's Avatar
Registered User
 
Join Date: Dec 2008
Location: USA
Posts: 65
Default

Quote:
Originally Posted by qevodude View Post
The problem with this fix is that when highlighted (message selected) the white background doesn't look right. Instead I made the following change:

Code:
#messagelist tr.unread a
{
  font-weight: bold;
}
at line 608.
This is fixed in the upcoming version 3.1.0 and is available as a beta release now on SourceForge.
__________________
http://phireware.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #96  
Old 03-18-2010, 01:06 PM
Registered User
 
Join Date: Feb 2010
Posts: 35
Default

Hey Phireware,

I don't mean to nag, just wondering it there was any news on Mobilecube? I really love this theme and hope you are still working on it as it is by far the best theme availabe for roundcube right now.

I've just upgrabed my personal server from dual p3 933's to a more modern Core 2 Duo setup and plan to replace Squirrelmail with Roundcube + Mobilecube on the new server!

Martian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #97  
Old 03-19-2010, 05:14 PM
phireware's Avatar
Registered User
 
Join Date: Dec 2008
Location: USA
Posts: 65
Default

Quote:
Originally Posted by Martian View Post
Hey Phireware,

I don't mean to nag, just wondering it there was any news on Mobilecube? I really love this theme and hope you are still working on it as it is by far the best theme availabe for roundcube right now.

I've just upgrabed my personal server from dual p3 933's to a more modern Core 2 Duo setup and plan to replace Squirrelmail with Roundcube + Mobilecube on the new server!

Martian
Oh yes I am still working on it! I love the theme as well. I've just been very busy the past week or two and I am also updating our personal website (phireware.com) with a whole new look. The 3.1.0 beta is on Sourceforge too if you want to see plugin support (needs alot of work though)
__________________
http://phireware.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #98  
Old 03-19-2010, 05:21 PM
phireware's Avatar
Registered User
 
Join Date: Dec 2008
Location: USA
Posts: 65
Default

Everytime I reply to someone it doesn't go through but I'm still here, just been busy updating phireware.com
__________________
http://phireware.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #99  
Old 03-21-2010, 12:33 PM
Roundcube Newcomer
 
Join Date: Jun 2008
Posts: 5
Default

Any plans to add generic Plugin support? I'm using a plugin for mail filtering and can't use this theme when I want to edit my rules.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #100  
Old 03-21-2010, 01:07 PM
Registered User
 
Join Date: Jan 2010
Posts: 21
Default

Just out of curiosity... since you don't seem to have enough on your plate as it is

Any thought on building in support for the next release 0.4 - there is a rumor they will be merging the message threading branch into 0.4 which should be going beta in the next few months... I tested the message threading last night and currently MobileCube doesn't handle it.

thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:27 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community