Commit f929908a authored by delanoe's avatar delanoe

Merge branch 'romain-goodies' into unstable

parents f1a5a610 22321e79
...@@ -46,6 +46,25 @@ th a { ...@@ -46,6 +46,25 @@ th a {
} }
/* special effects for duplicate rows
*
* NB: top/bottom convention only works because of sort rule that always put smallest id first
*/
.duplrowkeep {
/*border-top: 3px solid black*/
}
.duplrowdel {
background-color: #CCC;
border-bottom: 3px solid black
}
/* table titles */
th.dynatable-head {
vertical-align: middle !important;
}
/* notes under table titles */ /* notes under table titles */
th .note { th .note {
color: #ccc; color: #ccc;
...@@ -77,6 +96,8 @@ p.note > input { ...@@ -77,6 +96,8 @@ p.note > input {
p.note > label { p.note > label {
float: left; float: left;
margin-bottom: 0 ;
padding-bottom: 0 ;
} }
.smaller { .smaller {
...@@ -89,7 +110,7 @@ p.note > label { ...@@ -89,7 +110,7 @@ p.note > label {
#my-ajax-table tr:hover { #my-ajax-table tr:hover {
cursor: pointer; cursor: pointer;
font-weight: bold; /*font-weight: bold;*/
} }
/* ngram states */ /* ngram states */
......
...@@ -76,7 +76,6 @@ ...@@ -76,7 +76,6 @@
<select id="docFilter" name="docFilter"> <select id="docFilter" name="docFilter">
<option value="filter_all">All</option> <option value="filter_all">All</option>
<option value="filter_favs">Favorite documents</option> <option value="filter_favs">Favorite documents</option>
<option value="filter_dupl_tit">Duplicates (title)</option>
<option value="filter_dupl_all">Duplicates (title, date &amp; src)</option> <option value="filter_dupl_all">Duplicates (title, date &amp; src)</option>
</select> </select>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment