move sidebar toggle up 15 pixels. it felt a bit too low after various space optimisations

This commit is contained in:
Jon Atkins 2013-04-14 01:26:44 +01:00
parent 326df3af26
commit 0d5c86eb17

View File

@ -45,7 +45,7 @@ body {
margin-top: -31px; /* -(toggle height / 2) */ margin-top: -31px; /* -(toggle height / 2) */
line-height: 10px; line-height: 10px;
position: absolute; position: absolute;
top: 340px; /* (sidebar height / 2) */ top: 325px; /* (sidebar height / 2) */
z-index: 3001; z-index: 3001;
background-color: rgba(8, 48, 78, 0.9); background-color: rgba(8, 48, 78, 0.9);
color: #FFCE00; color: #FFCE00;