From fcc271b616f7159cd30bb44985c83ca04b75824d Mon Sep 17 00:00:00 2001 From: con <qtc-committer@nokia.com> Date: Fri, 13 Mar 2009 10:56:20 +0100 Subject: [PATCH] Fixes: Change order of recent session and project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RevBy: Thorbjørn --- src/plugins/coreplugin/html/qt.css | 24 ++++++++++++------------ src/plugins/coreplugin/html/welcome.html | 4 +--- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/src/plugins/coreplugin/html/qt.css b/src/plugins/coreplugin/html/qt.css index 7b5c7670d7a..9e4fb05b8cd 100644 --- a/src/plugins/coreplugin/html/qt.css +++ b/src/plugins/coreplugin/html/qt.css @@ -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; diff --git a/src/plugins/coreplugin/html/welcome.html b/src/plugins/coreplugin/html/welcome.html index 6275a7d3149..0e5be285775 100644 --- a/src/plugins/coreplugin/html/welcome.html +++ b/src/plugins/coreplugin/html/welcome.html @@ -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> -- GitLab