Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
fcc271b6
Commit
fcc271b6
authored
Mar 13, 2009
by
con
Browse files
Fixes: Change order of recent session and project
RevBy: Thorbjørn
parent
a58e6f7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/html/qt.css
View file @
fcc271b6
...
...
@@ -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-
righ
t
:
10px
;
}
margin-
lef
t
:
10px
;
}
/*Recent Sessions*/
.layout_bottom
.rec_sess_container
{
margin-left
:
50%
;
width
:
50%
;
float
:
left
;
}
.layout_bottom
.rec_sess_container
.rec_sess_box
{
margin-
lef
t
:
10px
;
margin-
righ
t
:
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
;
...
...
src/plugins/coreplugin/html/welcome.html
View file @
fcc271b6
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment