aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/css/versions.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/css/versions.css')
-rw-r--r--apps/files_versions/css/versions.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_versions/css/versions.css b/apps/files_versions/css/versions.css
index 6a9b3a95698..d9a3c43d543 100644
--- a/apps/files_versions/css/versions.css
+++ b/apps/files_versions/css/versions.css
@@ -5,7 +5,7 @@
#found_versions li {
width: 100%;
cursor: default;
- height: 36px;
+ height: 56px;
float: left;
border-bottom: 1px solid rgba(100,100,100,.1);
}
@@ -33,6 +33,10 @@
padding-right: 4px;
}
+#found_versions img.preview {
+ cursor: default;
+}
+
#found_versions .versionDate {
min-width: 100px;
vertical-align: text-bottom;