6.0.0-beta1
8/10/25

[#12144] Minical in Firefox not aligned
Summary Minical in Firefox not aligned
Queue Kronolith
Queue Version Git develop
Type Bug
State Not A Bug
Priority 1. Low
Owners
Requester hordetest (at) trash-mail (dot) com
Created 03/26/2013 (4520 days ago)
Due
Updated 04/22/2013 (4493 days ago)
Assigned 04/03/2013 (4512 days ago)
Resolved 04/22/2013 (4493 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/22/2013 09:29:33 AM Jan Schneider State ⇒ Not A Bug
 
04/21/2013 10:34:57 AM arjen+horde (at) de-korte (dot) org Comment #4 Reply to this comment
Here is a screenshot. I upgraded to latest PHP5.3. But the issue is 
still there.
Your sidebar is too small.

The default theme requires quite a bit of space. Depending on the 
language you're using, you may need more than the default of 210 pix. 
For instance, in Dutch you'll need at least 240 pix, so that the 
translations of the menu fits in the allotted space. I did this system 
wide (since all my users use the Dutch locale) by setting

<?php
$_prefs['sidebar_width']['value'] = 240;
$_prefs['sidebar_width']['locked'] = true;

in 'horde/config/prefs.local.php'.
04/21/2013 08:20:46 AM hordetest (at) trash-mail (dot) com Comment #3
New Attachment: Unbenannt.PNG Download
Reply to this comment
Looks fine here. Which FF version, which platform? And can you post 
a screenshot?
Here is a screenshot. I upgraded to latest PHP5.3. But the issue is 
still there.
04/17/2013 12:53:01 PM Jan Schneider State ⇒ No Feedback
 
04/03/2013 11:41:16 AM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
Looks fine here. Which FF version, which platform? And can you post a 
screenshot?
03/26/2013 07:48:12 PM hordetest (at) trash-mail (dot) com Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Minical in Firefox not aligned
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
Had to set margin and padding to 0px

/* Mini calendar */
.kronolith-minical {
     position: relative;
     margin: 0px;
     padding: 0px;
     background-color: #d5dcde;
}

Saved Queries