From 1ca8860e8aee85d27f8cfd937c599dfde2711dea Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sat, 20 Feb 2016 10:51:57 -0800 Subject: [PATCH] fix css for long URLs --- public/assets/styles.css | 22 +++++++++++++++++++++- views/dashboard.php | 8 ++++---- views/webmention-details.php | 26 +++++++++++++------------- 3 files changed, 38 insertions(+), 18 deletions(-) diff --git a/public/assets/styles.css b/public/assets/styles.css index 26aaf84..b96e270 100644 --- a/public/assets/styles.css +++ b/public/assets/styles.css @@ -15,4 +15,24 @@ h2.site-name .edit-site { } h2.site-name:hover .edit-site { visibility: visible; -} \ No newline at end of file +} + +.status-table .status { + width: 70px; +} +.status-table .date { + width: 135px; +} +.status-table .urls { + width: 495px; + max-width: 495px; + overflow-x: scroll; +} + +.details-table .left { + width: 80px; +} +.details-table .right { + max-width: 620px; + overflow-x: scroll; +} diff --git a/views/dashboard.php b/views/dashboard.php index cb31405..37ddc16 100644 --- a/views/dashboard.php +++ b/views/dashboard.php @@ -31,7 +31,7 @@ - +
@@ -40,19 +40,19 @@ > - - - diff --git a/views/webmention-details.php b/views/webmention-details.php index 0364971..d68a3bd 100644 --- a/views/webmention-details.php +++ b/views/webmention-details.php @@ -4,36 +4,36 @@

Webmention Request

-
Status Date
+ + created_at)) ?> + source=e($mention['webmention']->source) ?>
target=e($mention['webmention']->target) ?>
+
- - + - - + + - - + + - - + + vouch): ?> - - + + callback): ?> - - + +
Status + Status
Datecreated_at)) ?>Datecreated_at)) ?>
Sourcee($webmention->source) ?>Sourcee($webmention->source) ?>
Targete($webmention->target) ?>Targete($webmention->target) ?>
Vouche($webmention->vouch) ?>Vouche($webmention->vouch) ?>
Callback URLe($webmention->callback) ?>Callback URLe($webmention->callback) ?>