Fix bug following mail tags management CSS changes

This commit is contained in:
Francis Lachapelle
2013-11-19 13:39:48 -05:00
parent eb9111b5fa
commit 5a3d0d27e0
3 changed files with 11 additions and 1 deletions

View File

@@ -144,6 +144,13 @@ SOGoTabsController.prototype = {
content.addClassName("active");
this.activeTab.fire("tabs:click", content.id);
content.select('.tabsContainer').each(function(c) {
// When the tab contains an inner tabs container,
// show or hide the tabs navigation arrows of this
// inner container
c.controller.recomputeMinOffset();
});
// Prototype alternative
//oldContent.removeClassName("active");

View File

@@ -49,6 +49,9 @@ DIV.listWrapper
border-left: 1px solid #9b9b9b;
background: #ccddec;}
.listWrapper TABLE TD
{ height: 22px; }
#calendarCategoriesListWrapper
{ top: 210px;
bottom: 30px;

View File

@@ -72,7 +72,7 @@ TABLE
TABLE TD
{ padding-left: .5em;
padding-right: .25em;
height: 22px; }
}
a:link
{ color: #0033CC; }