aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-05-02 09:19:43 +0100
committerLouise Crow <louise.crow@gmail.com>2014-05-02 09:19:43 +0100
commitb8e6bf0efc7df28aa80d457f654c03e077c13a36 (patch)
tree80a8bdb4683b553dc5c467375088d503242cb8be
parentfd85e6a1d697be8652eb6fdb278969b4afc4923c (diff)
Position the logged in links absolutely to handle long names
-rw-r--r--app/assets/stylesheets/responsive/_header_layout.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/responsive/_header_layout.scss b/app/assets/stylesheets/responsive/_header_layout.scss
index 53603d710..68f37af6f 100644
--- a/app/assets/stylesheets/responsive/_header_layout.scss
+++ b/app/assets/stylesheets/responsive/_header_layout.scss
@@ -177,7 +177,8 @@
#logged_in_links {
float: right;
top: 3em;
- position: relative;
+ position: absolute;
+ right: 0.9375em;
a, .greeting{
display:inline;
font-weight: bold;