Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
69615f92
authored
Jan 30, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style refactoring
parent
4bfd0b21
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
one/static/style.css
+3
-0
one/templates/base.html
+2
-1
one/templates/box-vmlist.html
+1
-0
No files found.
one/static/style.css
View file @
69615f92
...
...
@@ -5,6 +5,9 @@
a
{
text-decoration
:
none
;
}
abbr
{
border-bottom
:
1px
dotted
#666
;
}
a
:link
,
a
:visited
{
color
:
black
;
}
...
...
one/templates/base.html
View file @
69615f92
...
...
@@ -5,11 +5,12 @@
<head>
<title>
{% block title %}IK Cloud{% endblock %}
</title>
<link
href=
'http://fonts.googleapis.com/css?family=Metrophobic'
rel=
'stylesheet'
type=
'text/css'
>
<link
rel=
"stylesheet"
href=
"/static/style.css"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"/static/favicon.png"
/>
<link
rel=
"icon"
type=
"image/png"
href=
"one/static/favicon.png"
>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<script
src=
"/static/jquery.min.js"
></script>
<script
src=
"/static/less.min.js"
></script>
<link
rel=
"stylesheet"
href=
"/static/style.css"
/>
<script
type=
"text/javascript"
>
$
(
function
(){
$
(
'.wm .summary'
).
each
(
function
(){
...
...
one/templates/box-vmlist.html
View file @
69615f92
...
...
@@ -36,6 +36,7 @@
<li
class=
"os-linux"
>
Operációs rendszer:
<span
class=
"value"
>
{{i.template.disk.name}}
</span></li>
<li
class=
"type"
>
Instance típus:
<span
class=
"value"
>
{{i.template.instance_type.name}}
</span></li>
<li
class=
"date"
>
Létrehozás dátuma:
<span
class=
"value"
>
{{i.created_at}}
</span></li>
<li
class=
"date"
>
Lejáratig:
<span
class=
"value"
><abbr
title=
"1 nap, 5 óra, 34 perc"
>
1 nap
</abbr></span></li>
<li>
<span
class=
"value"
><a
href=
"/vm/show/{{i.id}}/"
title=
"{{i.name}}"
>
További részletek
</a></span></li>
</ul>
</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