diff --git a/vipra-ui/app/html/articles/show.html b/vipra-ui/app/html/articles/show.html index 02c7f3d18fda7f15c2dc547b208eb16c6333e77a..52c390857ebe7e97d9bce7e419544d894f548156 100644 --- a/vipra-ui/app/html/articles/show.html +++ b/vipra-ui/app/html/articles/show.html @@ -15,7 +15,7 @@ <div class="row" id="info"> <div class="col-md-12"> - <table class="table table-bordered table-condensed"> + <table class="table table-bordered table-condensed table-fixed table-infos"> <tbody> <tr> <th>ID</th> diff --git a/vipra-ui/app/html/topics/show.html b/vipra-ui/app/html/topics/show.html index b89e79238ed836883c8588d6bb450dc14a958272..20a53ba7e89f4019bace2f6dffc8245546aa8d1d 100644 --- a/vipra-ui/app/html/topics/show.html +++ b/vipra-ui/app/html/topics/show.html @@ -37,7 +37,7 @@ <div class="row" id="info"> <div class="col-md-12"> - <table class="table table-bordered table-condensed"> + <table class="table table-bordered table-condensed table-fixed table-infos"> <tbody> <tr> <th>ID</th> @@ -64,7 +64,7 @@ <div class="row" id="words"> <div class="col-md-12"> - <table class="table table-bordered table-condensed"> + <table class="table table-bordered table-condensed table-fixed"> <thead> <tr> <th sort-by="id" sort-type="wordSort" sort-reverse="wordSortRev"> diff --git a/vipra-ui/app/html/words/show.html b/vipra-ui/app/html/words/show.html index cc163b07810397ea247e3498beeb529065b19b28..6174e8c3554e362f7ed5560f5a9bdf0fb4deef49 100644 --- a/vipra-ui/app/html/words/show.html +++ b/vipra-ui/app/html/words/show.html @@ -7,7 +7,7 @@ <div class="row" id="info"> <div class="col-md-12"> - <table class="table table-bordered table-condensed"> + <table class="table table-bordered table-condensed table-fixed table-infos"> <tbody> <tr> <th>Created</th> @@ -22,7 +22,7 @@ <div class="row" id="topics"> <div class="col-md-12"> - <ul class="list-unstyled"> + <ul class="dashed"> <li ng-repeat="topic in ::topics"> <topic-link topic="topic"/> </li> diff --git a/vipra-ui/app/less/app.less b/vipra-ui/app/less/app.less index e046f3391ec69c1f1338a5ffdb31fff783de685d..cd5b31d1c38a9359bb7f4f98ab451507f07db9e1 100644 --- a/vipra-ui/app/less/app.less +++ b/vipra-ui/app/less/app.less @@ -220,6 +220,12 @@ ul.dashed { table-layout: fixed; } +.table-infos { + tr > *:first-child { + width: 200px; + } +} + [sort-by] { .noselect; cursor: pointer;