mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-08 08:21:23 +00:00
Fix bug following mail tags management CSS changes
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -49,6 +49,9 @@ DIV.listWrapper
|
||||
border-left: 1px solid #9b9b9b;
|
||||
background: #ccddec;}
|
||||
|
||||
.listWrapper TABLE TD
|
||||
{ height: 22px; }
|
||||
|
||||
#calendarCategoriesListWrapper
|
||||
{ top: 210px;
|
||||
bottom: 30px;
|
||||
|
||||
@@ -72,7 +72,7 @@ TABLE
|
||||
TABLE TD
|
||||
{ padding-left: .5em;
|
||||
padding-right: .25em;
|
||||
height: 22px; }
|
||||
}
|
||||
|
||||
a:link
|
||||
{ color: #0033CC; }
|
||||
|
||||
Reference in New Issue
Block a user