mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
remove unnecessary topmost ContentPane from main layout
This commit is contained in:
@@ -1467,10 +1467,10 @@ div.fatalError textarea {
|
||||
border-width : 0px;
|
||||
}
|
||||
|
||||
#content-tabs .dijitTab {
|
||||
/* #content-tabs .dijitTab {
|
||||
margin-top : 0px;
|
||||
padding-top : 0px;
|
||||
}
|
||||
} */
|
||||
|
||||
#toolbar {
|
||||
padding : 0px;
|
||||
|
||||
@@ -110,8 +110,8 @@
|
||||
</div>
|
||||
|
||||
<div dojoType="dijit.layout.BorderContainer" region="center" id="header-wrap" gutters="false">
|
||||
<div dojoType="dijit.layout.ContentPane" region="top">
|
||||
</div>
|
||||
<!-- <div dojoType="dijit.layout.ContentPane" region="top">
|
||||
</div> -->
|
||||
<div dojoType="dijit.layout.TabContainer" region="center" id="content-tabs">
|
||||
<div dojoType="dijit.layout.BorderContainer" region="center" id="content-wrap"
|
||||
title="<?php echo __("News") ?>">
|
||||
|
||||
Reference in New Issue
Block a user