Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
735dfa92
Commit
735dfa92
authored
Mar 09, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style and html for status - put in footer
parent
f35acfb3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
6 deletions
+38
-6
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+26
-0
debomatic-webui/views/layout.ejs
debomatic-webui/views/layout.ejs
+12
-6
No files found.
debomatic-webui/public/stylesheets/style.css
View file @
735dfa92
...
...
@@ -9,6 +9,32 @@
cursor
:
pointer
;
}
footer
{
height
:
40px
;
}
#wrapper
{
padding-bottom
:
40px
;
}
footer
{
position
:
fixed
;
padding-top
:
10px
;
width
:
100%
;
bottom
:
0
;
background
:
#fafafa
;
border-top
:
1px
solid
#f0f0f0
;
}
#status
span
{
font-weight
:
bold
;
}
#status
.packages
{
display
:
inline
;
}
aside
.nav-pills
li
{
line-height
:
10px
;
}
debomatic-webui/views/layout.ejs
View file @
735dfa92
...
...
@@ -23,7 +23,7 @@
<script
src=
'/javascripts/main.js'
></script>
</head>
<body>
<div
class=
"container-fluid"
>
<div
id=
"wrapper"
class=
"container-fluid"
>
<header
id=
"header"
onclick=
"window.location.href='/'"
>
<h1><
%=
title
%
></h1>
...
...
@@ -32,7 +32,7 @@
<nav
id=
"distributions"
class=
"navbar navbar-inverse"
role=
"navigation"
>
<div
class=
"navbar-header"
>
<span
class=
"navbar-brand"
href=
"#"
>
Distrbutions
</span>
<span
class=
"navbar-brand"
href=
"#"
>
Distr
i
butions
</span>
</div>
<div
class=
"collapse navbar-collapse"
>
<ul
class=
"nav navbar-nav"
></ul>
...
...
@@ -41,11 +41,17 @@
<
%
-
body
%
>
<footer>
</div>
<!-- #wrapper -->
<footer
class=
"container-fluid"
>
<small
class=
"copyright pull-right text-muted"
>
<
%=
footer
%
>
</small>
<div
id=
"status"
class=
"clearfix"
>
<span>
status:
</span>
<span
class=
"idle text-muted"
>
Idle
</span>
<ul
class=
"packages list-inline"
></ul>
</div>
</footer>
</div>
<!-- .container-fluild -->
</body>
</html>
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