Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
STUDIOS-45: Kind of an ugly hack to get around the back button on sin…
Browse files Browse the repository at this point in the history
…gle pages over lapping the log in and preferences buttons at large type sizes.
  • Loading branch information
abledaccess committed Apr 5, 2012
1 parent 9b2528b commit 312f451
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-content/themes/fluid-studios/header.php
Expand Up @@ -110,10 +110,10 @@ classnameMap: {
</<?php echo $heading_tag; ?>>
<nav class="fls-access">
<ul class="fl-clearfix">
<li id="uioProxyButton" class="fl-toggleButton"><a href="#">Show display preferences</a></li>
<li class="fls-loginout-link"><?php wp_loginout(); ?></li>
<?php if(is_single()) echo('<li class="fls-back-link"><!-- Note: The id "flsc-go-back-link" is used @ js/fluid-studios.js. Synchronizing both is the key to have "back" link work. -->
<a href="#" id="flsc-go-back-link" title="Go Back">Back<span class="fls-back-link-text"> to <span class="fls-back-link-text fluid">fluid</span><span class="fls-back-link-text studios">STUDIOS</span></span></a></li>'); ?>
<li id="uioProxyButton" class="fl-toggleButton"><a href="#">Show display preferences</a></li>
<li class="fls-loginout-link"><?php wp_loginout(); ?></li>

</ul>
<script>
Expand Down
5 changes: 5 additions & 0 deletions wp-content/themes/fluid-studios/style.css
Expand Up @@ -221,8 +221,13 @@ h1.fls-logo{
height:1.5625em; /* 25 / 16 */
margin-bottom:-0.75em;
overflow:hidden;
position:relative;
width:1.5625em; /* 25 / 16 */
}
.single .fls-loginout-link a,
.single .fl-toggleButton a{
margin-bottom:0;
}
.fls-theme .fls-loginout-link a:hover,
.fls-theme .fl-toggleButton a:hover{
background-color: #cc0;
Expand Down

0 comments on commit 312f451

Please sign in to comment.