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
806f3bdd
Commit
806f3bdd
authored
11 years ago
by
Georg Ehrke
Browse files
Options
Downloads
Patches
Plain Diff
increase size of preview to size of row
parent
39c387ee
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/files/css/files.css
+1
-1
1 addition, 1 deletion
apps/files/css/files.css
lib/helper.php
+1
-1
1 addition, 1 deletion
lib/helper.php
with
2 additions
and
2 deletions
apps/files/css/files.css
+
1
−
1
View file @
806f3bdd
...
...
@@ -118,7 +118,7 @@ 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
:
100%
;
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
:
.2em
.5em
.5em
0
;
}
table
td
.filename
a
,
table
td
.login
,
table
td
.logout
,
table
td
.download
,
table
td
.upload
,
table
td
.create
,
table
td
.delete
{
padding
:
.2em
.5em
.5em
.3em
;
}
table
td
.filename
.nametext
,
.uploadtext
,
.modified
{
float
:
left
;
padding
:
.3em
0
;
}
.modified
{
position
:
absolute
;
...
...
This diff is collapsed.
Click to expand it.
lib/helper.php
+
1
−
1
View file @
806f3bdd
...
...
@@ -231,7 +231,7 @@ class OC_Helper {
* Returns the path to the preview of the file.
*/
public
static
function
previewIcon
(
$path
)
{
return
self
::
linkToRoute
(
'core_ajax_preview'
,
array
(
'x'
=>
32
,
'y'
=>
32
,
'file'
=>
$path
));
return
self
::
linkToRoute
(
'core_ajax_preview'
,
array
(
'x'
=>
44
,
'y'
=>
44
,
'file'
=>
$path
));
}
/**
...
...
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