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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
5685b1c7
authored
Feb 12, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webui: wizard code updated
parent
5590a3cb
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
one/static/wizard.less
+9
-5
one/templates/box-grouplist.html
+1
-1
No files found.
one/static/wizard.less
View file @
5685b1c7
...
@@ -37,9 +37,9 @@
...
@@ -37,9 +37,9 @@
border-bottom: 1px dotted #999;
border-bottom: 1px dotted #999;
}
}
label{
label{
float: left
;
display: inline-block
;
padding: 3px;
padding: 3px;
margin: 10px 5px
10px -5px
;
margin: 10px 5px;
}
}
h2{
h2{
margin: 10px 0;
margin: 10px 0;
...
@@ -94,17 +94,21 @@
...
@@ -94,17 +94,21 @@
}
}
ul.radio{
ul.radio{
float: right;
float: right;
label {
float: left;
margin: 0;
}
}
}
.radio{
.radio{
li{
li{
float: left;
float: left;
padding: 5px;
padding: 5px;
margin:
10
px 3px;
margin:
5
px 3px;
border-bottom: none !important;
border-bottom: none !important;
}
}
label{
float: none !important;
}
}
.size-summary {
margin: 10px;
}
}
}
}
...
...
one/templates/box-grouplist.html
View file @
5685b1c7
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<div
class=
"clear"
></div>
<div
class=
"clear"
></div>
</div>
</div>
<div
id=
"new-group-wizard"
style=
"display: none"
>
<div
id=
"new-group-wizard"
style=
"display: none"
>
<form
action=
"/group/new/"
method=
"POST"
>
<form
action=
"/group/new/"
method=
"POST"
class=
"wizard"
>
<h3>
{% trans "Create new group" %}
</h3>
<h3>
{% trans "Create new group" %}
</h3>
<h4>
{% trans "Group name" %}
</h4>
<h4>
{% trans "Group name" %}
</h4>
<p>
<p>
...
...
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