font-weight: bold;
font-size: 110%;
border-bottom: 1px solid #888;
+ background-color:#E7A555;
}
.acpl-content-2 {
border-left: 2px solid #888;
.acplg-list-tbody td {
padding: 2px;
}
+ .acplg-list-tbody tr:nth-child(even) {
+ background: #EEE
+ }
#acplg-list li {
padding: 5px;
}
border-bottom: 2px solid #888;
padding-bottom: 10px;
}
- #acplg-header span {
- font-size:105%;
- font-weight: bold;
- padding-right: 20px;
- }
#acplg-header span:first-child {
+ font-weight: bold;
font-size: 130%;
}
.acplg-group-selected {
<div id='acplg-header'>
<span>[% l('Copy Location Groups') %]</span>
- <span>[% l('Context Org Unit') %]</span>
<select dojoType="openils.widget.OrgUnitFilteringSelect"
jsId='contextOrgSelector'
searchAttr='shortname'
labelAttr='shortname'>
</select>
- <!--
- <button dojoType='dijit.form.Button' onClick='applyChanges()'>[% l('Apply Changes') %]</button>
- -->
</div>
<div dojoType="dijit.layout.ContentPane" layoutAlign="client" style="width:100%">
<div class='acpl-content' style="float: left">
<div>
<table width='100%'><tr>
- <td align='left'>[% l('Location Groups') %]</td>
+ <td align='left' style='padding-left:5px;'>[% l('Location Groups') %]</td>
<td align='right'><button onclick='newGroup()'>[% l('New') %]</button></td>
</tr></table>
</div>
<div class='acpl-content acpl-content-2'>
<div>
<table width='100%'><tr>
- <td align='left'>[% l('Group Entries') %]</td>
+ <td align='left' style='padding-left:5px;'>[% l('Group Entries') %]</td>
<td align='right'><button onclick='editLocations("eliminate")'>[% l('Remove →') %]</button></td>
</tr></table>
</div>
<div>
<table width='100%'><tr>
<td align='left'><button onclick='editLocations("create")'>[% l('← Add') %]</button></td>
- <td align='right'>[% l('Copy Locations') %]</td>
+ <td align='right' style='padding-right:5px;'>[% l('Copy Locations') %]</td>
</tr></table>
</div>
<div style='height:400px; overflow-y:scroll'>