diff --git a/app/public/css/custom.css b/app/public/css/custom.css index aee9f9e..1ffcb00 100644 --- a/app/public/css/custom.css +++ b/app/public/css/custom.css @@ -7,6 +7,19 @@ user-select: none; } +p.ticketid { + color: gray; + font-style: italic; +} + +span.requestinfo { + display: inline; +} + +span.requestinfo-spaced { + margin-left: 1%; +} + @media (min-width: 768px) { .bd-placeholder-img-lg { font-size: 3.5rem; @@ -16,16 +29,16 @@ main > .container { padding: 60px 15px 0; } - + .footer { background-color: #f5f5f5; } - + .footer > .container { padding-right: 15px; padding-left: 15px; } - + code { font-size: 80%; } @@ -42,24 +55,24 @@ code { padding-bottom: 6rem; } } - + .jumbotron p:last-child { margin-bottom: 0; } - + .jumbotron h1 { font-weight: 300; } - + .jumbotron .container { max-width: 40rem; } - + footer { padding-top: 3rem; padding-bottom: 3rem; } - + footer p { margin-bottom: .25rem; } diff --git a/app/public/editsub.php b/app/public/editsub.php index 83d6216..998b055 100644 --- a/app/public/editsub.php +++ b/app/public/editsub.php @@ -46,7 +46,7 @@

-

+

@@ -62,23 +62,23 @@
  • - Status: - + Status: +
  • - Created by: - + Created by: +
  • - Assigned to: + Assigned to: " . get_user_name($db, $request['assignee']) . ""); } else { @@ -90,16 +90,16 @@
  • - Created: - + Created: +
  • - Last updated: - + Last updated: +
  • diff --git a/app/public/existing.php b/app/public/existing.php index d20f486..e32a276 100644 --- a/app/public/existing.php +++ b/app/public/existing.php @@ -40,7 +40,8 @@
    - # + # +

    @@ -70,7 +71,7 @@
    - # + #

    @@ -83,7 +84,7 @@
    -
    +
    My Subscribed Requests
    @@ -97,7 +98,7 @@
    - # + #

    diff --git a/app/public/index.php b/app/public/index.php index b7477fb..596c640 100644 --- a/app/public/index.php +++ b/app/public/index.php @@ -71,7 +71,7 @@
    - # + #

    @@ -100,7 +100,7 @@
    - # + #

    diff --git a/app/public/update.php b/app/public/update.php index c8a33bb..a986a95 100644 --- a/app/public/update.php +++ b/app/public/update.php @@ -43,23 +43,23 @@
  • - Status: - + Status: +
  • - Created by: - + Created by: +
  • - Assigned to: + Assigned to: " . get_user_name($db, $request['assignee']) . ""); } else { @@ -71,16 +71,16 @@
  • - Created: - + Created: +
  • - Last updated: - + Last updated: +
  • @@ -101,10 +101,11 @@
  • - + +
    - +
  • diff --git a/app/public/upload.php b/app/public/upload.php index a852f41..ec9c512 100644 --- a/app/public/upload.php +++ b/app/public/upload.php @@ -43,23 +43,23 @@
  • - Status: - + Status: +
  • - Created by: - + Created by: +
  • - Assigned to: + Assigned to: " . get_user_name($db, $request['assignee']) . ""); } else { @@ -71,16 +71,16 @@
  • - Created: - + Created: +
  • - Last updated: - + Last updated: +
  • @@ -101,10 +101,10 @@
  • - +
    - +
  • diff --git a/app/public/view.php b/app/public/view.php index d65e261..923a01b 100644 --- a/app/public/view.php +++ b/app/public/view.php @@ -48,7 +48,7 @@

    -

    +

    @@ -94,27 +94,27 @@

  • - Status: - + Status: +
  • - Created by: - + Created by: +
  • - Assigned to: + Assigned to: " . get_user_name($db, $request['assignee']) . ""); + echo("" . get_user_name($db, $request['assignee']) . ""); } else { - echo("None"); + echo("None"); } ?>
    @@ -122,16 +122,16 @@
  • - Created: - + Created: +
  • - Last updated: - + Last updated: +
  • @@ -152,7 +152,8 @@
  • - + +
    @@ -177,10 +178,11 @@
  • - + +
    - +