Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index ddac9c16..ee4671c3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -241,6 +241,10 @@
padding: 10px 0;
}
+#revisionsContainer li:first-child .restoreVersion{
+ display: none;
+}
+
#revisionsContainer a{
padding-left: 15px;
}
@@ -249,6 +253,11 @@
background-color: rgba(0, 0, 0, 0.1);
}
+.restoreVersion{
+ position: absolute;
+ right: 15px;
+}
+
#show-more-versions{
width: 100%;
padding: 10px;