Skip to content

Commit 3cba916

Browse files
New changes following nimishavijay suggestions
Nimishavijay said : - the restore button should be vertically centered and moved to the left such that it has equal space in its top, bottom and right - Move both the lines of text (including the download icon) 2px to the right because it looks too close to the filetype icon - I'm also thinking the subline text (8KB) could be moved 1 or 2px upwards to have more space below, since there is no border to separate the list items Signed-off-by: Jerome-Herbinet <[email protected]>
1 parent ad1c428 commit 3cba916

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

apps/files_versions/src/css/versions.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
cursor: default;
88
height: 56px;
99
float: left;
10+
<<<<<<< HEAD
1011
<<<<<<< HEAD
1112
border-bottom: 0;
1213
=======
1314
>>>>>>> 3400c49ba4... Following @nimishavijay suggestion
15+
=======
16+
border-bottom: 0;
17+
>>>>>>> 7ab49ab1ab... New changes following nimishavijay suggestions
1418
}
1519

1620
.versionsTabView li:last-child {
@@ -47,10 +51,14 @@
4751
top: 6px;
4852
left: 10px;
4953
border: 1px solid var(--color-border-dark);
54+
<<<<<<< HEAD
5055
<<<<<<< HEAD
5156
padding-right: 0;
5257
=======
5358
>>>>>>> 3400c49ba4... Following @nimishavijay suggestion
59+
=======
60+
padding-right: 0;
61+
>>>>>>> 7ab49ab1ab... New changes following nimishavijay suggestions
5462
}
5563

5664
.versionsTabView img.preview {
@@ -77,6 +85,7 @@
7785
.versionsTabView .revertVersion {
7886
cursor: pointer;
7987
float: right;
88+
<<<<<<< HEAD
8089
<<<<<<< HEAD
8190
margin-right: 0;
8291
}
@@ -108,6 +117,9 @@
108117
=======
109118
margin-right: -5px;
110119
>>>>>>> 3400c49ba4... Following @nimishavijay suggestion
120+
=======
121+
margin-right: 0;
122+
>>>>>>> 7ab49ab1ab... New changes following nimishavijay suggestions
111123
}
112124

113125
.versionsTabView li.active .downloadVersion {
@@ -127,3 +139,11 @@
127139
.versionsTabView li.active a.revertVersion {
128140
opacity: 1;
129141
}
142+
143+
.version-container {
144+
padding-left: 5px;
145+
}
146+
147+
.version-details {
148+
margin-top: -7px;
149+
}

0 commit comments

Comments
 (0)