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
9905d78d
authored
Feb 20, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: fix modal window
parent
23c79f9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
one/static/style/wizard.less
+4
-2
No files found.
one/static/style/wizard.less
View file @
9905d78d
...
@@ -15,15 +15,17 @@
...
@@ -15,15 +15,17 @@
min-width: 500px;
min-width: 500px;
position: fixed;
position: fixed;
left:50%;
left:50%;
top:
50%
;
top:
100px
;
margin-left: -270px;
margin-left: -270px;
margin-top:
-200px
;
margin-top:
0
;
min-height: 50px;
min-height: 50px;
background-color: #fff;
background-color: #fff;
border-radius: 4px;
border-radius: 4px;
padding: 20px;
padding: 20px;
box-shadow: 0 0 30px rgba(0,0,0,0.4);
box-shadow: 0 0 30px rgba(0,0,0,0.4);
border: 1px solid #333;
border: 1px solid #333;
max-height: 60%;
overflow: auto;
.container{
.container{
max-height: 400px;
max-height: 400px;
overflow: auto;
overflow: auto;
...
...
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