diff --git a/CONTENT/ROOT_URI/Admin/ADMIN_HEADER.php b/CONTENT/ROOT_URI/Admin/ADMIN_HEADER.php index 1880cac..ffabdff 100644 --- a/CONTENT/ROOT_URI/Admin/ADMIN_HEADER.php +++ b/CONTENT/ROOT_URI/Admin/ADMIN_HEADER.php @@ -14,11 +14,11 @@ --> - + diff --git a/CONTENT/ROOT_URI/Admin/Settings_Agent copy.php b/CONTENT/ROOT_URI/Admin/Settings_Agent copy.php index 345ae6c..84ab5ab 100644 --- a/CONTENT/ROOT_URI/Admin/Settings_Agent copy.php +++ b/CONTENT/ROOT_URI/Admin/Settings_Agent copy.php @@ -8,7 +8,7 @@

Add New Agent


- +
diff --git a/CONTENT/ROOT_URI/Admin/Settings_Agent.php b/CONTENT/ROOT_URI/Admin/Settings_Agent.php index 1c70ca1..dd22369 100644 --- a/CONTENT/ROOT_URI/Admin/Settings_Agent.php +++ b/CONTENT/ROOT_URI/Admin/Settings_Agent.php @@ -128,7 +128,7 @@ - + @@ -137,7 +137,12 @@ Edit - Delete + + Delete + + Delete + + @@ -148,12 +153,6 @@ - - - -
close(); ?> @@ -165,6 +164,29 @@ background: red; cursor: pointer; } + +.badge-cell { + text-align: center; /* horizontally center */ +} + +.badge { + display: inline-block; + padding: 0.35em 0.65em; + font-weight: 600; + line-height: 1; + color: #fff; + white-space: nowrap; + border-radius: 0.25rem; +} + +.badge-primary { + background-color: #e95420 ; /* Blue */ +} + +.badge-secondary { + background-color: #efb73e; /* Gray */ +} +