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:
authorPranav Kant <pranavk@collabora.co.uk>2016-07-16 15:55:14 +0300
committerPranav Kant <pranavk@collabora.co.uk>2016-07-18 08:41:52 +0300
commit4cda46798e5963af4550f2542292375d2b23b87c (patch)
tree78eb6c05d5eadc8f20544419bf3adda59b9ab345 /css
parentea484bb3575b5775fc4190b633c616ec41e747de (diff)
Add restore button to the revision history sidebar
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;