Changeset 6620
- Timestamp:
- Nov 24, 2014, 11:48:12 AM (8 years ago)
- Location:
- trunk/www/admin/diskusage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/admin/diskusage/list_groups.jsp
r6604 r6620 123 123 table.special 124 124 { 125 border-width: 1px; 126 margin: 2px; 125 127 border-collapse: collapse; 128 width: calc(100% - 6px); 126 129 } 127 130 table.special td, table.special th 128 131 { 129 132 text-align: right; 130 border-right: 1px dotted #A0A0A0; 133 border-right-width: 1px; 134 border-right-style: dotted; 131 135 padding: 1px 2px 1px 2px; 132 136 } … … 336 340 { 337 341 %> 338 <tr class="bottomborder ">342 <tr class="bottomborder bg-filled-100"> 339 343 <% 340 344 if (hasQuotaType) … … 354 358 } 355 359 %> 356 <tr class="bottomborder " style="background: #D8D8D8;">360 <tr class="bottomborder <%=!hasLocation ? "bg-filled-100" : "" %>"> 357 361 <% 358 362 if (hasQuotaType) -
trunk/www/admin/diskusage/list_users.jsp
r6604 r6620 123 123 table.special 124 124 { 125 border-width: 1px; 126 margin: 2px; 125 127 border-collapse: collapse; 128 width: calc(100% - 6px); 126 129 } 127 130 table.special td, table.special th 128 131 { 129 132 text-align: right; 130 border-right: 1px dotted #A0A0A0; 133 border-right-width: 1px; 134 border-right-style: dotted; 131 135 padding: 1px 2px 1px 2px; 132 136 } … … 472 476 { 473 477 %> 474 <tr class="bottomborder ">478 <tr class="bottomborder bg-filled-100"> 475 479 <% 476 480 if (hasQuotaType) … … 490 494 } 491 495 %> 492 <tr class="bottomborder " style="background: #D8D8D8;">496 <tr class="bottomborder <%=!hasLocation ? "bg-filled-100" : "" %>"> 493 497 <% 494 498 if (hasQuotaType)
Note: See TracChangeset
for help on using the changeset viewer.