Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Quick fix of "edit team" panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 11, 2016
1 parent b4b9434 commit f07a5e8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions core/src/plugins/access.ajxp_user/dashboard.css
Expand Up @@ -114,6 +114,7 @@ div#team_edit_container {
background-color: white;
border: 1px solid #ccc;
border-radius: 2px;
z-index: 10;
}

#team_edit_container ul {
Expand All @@ -123,6 +124,21 @@ div#team_edit_container {

#team_edit_container ul li{
list-style: none;
padding: 8px;
color: rgba(0,0,0,0.87);
}

#team_edit_container ul li.selected{
background-color: #eee !important;
}

#team_edit_entries .user_entry{
padding: 8px;
border-bottom: 1px solid rgba(0,0,0,0.03);
}
#team_edit_entries .user_entry .delete_user_entry{
float: right;
cursor: pointer;
}

.wallet_pane{
Expand Down
4 changes: 2 additions & 2 deletions core/src/plugins/conf.sql/manifest.xml
Expand Up @@ -67,13 +67,13 @@
<clientForm id="team_edit_form"><![CDATA[
<div id="team_edit_form" box_width="420">
<div class="dialogContentMainTitle" ajxp_message_id="user_dash.59">AJXP_MESSAGE[user_dash.59]</div>
<input type="text" style="width:394px;margin-bottom:30px;" id="team_edit_label"/>
<input type="text" style="width:367px;margin-bottom:30px;" id="team_edit_label"/>
<div class="dialogContentMainTitle" ajxp_message_id="user_dash.60">AJXP_MESSAGE[user_dash.60]</div>
<div class="dialogLegend" ajxp_message_id="user_dash.56">AJXP_MESSAGE[user_dash.56]</div>
<div style="position: relative;">
<div id="team_loader" style="position: absolute;top: 2px;right: 3px;font-size: 17px;display: none;"><span class="icon-spinner"></span></div>
<input type="text" style="width:394px;" id="team_edit_input"/>
<input type="text" style="width:367px;" id="team_edit_input"/>
<div type="text" class="editable_users_list" id="team_edit_entries"></div>
<div id="team_edit_container"></div>
</div>
Expand Down

0 comments on commit f07a5e8

Please sign in to comment.