Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
6b17a2df
Commit
6b17a2df
authored
7 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
fix(management) CSS fixes
parent
fea33875
dev
6342-update-the-locales-for-1-5
6344-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen
6365-core-locking-mechanism-is-not-changing-the-mail-ressource-it-does-lock-the-mail-account
6365-core-when-lock-mechanism-is-trigger-the-user-should-not-be-editable-if-not-unlock
6378-orcid-test-method-is-wrong-and-break-orcid-saving
core-php8
master
fusiondirectory-1.5
fusiondirectory-1.4
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
html/themes/breezy/lists.css
+4
-2
html/themes/breezy/lists.css
html/themes/breezy/style.css
+6
-3
html/themes/breezy/style.css
html/themes/legacy/style.css
+1
-2
html/themes/legacy/style.css
plugins/admin/users/class_userManagement.inc
+2
-2
plugins/admin/users/class_userManagement.inc
with
13 additions
and
9 deletions
+13
-9
html/themes/breezy/lists.css
+
4
−
2
View file @
6b17a2df
...
@@ -242,8 +242,10 @@ height:100%;
...
@@ -242,8 +242,10 @@ height:100%;
width
:
100%
;
width
:
100%
;
}
}
table
.listingTable
>
thead
>
tr
>
th
>
img
,
table
.listingTable
>
thead
>
tr
>
th
>
input
[
type
=
image
],
table
.listingTable
>
thead
>
tr
>
th
>
img
,
table
.listingTable
>
tbody
>
tr
>
td
>
img
,
table
.listingTable
>
tbody
>
tr
>
td
>
input
[
type
=
image
]
{
table
.listingTable
>
thead
>
tr
>
th
>
input
[
type
=
image
],
table
.listingTable
>
tbody
>
tr
>
td
>
img
,
table
.listingTable
>
tbody
>
tr
>
td
>
input
[
type
=
image
]
{
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/style.css
+
6
−
3
View file @
6b17a2df
...
@@ -253,18 +253,21 @@ margin: 0;
...
@@ -253,18 +253,21 @@ margin: 0;
padding
:
3px
;
padding
:
3px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
.filter
div
.contentboxb
>
label
img
,
.filter
div
.contentboxb
>
label
input
[
type
=
checkbox
]
{
.filter
div
.contentboxb
>
label
img
,
.filter
div
.contentboxb
>
label
input
[
type
=
checkbox
]
{
vertical-align
:
middle
;
vertical-align
:
middle
;
padding
:
0
;
padding
:
0
;
margin
:
0
;
margin
:
0
;
}
}
.filter
div
.contentboxb
>
label
{
.filter
div
.contentboxb
>
label
{
padding
:
3px
;
display
:
block
;
margin
:
5px
;
}
}
.filter
div
.contentboxb
>
hr
{
.filter
div
.contentboxb
>
hr
{
margin-bottom
:
3px
;
margin-bottom
:
3px
;
}
}
div
.contentboxb
>
img
,
div
.contentboxb
>
input
{
div
.contentboxb
>
img
,
div
.contentboxb
>
input
{
display
:
inline-block
;
display
:
inline-block
;
margin
:
3px
;
margin
:
3px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
html/themes/legacy/style.css
+
1
−
2
View file @
6b17a2df
...
@@ -704,8 +704,7 @@ color: #000;
...
@@ -704,8 +704,7 @@ color: #000;
width
:
100%
;
width
:
100%
;
border-spacing
:
0
;
border-spacing
:
0
;
}
}
table
.framework
#maincell
table
.framework
#maincell
{
{
padding-bottom
:
55px
;
padding-bottom
:
55px
;
}
}
}
}
This diff is collapsed.
Click to expand it.
plugins/admin/users/class_userManagement.inc
+
2
−
2
View file @
6b17a2df
...
@@ -91,10 +91,10 @@ class LockAction extends Action
...
@@ -91,10 +91,10 @@ class LockAction extends Action
return
'<img src="images/empty.png" alt=" " class="center optional"/>'
;
return
'<img src="images/empty.png" alt=" " class="center optional"/>'
;
}
elseif
(
$lockStatus
)
{
}
elseif
(
$lockStatus
)
{
// Render
// Render
return
'<input
class="center"
type="image" src="'
.
htmlentities
(
$this
->
icon
[
'lock'
],
ENT_COMPAT
,
'UTF-8'
)
.
'"'
.
return
'<input type="image" src="'
.
htmlentities
(
$this
->
icon
[
'lock'
],
ENT_COMPAT
,
'UTF-8'
)
.
'"'
.
' title="'
.
$this
->
label
[
'unlock'
]
.
'" alt="'
.
$this
->
label
[
'unlock'
]
.
'" name="listing_'
.
$this
->
name
.
'_unlock_'
.
$entry
->
row
.
'"/>'
;
' title="'
.
$this
->
label
[
'unlock'
]
.
'" alt="'
.
$this
->
label
[
'unlock'
]
.
'" name="listing_'
.
$this
->
name
.
'_unlock_'
.
$entry
->
row
.
'"/>'
;
}
else
{
}
else
{
return
'<input
class="center"
type="image" src="'
.
htmlentities
(
$this
->
icon
[
'unlock'
],
ENT_COMPAT
,
'UTF-8'
)
.
'"'
.
return
'<input type="image" src="'
.
htmlentities
(
$this
->
icon
[
'unlock'
],
ENT_COMPAT
,
'UTF-8'
)
.
'"'
.
' title="'
.
$this
->
label
[
'lock'
]
.
'" alt="'
.
$this
->
label
[
'lock'
]
.
'" name="listing_'
.
$this
->
name
.
'_lock_'
.
$entry
->
row
.
'"/>'
;
' title="'
.
$this
->
label
[
'lock'
]
.
'" alt="'
.
$this
->
label
[
'lock'
]
.
'" name="listing_'
.
$this
->
name
.
'_lock_'
.
$entry
->
row
.
'"/>'
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets