Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
c204fc99
Commit
c204fc99
authored
15 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
updates for UI
parent
7c270e33
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
auth
+1
-1
1 addition, 1 deletion
auth
helios
+1
-1
1 addition, 1 deletion
helios
server_ui/media/main.css
+19
-4
19 additions, 4 deletions
server_ui/media/main.css
server_ui/templates/base.html
+6
-7
6 additions, 7 deletions
server_ui/templates/base.html
with
27 additions
and
13 deletions
auth
@
65e40d87
Compare
a36515a2
...
65e40d87
Subproject commit
a36515a2df818322ad77b38daf12c677cc28d727
Subproject commit
65e40d871c9e2db1e330d40ed6345b1cee4537d3
This diff is collapsed.
Click to expand it.
helios
@
b1780c13
Compare
5cc69b1b
...
b1780c13
Subproject commit
5cc69b1bf1f3af9d2c833051af7bc4bfe0c78494
Subproject commit
b1780c138b143bc3386a397466ca8c1ad279c632
This diff is collapsed.
Click to expand it.
server_ui/media/main.css
+
19
−
4
View file @
c204fc99
...
...
@@ -47,10 +47,8 @@ body {
text-decoration
:
underline
;
}
#page
h2
{
background
:
#fc9
;
border-bottom
:
1px
solid
#666
;
padding
:
5px
0px
2px
5px
;
#contentbody
h2
{
margin-bottom
:
2px
;
}
#election_info
{
...
...
@@ -83,3 +81,20 @@ table.pretty th, td {
-moz-border-radius-topleft
:
5px
;
-moz-border-radius-topright
:
5px
;
}
.adminaction
{
font-size
:
9pt
;
font-weight
:
normal
;
background
:
#ddd
;
padding
:
2px
6px
1px
6px
;
color
:
black
;
border
:
1px
solid
#888
;
-moz-border-radius-bottomleft
:
3px
;
-moz-border-radius-bottomright
:
3px
;
-moz-border-radius-topleft
:
3px
;
-moz-border-radius-topright
:
3px
;
}
.adminaction
a
{
color
:
black
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
server_ui/templates/base.html
+
6
−
7
View file @
c204fc99
...
...
@@ -14,12 +14,17 @@
-->
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"/static/main.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/static/helios/css/ui-lightness/jquery-ui-1.8.1.custom.css"
>
<!--[if IE]>
<link rel="stylesheet" type="text/css" media="screen, projection" href="{{ MEDIA_URL }}ie.css">
<![endif]-->
{% endblock %}
<script
language=
"javascript"
src=
"/static/helios/helios/jquery-1.2.2.min.js"
></script>
<script
language=
"javascript"
src=
"/static/helios/js/jquery-1.4.2.min.js"
></script>
<script
language=
"javascript"
src=
"/static/helios/js/jquery-ui-1.8.1.custom.min.js"
></script>
<script
language=
"javascript"
src=
"/static/helios/js/jqsplitdatetime.js"
></script>
<script
language=
"javascript"
src=
"/static/helios/helios/jquery.json.min.js"
></script>
{% block js %}
...
...
@@ -36,12 +41,6 @@
{% endblock %}
</div>
<div
id=
"contentbody"
>
{% if admin_p %}
<div
style=
"float:right; border-left: 1px dashed black; padding: 0px 20px 5px 20px; width: 250px;"
>
<h3>
Administration
</h3>
{% block admin %}{% endblock %}
</div>
{% endif %}
{% block content %}{% endblock %}
</div>
<div
id=
"footer"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment