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
36ef4513
authored
Jul 07, 2014
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard: fix css class names
parent
13dc0b24
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
circle/dashboard/static/dashboard/dashboard.css
+7
-3
circle/dashboard/templates/dashboard/group-detail.html
+1
-1
No files found.
circle/dashboard/static/dashboard/dashboard.css
View file @
36ef4513
...
...
@@ -723,7 +723,7 @@ textarea[name="list-new-namelist"] {
}
#group-detail-permission
.filtered
{
#group-detail-permission
s
.filtered
{
margin
:
2px
0
;
padding
:
2px
3px
;
vertical-align
:
middle
;
...
...
@@ -733,8 +733,8 @@ textarea[name="list-new-namelist"] {
border
:
1px
solid
#ccc
;
}
#group-detail-permission
.selector-available
h2
,
#group-detail-permission
.selector-chosen
h2
{
#group-detail-permission
s
.selector-available
h2
,
#group-detail-permission
s
.selector-chosen
h2
{
margin
:
0
;
padding
:
5px
8px
5px
8px
;
font-size
:
12px
;
...
...
@@ -747,3 +747,7 @@ textarea[name="list-new-namelist"] {
#group-detail-user-table
{
margin-top
:
20px
;
}
#group-detail-permissions
input
[
type
=
"submit"
]
{
margin-top
:
-6px
;
}
circle/dashboard/templates/dashboard/group-detail.html
View file @
36ef4513
...
...
@@ -183,7 +183,7 @@
<h3>
{% trans "Group permissions" %}
</h3>
<div
id=
"group-detail-permission"
>
<div
id=
"group-detail-permission
s
"
>
{% crispy group_perm_form %}
</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