Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
50a458ef
authored
Jan 29, 2013
by
Danyi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
js ui fix
parent
e1e63c42
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
5 deletions
+30
-5
one/static/style.css
+18
-0
one/templates/base.html
+2
-0
one/templates/home.html
+2
-2
one/templates/new-template-flow.html
+8
-3
No files found.
one/static/style.css
View file @
50a458ef
...
...
@@ -104,6 +104,13 @@ a:link,a:visited{
margin
:
10px
5px
;
width
:
200px
;
text-align
:
right
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0.3
);
border
:
none
;
border-radius
:
4px
;
}
#modal-container
.wizard
input
:focus
{
box-shadow
:
0
0
12px
rgb
(
128
,
128
,
255
);
outline
:
none
;
}
#modal-container
.wizard
textarea
{
float
:
right
;
...
...
@@ -114,6 +121,17 @@ a:link,a:visited{
font-family
:
'Metrophobic'
,
sans-serif
;
font-size
:
12px
;
text-align
:
right
;
box-shadow
:
0
0
10px
rgba
(
0
,
0
,
0
,
0.3
);
border
:
none
;
}
.wizard
nav
a
{
display
:
block
;
}
.wizard
nav
.prev
{
float
:
left
;
}
.wizard
nav
.next
{
float
:
right
;
}
.wm
.summary
{
padding
:
15px
5px
;
...
...
one/templates/base.html
View file @
50a458ef
...
...
@@ -18,6 +18,7 @@ $(function(){
var
toggleDetails
=
function
(){
if
(
$
(
this
).
next
(
'.details'
).
is
(
':hidden'
)){
$
(
this
).
next
(
'.details'
)
.
show
()
.
css
(
'height'
,
0
)
.
css
(
'padding'
,
'0px 5px'
)
.
animate
({
height
:
this
.
originalHeight
,
paddingTop
:
15
,
paddingBottom
:
15
},
700
);
...
...
@@ -30,6 +31,7 @@ $(function(){
.
css
(
'padding'
,
'15px 5px'
)
.
animate
({
height
:
0
,
paddingTop
:
0
,
paddingBottom
:
0
},
700
,
function
(){
$
(
that
).
parent
(
'.wm'
).
removeClass
(
'opened'
);
$
(
that
).
next
(
'.details'
).
hide
();
});
}
}
...
...
one/templates/home.html
View file @
50a458ef
...
...
@@ -97,9 +97,9 @@
<div
class=
"clear"
></div>
</div>
</li>
<
li
id=
"new-template"
style=
"display: none"
>
<
script
type=
"text/html"
id=
"new-template"
style=
"display: none"
>
{
%
include
"new-template-flow.html"
%
}
</
li
>
</
script
>
</ul>
</div>
{% for box in boxes %}
...
...
one/templates/new-template-flow.html
View file @
50a458ef
...
...
@@ -9,7 +9,7 @@
<ul>
<li>
<label
for=
"new-template-name"
>
Név
</label>
<input
placeholder=
"A sablon rövid neve"
name=
"name"
id=
"new-template-name"
/>
<input
placeholder=
"A sablon rövid neve"
name=
"name"
id=
"new-template-name"
/>
<div
class=
"clear"
></div>
</li>
<li>
...
...
@@ -35,11 +35,16 @@
<div
class=
"clear"
></div>
</li>
</ul>
<nav>
<a
href=
"#"
class=
"prev"
>
Mégse
</a>
<a
href=
"#"
class=
"next"
>
Tovább
</a>
<div
class=
"clear"
></div>
</nav>
</div>
<div
id=
"new-template-step-2"
>
<div
id=
"new-template-step-2"
style=
"display: none"
>
</div>
<div
id=
"new-template-step-3"
>
<div
id=
"new-template-step-3"
style=
"display: none"
>
</div>
</form>
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