UX: include more details on Permalinks page

This commit is contained in:
Arpit Jalan
2015-07-17 15:53:48 +05:30
parent 5e38512b1b
commit 5fc7545c01
5 changed files with 69 additions and 15 deletions

View File

@@ -1473,12 +1473,22 @@ table#user-badges {
// Permalinks
.permalinks {
.url, .external_url {
width: 300px;
.url, .topic_id, .category_id, .external_url {
text-overflow: ellipsis;
white-space: nowrap;
}
.action, .topic_id, .post_id, .category_id {
.url {
width: 200px;
}
.topic_id, .external_url {
width: 220px;
}
.category_id {
width: 160px;
}
.action, .post_id {
text-align: center;
width: 9.9099%;
width: 8%;
}
}