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
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
one/static/wizard.less
+10
-6
one/templates/box-grouplist.html
+1
-1
No files found.
one/static/wizard.less
View file @
5685b1c7
...
...
@@ -37,9 +37,9 @@
border-bottom: 1px dotted #999;
}
label{
float: left
;
display: inline-block
;
padding: 3px;
margin: 10px 5px
10px -5px
;
margin: 10px 5px;
}
h2{
margin: 10px 0;
...
...
@@ -94,17 +94,21 @@
}
ul.radio{
float: right;
label {
float: left;
margin: 0;
}
}
.radio{
li{
float: left;
padding: 5px;
margin:
10
px 3px;
margin:
5
px 3px;
border-bottom: none !important;
}
label{
float: none !important;
}
}
.size-summary {
margin: 10px;
}
}
...
...
one/templates/box-grouplist.html
View file @
5685b1c7
...
...
@@ -68,7 +68,7 @@
<div
class=
"clear"
></div>
</div>
<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>
<h4>
{% trans "Group name" %}
</h4>
<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