Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
6c174813
Commit
6c174813
authored
10 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Plain Diff
Merge pull request #9394 from owncloud/design-fix-rename
fix position of rename function, and text size
parents
dc15223e
c7101d26
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/files/css/files.css
+5
-4
5 additions, 4 deletions
apps/files/css/files.css
with
5 additions
and
4 deletions
apps/files/css/files.css
+
5
−
4
View file @
6c174813
...
...
@@ -230,10 +230,9 @@ table td.filename a.name {
}
table
tr
[
data-type
=
"dir"
]
td
.filename
a
.name
span
.nametext
{
font-weight
:
bold
;
}
table
td
.filename
input
.filename
{
width
:
80%
;
font-size
:
14px
;
margin-top
:
0
;
margin-left
:
2px
;
width
:
70%
;
margin-top
:
1px
;
margin-left
:
48px
;
cursor
:
text
;
}
table
td
.filename
a
,
table
td
.login
,
table
td
.logout
,
table
td
.download
,
table
td
.upload
,
table
td
.create
,
table
td
.delete
{
padding
:
3px
8px
8px
3px
;
}
...
...
@@ -326,6 +325,7 @@ table td.filename .uploadtext {
filter
:
alpha
(
opacity
=
0
);
opacity
:
0
;
float
:
left
;
top
:
0
;
margin
:
32px
0
4px
32px
;
/* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/
}
/* Show checkbox when hovering, checked, or selected */
...
...
@@ -356,6 +356,7 @@ table td.filename .uploadtext {
}
#fileList
tr
td
.filename
>
input
[
type
=
"checkbox"
]
+
label
{
left
:
0
;
top
:
0
;
}
.select-all
+
label
{
top
:
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment