Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
e1e63c42
authored
Jan 29, 2013
by
Danyi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
template-wizard css fix
parent
735f8a37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
one/static/style.css
+12
-1
one/templates/new-template-flow.html
+2
-4
No files found.
one/static/style.css
View file @
e1e63c42
...
...
@@ -97,12 +97,23 @@ a:link,a:visited{
.wizard
.progress
{
text-align
:
center
;
}
#modal-container
.wizard
input
,
#modal-container
.wizard
select
,
#modal-container
.wizard
textarea
{
#modal-container
.wizard
input
,
#modal-container
.wizard
select
{
display
:
block
;
float
:
right
;
padding
:
5px
;
margin
:
10px
5px
;
width
:
200px
;
text-align
:
right
;
}
#modal-container
.wizard
textarea
{
float
:
right
;
padding
:
5px
;
margin
:
10px
5px
;
width
:
300px
;
height
:
100px
;
font-family
:
'Metrophobic'
,
sans-serif
;
font-size
:
12px
;
text-align
:
right
;
}
.wm
.summary
{
padding
:
15px
5px
;
...
...
one/templates/new-template-flow.html
View file @
e1e63c42
...
...
@@ -29,11 +29,9 @@
</select>
<div
class=
"clear"
></div>
</li>
<li>
<li
style=
"border: none"
>
<label
for=
"new-template-description"
>
Leírás
</label>
<textarea
name=
"description"
id=
"new-template-description"
>
A sablonhoz fűzött megjegyzések.
</textarea>
<textarea
name=
"description"
id=
"new-template-description"
>
A sablonhoz fűzött megjegyzések.
</textarea>
<div
class=
"clear"
></div>
</li>
</ul>
...
...
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