mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 04:45:58 +00:00
remove seemingly useless bordercontainer from main layout
This commit is contained in:
@@ -605,11 +605,6 @@ body.ttrss_main div.fatalError textarea {
|
|||||||
width: 565px;
|
width: 565px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
body.ttrss_main #header-wrap {
|
|
||||||
border-width: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
body.ttrss_main #content-wrap {
|
body.ttrss_main #content-wrap {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
@@ -779,12 +774,6 @@ body.ttrss_main #header {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
body.ttrss_main #footer {
|
|
||||||
text-align: center;
|
|
||||||
color: #555555;
|
|
||||||
padding: 4px 4px 8px 4px;
|
|
||||||
border-width: 0px;
|
|
||||||
}
|
|
||||||
body.ttrss_main #content-insert {
|
body.ttrss_main #content-insert {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
@@ -1342,9 +1331,20 @@ body.ttrss_prefs {
|
|||||||
}
|
}
|
||||||
body.ttrss_prefs #footer,
|
body.ttrss_prefs #footer,
|
||||||
body.ttrss_prefs #header {
|
body.ttrss_prefs #header {
|
||||||
|
padding: 8px;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
body.ttrss_prefs #header {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
body.ttrss_prefs #footer_splitter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
body.ttrss_prefs #footer {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
padding-left: 8px;
|
font-size: 13px;
|
||||||
padding-right: 8px;
|
border: 0px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs #header a:hover {
|
body.ttrss_prefs #header a:hover {
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -4,9 +4,23 @@ body.ttrss_prefs {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
#footer, #header {
|
#footer, #header {
|
||||||
|
padding : 8px;
|
||||||
|
font-size : 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header {
|
||||||
|
float : right;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer_splitter {
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
background-color : #f5f5f5;
|
background-color : #f5f5f5;
|
||||||
padding-left : 8px;
|
font-size : 13px;
|
||||||
padding-right : 8px;
|
border : 0px;
|
||||||
|
text-align : center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header a:hover {
|
#header a:hover {
|
||||||
|
|||||||
@@ -709,12 +709,6 @@ body.ttrss_main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-wrap {
|
|
||||||
border-width : 0px;
|
|
||||||
margin : 0px;
|
|
||||||
padding : 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content-wrap {
|
#content-wrap {
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
border-width : 0px;
|
border-width : 0px;
|
||||||
@@ -917,13 +911,6 @@ body.ttrss_main {
|
|||||||
z-index : 5;
|
z-index : 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
|
||||||
text-align : center;
|
|
||||||
color : @default-text;
|
|
||||||
padding : 4px 4px 8px 4px;
|
|
||||||
border-width : 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#content-insert {
|
#content-insert {
|
||||||
padding : 0px;
|
padding : 0px;
|
||||||
border-color : #ddd;
|
border-color : #ddd;
|
||||||
|
|||||||
@@ -150,7 +150,6 @@
|
|||||||
<div id="cmdline" style="display : none"></div>
|
<div id="cmdline" style="display : none"></div>
|
||||||
|
|
||||||
<div id="main" dojoType="dijit.layout.BorderContainer">
|
<div id="main" dojoType="dijit.layout.BorderContainer">
|
||||||
|
|
||||||
<div id="feeds-holder" dojoType="dijit.layout.ContentPane" region="leading" style="width : 20%" splitter="true">
|
<div id="feeds-holder" dojoType="dijit.layout.ContentPane" region="leading" style="width : 20%" splitter="true">
|
||||||
<div id="feedlistLoading">
|
<div id="feedlistLoading">
|
||||||
<img src='images/indicator_tiny.gif'/>
|
<img src='images/indicator_tiny.gif'/>
|
||||||
@@ -158,9 +157,7 @@
|
|||||||
<div id="feedTree"></div>
|
<div id="feedTree"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div dojoType="dijit.layout.BorderContainer" region="center" id="header-wrap" gutters="false">
|
|
||||||
<div dojoType="dijit.layout.BorderContainer" region="center" id="content-wrap">
|
<div dojoType="dijit.layout.BorderContainer" region="center" id="content-wrap">
|
||||||
|
|
||||||
<div id="toolbar-frame" dojoType="dijit.layout.ContentPane" region="top">
|
<div id="toolbar-frame" dojoType="dijit.layout.ContentPane" region="top">
|
||||||
<div id="toolbar" dojoType="dijit.Toolbar">
|
<div id="toolbar" dojoType="dijit.Toolbar">
|
||||||
|
|
||||||
@@ -261,22 +258,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</div> <!-- toolbar -->
|
</div> <!-- toolbar -->
|
||||||
</div> <!-- toolbar pane -->
|
</div> <!-- toolbar pane -->
|
||||||
|
|
||||||
<div id="headlines-wrap-inner" dojoType="dijit.layout.BorderContainer" region="center">
|
<div id="headlines-wrap-inner" dojoType="dijit.layout.BorderContainer" region="center">
|
||||||
|
|
||||||
<div id="floatingTitle" style="display : none"></div>
|
<div id="floatingTitle" style="display : none"></div>
|
||||||
|
|
||||||
<div id="headlines-frame" dojoType="dijit.layout.ContentPane" tabindex="0"
|
<div id="headlines-frame" dojoType="dijit.layout.ContentPane" tabindex="0"
|
||||||
region="center">
|
region="center">
|
||||||
<div id="headlinesInnerContainer">
|
<div id="headlinesInnerContainer">
|
||||||
<div class="whiteBox"><?php echo __('Loading, please wait...') ?></div>
|
<div class="whiteBox"><?php echo __('Loading, please wait...') ?></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="content-insert" dojoType="dijit.layout.ContentPane" region="bottom"
|
<div id="content-insert" dojoType="dijit.layout.ContentPane" region="bottom"
|
||||||
style="height : 50%" splitter="true"></div>
|
style="height : 50%" splitter="true"></div>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -115,13 +115,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="header" dojoType="dijit.layout.ContentPane" region="top">
|
<div id="header">
|
||||||
<!-- <a href='#' onclick="showHelp()"><?php echo __("Keyboard shortcuts") ?></a> | -->
|
<!-- <a href='#' onclick="showHelp()"><?php echo __("Keyboard shortcuts") ?></a> | -->
|
||||||
<a href="#" onclick="document.location.href = 'index.php'"><?php echo __('Exit preferences') ?></a>
|
<a href="#" onclick="document.location.href = 'index.php'"><?php echo __('Exit preferences') ?></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="main" dojoType="dijit.layout.BorderContainer">
|
<div id="main" dojoType="dijit.layout.BorderContainer">
|
||||||
|
|
||||||
<div dojoType="dijit.layout.TabContainer" region="center" id="pref-tabs">
|
<div dojoType="dijit.layout.TabContainer" region="center" id="pref-tabs">
|
||||||
<div id="genConfigTab" dojoType="dijit.layout.ContentPane"
|
<div id="genConfigTab" dojoType="dijit.layout.ContentPane"
|
||||||
href="backend.php?op=pref-prefs"
|
href="backend.php?op=pref-prefs"
|
||||||
@@ -148,7 +147,6 @@
|
|||||||
"hook_prefs_tabs", false);
|
"hook_prefs_tabs", false);
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
|
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
|
||||||
<a class="insensitive" target="_blank" href="http://tt-rss.org/">
|
<a class="insensitive" target="_blank" href="http://tt-rss.org/">
|
||||||
Tiny Tiny RSS</a>
|
Tiny Tiny RSS</a>
|
||||||
@@ -159,7 +157,6 @@
|
|||||||
<a class="insensitive" target="_blank"
|
<a class="insensitive" target="_blank"
|
||||||
href="http://fakecake.org/">Andrew Dolgov</a>
|
href="http://fakecake.org/">Andrew Dolgov</a>
|
||||||
</div> <!-- footer -->
|
</div> <!-- footer -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -605,11 +605,6 @@ body.ttrss_main div.fatalError textarea {
|
|||||||
width: 565px;
|
width: 565px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
body.ttrss_main #header-wrap {
|
|
||||||
border-width: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
body.ttrss_main #content-wrap {
|
body.ttrss_main #content-wrap {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
@@ -779,12 +774,6 @@ body.ttrss_main #header {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
body.ttrss_main #footer {
|
|
||||||
text-align: center;
|
|
||||||
color: #555555;
|
|
||||||
padding: 4px 4px 8px 4px;
|
|
||||||
border-width: 0px;
|
|
||||||
}
|
|
||||||
body.ttrss_main #content-insert {
|
body.ttrss_main #content-insert {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-color: #ddd;
|
border-color: #ddd;
|
||||||
@@ -1342,9 +1331,20 @@ body.ttrss_prefs {
|
|||||||
}
|
}
|
||||||
body.ttrss_prefs #footer,
|
body.ttrss_prefs #footer,
|
||||||
body.ttrss_prefs #header {
|
body.ttrss_prefs #header {
|
||||||
|
padding: 8px;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
body.ttrss_prefs #header {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
body.ttrss_prefs #footer_splitter {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
body.ttrss_prefs #footer {
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
padding-left: 8px;
|
font-size: 13px;
|
||||||
padding-right: 8px;
|
border: 0px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs #header a:hover {
|
body.ttrss_prefs #header a:hover {
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user