Commit de360990 by Saliya Randunu

dot seperate for Applicant Workflow

parent b76e0473
...@@ -2876,6 +2876,8 @@ span.ex-management { ...@@ -2876,6 +2876,8 @@ span.ex-management {
font-family: "Usual-Medium"; font-family: "Usual-Medium";
background-color: #667281; background-color: #667281;
margin-left: 29px; margin-left: 29px;
min-width: 100px;
text-align: center;
} }
.edit-btn-dropdown a.rightbtn { .edit-btn-dropdown a.rightbtn {
border-radius:0 100px 100px 0; border-radius:0 100px 100px 0;
...@@ -2894,7 +2896,7 @@ span.ex-management { ...@@ -2894,7 +2896,7 @@ span.ex-management {
background-color: #434c58; background-color: #434c58;
} }
.edit-btn-dropdown img { .edit-btn-dropdown img {
margin-left: 12px; /*margin-left: 12px;*/
} }
.applicant-sidebar { .applicant-sidebar {
...@@ -2919,6 +2921,7 @@ span.ex-management { ...@@ -2919,6 +2921,7 @@ span.ex-management {
background-color: rgba(239, 240, 242, 0.4); background-color: rgba(239, 240, 242, 0.4);
padding: 0 14px; padding: 0 14px;
position: relative; position: relative;
} }
.applicant-sidebar li.active a{ .applicant-sidebar li.active a{
font-weight: bold; font-weight: bold;
...@@ -6440,4 +6443,12 @@ input{ ...@@ -6440,4 +6443,12 @@ input{
} }
.workflow-row:hover .remove-icon { .workflow-row:hover .remove-icon {
display: inline-block; display: inline-block;
}
.workflow-row .seperator-dots .dot {
height: 3px;
width: 3px;
background-color: #bbb;
display: inline-block;
margin: 0 2px 0;
} }
\ No newline at end of file
...@@ -323,6 +323,7 @@ ...@@ -323,6 +323,7 @@
<oneit:ormInput obj="<%= workflow %>" type="text" attributeName="Name" cssClass="form-control" /> <oneit:ormInput obj="<%= workflow %>" type="text" attributeName="Name" cssClass="form-control" />
<div class="remove-icon">_</div> <div class="remove-icon">_</div>
</div> </div>
<div class="seperator-dots"><span class="dot"></span><span class="dot"></span><span class="dot"></span></div>
</div> </div>
</div> </div>
<% <%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment