Skip to content
Snippets Groups Projects
Commit fcc271b6 authored by con's avatar con
Browse files

Fixes: Change order of recent session and project

RevBy:    Thorbjørn
parent a58e6f7e
No related branches found
No related tags found
No related merge requests found
......@@ -332,36 +332,36 @@ Layout BOTTOM - Recent Projects und Recent Sessions
/*Recent Projects*/
.layout_bottom .rec_proj_container{
width:50%;
float:left;
margin-left:50%;
}
.layout_bottom .rec_proj_container .rec_proj_box{
margin-right:10px;
}
margin-left:10px;
}
/*Recent Sessions*/
.layout_bottom .rec_sess_container{
margin-left:50%;
width:50%;
float:left;
}
.layout_bottom .rec_sess_container .rec_sess_box{
margin-left:10px;
margin-right:10px;
}
/*Restore Session Button inlusive CSS HOVER*/
a.restore_session{
float:right;
float:right;
display:block;
background-image:url(images/btn_restore_session.png);
width:137px;
......
......@@ -52,11 +52,9 @@
<!-- BOTTOM - Recent Projects und Recent Sessions -->
<div class="layout_bottom">
<!-- RECENT PROJECTS -->
<!-- RECENT SESSIONS -->
<!-- RECENT PROJECTS -->
<!-- clear floating of sessions and projects -->
<div class="clear_left"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment