Skip to content
Snippets Groups Projects
Commit 9ac3cc04 authored by Eike Cochu's avatar Eike Cochu
Browse files

info tables with fixed layout, fixed first column width

parent c42adf28
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div class="row" id="info"> <div class="row" id="info">
<div class="col-md-12"> <div class="col-md-12">
<table class="table table-bordered table-condensed"> <table class="table table-bordered table-condensed table-fixed table-infos">
<tbody> <tbody>
<tr> <tr>
<th>ID</th> <th>ID</th>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<div class="row" id="info"> <div class="row" id="info">
<div class="col-md-12"> <div class="col-md-12">
<table class="table table-bordered table-condensed"> <table class="table table-bordered table-condensed table-fixed table-infos">
<tbody> <tbody>
<tr> <tr>
<th>ID</th> <th>ID</th>
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<div class="row" id="words"> <div class="row" id="words">
<div class="col-md-12"> <div class="col-md-12">
<table class="table table-bordered table-condensed"> <table class="table table-bordered table-condensed table-fixed">
<thead> <thead>
<tr> <tr>
<th sort-by="id" sort-type="wordSort" sort-reverse="wordSortRev"> <th sort-by="id" sort-type="wordSort" sort-reverse="wordSortRev">
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<div class="row" id="info"> <div class="row" id="info">
<div class="col-md-12"> <div class="col-md-12">
<table class="table table-bordered table-condensed"> <table class="table table-bordered table-condensed table-fixed table-infos">
<tbody> <tbody>
<tr> <tr>
<th>Created</th> <th>Created</th>
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="row" id="topics"> <div class="row" id="topics">
<div class="col-md-12"> <div class="col-md-12">
<ul class="list-unstyled"> <ul class="dashed">
<li ng-repeat="topic in ::topics"> <li ng-repeat="topic in ::topics">
<topic-link topic="topic"/> <topic-link topic="topic"/>
</li> </li>
......
...@@ -220,6 +220,12 @@ ul.dashed { ...@@ -220,6 +220,12 @@ ul.dashed {
table-layout: fixed; table-layout: fixed;
} }
.table-infos {
tr > *:first-child {
width: 200px;
}
}
[sort-by] { [sort-by] {
.noselect; .noselect;
cursor: pointer; cursor: pointer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment