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
41dcdfa8
authored
Jan 29, 2013
by
Danyi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new-wm container fix
parent
071a43bd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
one/static/style.css
+5
-2
one/templates/home.html
+2
-0
No files found.
one/static/style.css
View file @
41dcdfa8
...
...
@@ -44,7 +44,10 @@ a:link,a:visited{
margin-top
:
0
;
padding
:
10px
;
}
#modal-container
.container
{
max-height
:
400px
;
overflow
:
auto
;
}
#new-wm-tooltip
{
position
:
relative
;
}
...
...
@@ -495,7 +498,7 @@ ul.errorlist,td ul.errorlist
left
:
50%
;
top
:
50%
;
margin-left
:
-270px
;
margin-top
:
-
1
00px
;
margin-top
:
-
2
00px
;
min-height
:
200px
;
background-color
:
#fff
;
border-radius
:
4px
;
...
...
one/templates/home.html
View file @
41dcdfa8
...
...
@@ -15,6 +15,7 @@
</li>
<li
id=
"new-wm"
style=
"display: none"
>
<h2>
Rendelkezésre álló sablonok
</h2>
<div
class=
"container"
>
<ul
class=
"wm-list modal"
>
{% for m in templates %}
<li
class=
"wm"
>
...
...
@@ -41,6 +42,7 @@
</li>
{% endfor %}
</ul>
</div>
</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