forked from qt-creator/qt-creator
Fixes: Change order of recent session and project
RevBy: Thorbjørn
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user