mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-10 09:19:18 -04:00
Admin theme style cleanup. Merged separate selected, available, unavailable into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<div id="gAvailableTasks">
|
||||
<h2> <?= t("Available Tasks") ?> </h2>
|
||||
<table style="width: 680px" border="1">
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
<?= t("Name") ?>
|
||||
@@ -41,7 +41,7 @@
|
||||
<div id="gRunningTasks">
|
||||
<h2> <?= t("Running Tasks") ?> </h2>
|
||||
|
||||
<table style="width: 680px" border="1">
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
<?= t("Last Updated") ?>
|
||||
@@ -100,7 +100,7 @@
|
||||
<div id="gFinishedTasks">
|
||||
<h2> <?= t("Finished Tasks") ?> </h2>
|
||||
|
||||
<table style="width: 680px" border="1">
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
<?= t("Last Updated") ?>
|
||||
|
||||
Reference in New Issue
Block a user