<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
</div>
+<div id="prefTabs">
<div class="return">
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
</div>
<div id="userConfigTab" class="prefsTab"
onclick="selectTab('userConfig')"><?php echo __('User Manager') ?></div>
<?php } ?>
+</div>
<div id="prefContent">
<p><?php echo __('Loading, please wait...') ?></p>
padding : 3px 5px 3px 5px;
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
- position : relative;
- bottom : -2px;
border-collapse : collapse;
-moz-border-radius : 3px;
min-width : 100px;
text-align : center;
+ cursor : pointer;
+ height : 20px;
}
div.prefsTabSelected {
background-color : #ecf4ff;
font-size : 9pt;
font-family : "Lucida Grande", Tahoma, sans-serif;
- position : relative;
- bottom : -1px;
border-collapse : collapse;
-moz-border-radius : 3px;
font-weight : bold;
min-width : 100px;
text-align : center;
z-index : 2;
+ cursor : pointer;
+ height : 20px;
}
div.notice {