switch pref tabs back to old-style due to compatibility issues

This commit is contained in:
Andrew Dolgov 2007-05-17 07:33:52 +01:00
parent f335e9659d
commit 1f8274d3c1
3 changed files with 8 additions and 6 deletions

View file

@ -1,3 +1,3 @@
div.prefsTabSelected { /* div.prefsTabSelected {
bottom : 1px; bottom : 1px;
} } */

View file

@ -93,6 +93,7 @@ window.onload = init;
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/> <img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
</div> </div>
<div id="prefTabs">
<div class="return"> <div class="return">
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a> <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
</div> </div>
@ -117,6 +118,7 @@ window.onload = init;
<div id="userConfigTab" class="prefsTab" <div id="userConfigTab" class="prefsTab"
onclick="selectTab('userConfig')"><?php echo __('User Manager') ?></div> onclick="selectTab('userConfig')"><?php echo __('User Manager') ?></div>
<?php } ?> <?php } ?>
</div>
<div id="prefContent"> <div id="prefContent">
<p><?php echo __('Loading, please wait...') ?></p> <p><?php echo __('Loading, please wait...') ?></p>

View file

@ -570,12 +570,12 @@ div.prefsTab {
padding : 3px 5px 3px 5px; padding : 3px 5px 3px 5px;
font-size : 9pt; font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif; font-family : "Lucida Grande", Tahoma, sans-serif;
position : relative;
bottom : -2px;
border-collapse : collapse; border-collapse : collapse;
-moz-border-radius : 3px; -moz-border-radius : 3px;
min-width : 100px; min-width : 100px;
text-align : center; text-align : center;
cursor : pointer;
height : 20px;
} }
div.prefsTabSelected { div.prefsTabSelected {
@ -588,14 +588,14 @@ div.prefsTabSelected {
background-color : #ecf4ff; background-color : #ecf4ff;
font-size : 9pt; font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif; font-family : "Lucida Grande", Tahoma, sans-serif;
position : relative;
bottom : -1px;
border-collapse : collapse; border-collapse : collapse;
-moz-border-radius : 3px; -moz-border-radius : 3px;
font-weight : bold; font-weight : bold;
min-width : 100px; min-width : 100px;
text-align : center; text-align : center;
z-index : 2; z-index : 2;
cursor : pointer;
height : 20px;
} }
div.notice { div.notice {