Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
2b4209ff
Commit
2b4209ff
authored
Oct 02, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix disable styling in manage user page
parent
52f3f572
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
common.css
cmsWebApp/webroot/css/common.css
+17
-2
manage_users.jsp
cmsWebApp/webroot/extensions/adminportal/manage_users.jsp
+5
-2
No files found.
cmsWebApp/webroot/css/common.css
View file @
2b4209ff
...
...
@@ -4171,6 +4171,10 @@ span.right-img {
box-shadow
:
0
2px
3px
0
rgba
(
0
,
0
,
0
,
0.02
);
margin-bottom
:
15px
;
}
.user-list-row.disabled
{
background
:
#f3f4f6
;
}
.m-user-left
{
float
:
left
;
width
:
71%
;
...
...
@@ -4218,8 +4222,18 @@ span.right-img {
}
.m-user-right-padlockicon
img
{
margin
:
0
auto
;}
.m-user-right-padlock
:hover
.arrow_box
{
display
:
inline-block
;}
.user-list-row.disabled
.m-user-right-padlockicon
{
background
:
#f9623d
;
}
.m-user-right-padlockicon
.padlock
{
background
:
url('../images/m-user-right-padlockicon.png')
center
center
no-repeat
;
width
:
100%
;
height
:
100%
;
display
:
inline-block
}
.user-list-row.disabled
.m-user-right-padlockicon
.padlock
{
background
:
url('../images/m-user-right-padlockicon_disabled.png')
center
center
no-repeat
;
width
:
100%
;
height
:
100%
;
display
:
inline-block
}
.user-list-row
.m-user-right-padlock
:hover
.arrow_box.disble
{
display
:
inline-block
;}
.user-list-row.disabled
.m-user-right-padlock
:hover
.arrow_box.enable
{
display
:
inline-block
;}
.user-list-row.disabled
.m-user-right-padlock
:hover
.arrow_box.disble
{
display
:
none
;}
/*.arrow_box.enable {display: inline-block;}*/
.arrow_box
{
position
:
absolute
;
background
:
#03a0e7
;
...
...
@@ -4231,6 +4245,7 @@ span.right-img {
top
:
-15px
;
left
:
-10px
;
letter-spacing
:
2px
;
text-align
:
center
;
}
.arrow_box
:after
{
...
...
cmsWebApp/webroot/extensions/adminportal/manage_users.jsp
View file @
2b4209ff
...
...
@@ -148,8 +148,11 @@
</div>
</div>
<div class="m-user-right-padlock">
<div class="arrow_box" >DISABLE</div>
<span class="m-user-right-padlockicon"><img src="images/m-user-right-padlockicon.png"></span>
<div class="arrow_box disble" >DISABLE</div>
<div class="arrow_box enable" >ENABLE</div>
<span class="m-user-right-padlockicon">
<span class="padlock"></span>
</span>
</div>
<div class="m-user-right">
<oneit:ormEnum obj="<%= companyUser %>" attributeName="Role" cssClass="form-control user-role" enums="<%= Arrays.asList(new RoleType[]{RoleType.ADMIN, RoleType.STANDARD}) %>"/>
...
...
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