Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Klaus Wölfel
slapos.toolbox
Commits
6422a9a0
Commit
6422a9a0
authored
Jan 14, 2013
by
Alain Takoudjou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix zoom values on layout
parent
14545fe2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
15 deletions
+11
-15
slapos/runner/static/css/styles.css
slapos/runner/static/css/styles.css
+6
-10
slapos/runner/templates/index.html
slapos/runner/templates/index.html
+5
-5
No files found.
slapos/runner/static/css/styles.css
View file @
6422a9a0
...
...
@@ -114,15 +114,12 @@ overflow-y: scroll;
}
.wmenu
{
margin
:
1px
0
1px
20px
;
}
.wmenu
ul
{
list-style
:
none
;
margin
:
0
;
margin-top
:
1px
;
padding
:
0
;
margin-left
:
20px
;
height
:
34px
;
overflow
:
hidden
;
}
.space
{
...
...
@@ -163,7 +160,7 @@ overflow-y: scroll;
text-shadow
:
1px
1px
0
#E6EDF2
;
}
.wmenu
ul
li
.sep
{
border-right
:
1px
solid
#c2c2c2
;
min-width
:
2
2
px
;
height
:
34px
}
.wmenu
ul
li
.sep
{
border-right
:
1px
solid
#c2c2c2
;
min-width
:
2
0
px
;
height
:
34px
}
.wmenu
ul
li
a
{
display
:
block
;
height
:
20px
;
...
...
@@ -371,14 +368,14 @@ input[type="radio"], input[type="checkbox"]{
.lmenu
{
display
:
block
;
height
:
80px
;
margin
:
10px
45px
10px
45px
;
margin
:
10px
0
10px
45px
;
padding
:
10px
;
padding-bottom
:
15px
;
width
:
530px
;
border
:
1px
solid
#678dad
;
}
.smaller
{
margin-left
:
10px
;
width
:
350px
;
float
:
righ
t
}
.smaller
{
margin-left
:
10px
;
width
:
350px
;
float
:
lef
t
}
.smaller
p
{
width
:
280px
;}
.umenu
{
display
:
block
;
margin
:
10px
0
10px
45px
;
width
:
147px
;
float
:
left
;
border
:
1px
solid
#678dad
;
padding
:
10px
;
height
:
80px
;
padding-bottom
:
15px
;}
...
...
@@ -400,7 +397,6 @@ padding: 10px;height: 80px;padding-bottom:15px;}
.sright_menu
{
display
:
block
;
height
:
80px
;
margin
:
0
45px
0
0
;
padding
:
10px
;
padding-bottom
:
15px
;
border
:
#678dad
;
...
...
slapos/runner/templates/index.html
View file @
6422a9a0
...
...
@@ -23,6 +23,11 @@
<img
src=
"{{ url_for('static', filename='images/manage_repo.png') }}"
/>
</div>
<div
class=
"clear"
></div>
<div
class=
"umenu"
>
<h2><a
href=
"{{ url_for('myAccount')}}"
>
Your Account
</a></h2>
<p>
Update your account informations
</p>
<img
src=
"{{ url_for('static', filename='images/user_card.png') }}"
/>
</div>
<div
class=
"lmenu smaller"
>
<h2><a
href=
"{{ url_for('openProject', method='new')}}"
>
Create your Software Release
</a></h2>
<p>
To create a new Software Release, choose the project directory in which you want to create your software.
<!-- You will then be able to edit and
...
...
@@ -31,11 +36,6 @@
<img
src=
"{{ url_for('static', filename='images/folder_blue.png') }}"
/>
<div
class=
"clear"
></div>
</div>
<div
class=
"umenu"
>
<h2><a
href=
"{{ url_for('myAccount')}}"
>
Your Account
</a></h2>
<p>
Update your account informations
</p>
<img
src=
"{{ url_for('static', filename='images/user_card.png') }}"
/>
</div>
<div
class=
"clear"
></div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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