FEATURE: manage Permalinks

This commit is contained in:
Arpit Jalan
2015-07-15 18:24:28 +05:30
parent 7f43653cad
commit dc90c396f2
16 changed files with 296 additions and 1 deletions

View File

@@ -1199,7 +1199,7 @@ table.api-keys {
position: absolute;
}
.staff-actions, .screened-emails, .screened-urls, .screened-ip-addresses {
.staff-actions, .screened-emails, .screened-urls, .screened-ip-addresses, .permalinks {
border-bottom: dotted 1px scale-color($primary, $lightness: 75%);
@@ -1469,3 +1469,19 @@ table#user-badges {
width: 90%;
}
}
// Permalinks
.permalinks {
.url, .external_url {
width: 300px;
}
.action, .topic_id, .post_id, .category_id {
text-align: center;
width: 9.9099%;
}
}
.permalink-title {
margin-bottom: 10px;
}