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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
878fdd71
authored
Feb 06, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one: modal window height fix
parent
2a57b731
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
one/static/wizard.less
+6
-2
No files found.
one/static/wizard.less
View file @
878fdd71
...
...
@@ -12,13 +12,13 @@
background-color: rgba(0,0,0,0.6);
}
#modal-container{
width: 500px;
min-
width: 500px;
position: fixed;
left:50%;
top:50%;
margin-left: -270px;
margin-top: -200px;
min-height:
20
0px;
min-height:
5
0px;
background-color: #fff;
border-radius: 4px;
padding: 20px;
...
...
@@ -31,6 +31,10 @@
ul{
list-style: none;
}
input {
margin: 5px 10px;
padding: 3px;
}
}
.wizard{
li{
...
...
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