Compare commits

..

2 Commits

Author SHA1 Message Date
Mojib Wali
7623af2fb1 v3.0.3 2021-05-17 15:01:47 +02:00
mb-wali
b05d9cbf97 bugfix: removes overrides item 2021-05-17 15:01:26 +02:00
2 changed files with 10 additions and 10 deletions

View File

@@ -27,13 +27,13 @@
display: inline; display: inline;
} }
// align badges to the right // // align badges to the right
.ui.items > .item .extra.labels-actions { // .ui.items > .item .extra.labels-actions {
float: right; // float: right;
width: auto; // width: auto;
// remove action buttons from search results // // remove action buttons from search results
.ui.small.compact.right.floated.button { // .ui.small.compact.right.floated.button {
display: none; // display: none;
} // }
} // }

View File

@@ -12,4 +12,4 @@ This file is imported by ``invenio_theme_tugraz.__init__``,
and parsed by ``setup.py``. and parsed by ``setup.py``.
""" """
__version__ = "3.0.2" __version__ = "3.0.3"