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
547ddf77
Commit
547ddf77
authored
10 years ago
by
Jan-Christoph Borchardt
Browse files
Options
Downloads
Patches
Plain Diff
remove duplication of 'header-right' element, also make it overflow when too wide
parent
23f2c48a
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_sharing/css/public.css
+0
-13
0 additions, 13 deletions
apps/files_sharing/css/public.css
core/css/styles.css
+22
-3
22 additions, 3 deletions
core/css/styles.css
with
22 additions
and
16 deletions
apps/files_sharing/css/public.css
+
0
−
13
View file @
547ddf77
...
...
@@ -14,19 +14,6 @@ body {
padding
:
7px
;
}
.header-right
{
padding
:
0
;
height
:
32px
;
}
#details
{
color
:
#fff
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
;
filter
:
alpha
(
opacity
=
50
);
opacity
:
.5
;
padding-right
:
5px
;
}
#controls
{
left
:
0
;
}
...
...
This diff is collapsed.
Click to expand it.
core/css/styles.css
+
22
−
3
View file @
547ddf77
...
...
@@ -33,9 +33,28 @@ body { background:#fefefe; font:normal .8em/1.6em "Helvetica Neue",Helvetica,Ari
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#35537a'
,
endColorstr
=
'#1d2d44'
,
GradientType
=
0
);
/* IE6-9 */
}
#owncloud
{
position
:
absolute
;
top
:
0
;
left
:
0
;
padding
:
6px
;
padding-bottom
:
0
;
}
.header-right
{
float
:
right
;
vertical-align
:
middle
;
padding
:
0.5em
;
}
.header-right
>
*
{
vertical-align
:
middle
;
}
#owncloud
{
position
:
absolute
;
top
:
0
;
left
:
0
;
padding
:
6px
;
padding-bottom
:
0
;
}
/* info part on the right, used e.g. for info on who shared something */
.header-right
{
position
:
absolute
;
right
:
0
;
padding-right
:
10px
;
color
:
#fff
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
;
filter
:
alpha
(
opacity
=
50
);
opacity
:
.5
;
max-width
:
40%
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
/* Profile picture in header */
#header
.avatardiv
{
...
...
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