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 |
still there.
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'.
New Attachment: Unbenannt.PNG
a screenshot?
still there.
State ⇒ Feedback
screenshot?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Minical in Firefox not aligned
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
/* Mini calendar */
.kronolith-minical {
position: relative;
margin: 0px;
padding: 0px;
background-color: #d5dcde;
}