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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
20e7a410
Commit
20e7a410
authored
11 years ago
by
Morris Jobke
Browse files
Options
Downloads
Plain Diff
Merge pull request #9444 from owncloud/design-fix-pointer
Design polish
parents
aae11889
a7bf9537
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/css/header.css
+6
-0
6 additions, 0 deletions
core/css/header.css
core/css/styles.css
+3
-3
3 additions, 3 deletions
core/css/styles.css
with
9 additions
and
3 deletions
core/css/header.css
+
6
−
0
View file @
20e7a410
...
@@ -241,20 +241,26 @@
...
@@ -241,20 +241,26 @@
float
:
left
;
float
:
left
;
display
:
inline-block
;
display
:
inline-block
;
margin-right
:
5px
;
margin-right
:
5px
;
cursor
:
pointer
;
}
}
#header
.avatardiv
img
{
#header
.avatardiv
img
{
opacity
:
1
;
opacity
:
1
;
cursor
:
pointer
;
}
}
#settings
{
#settings
{
float
:
right
;
float
:
right
;
color
:
#bbb
;
color
:
#bbb
;
cursor
:
pointer
;
}
}
#expand
{
#expand
{
display
:
block
;
display
:
block
;
padding
:
7px
12px
6px
7px
;
padding
:
7px
12px
6px
7px
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
#expand
*
{
cursor
:
pointer
;
}
#expand
:hover
,
#expand
:focus
,
#expand
:active
{
color
:
#fff
;
}
#expand
:hover
,
#expand
:focus
,
#expand
:active
{
color
:
#fff
;
}
#expand
img
{
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
;
filter
:
alpha
(
opacity
=
70
);
opacity
:
.7
;
margin-bottom
:
-2px
;
}
#expand
img
{
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
;
filter
:
alpha
(
opacity
=
70
);
opacity
:
.7
;
margin-bottom
:
-2px
;
}
#expand
:hover
img
,
#expand
:focus
img
,
#expand
:active
img
{
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
;
filter
:
alpha
(
opacity
=
100
);
opacity
:
1
;
}
#expand
:hover
img
,
#expand
:focus
img
,
#expand
:active
img
{
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
;
filter
:
alpha
(
opacity
=
100
);
opacity
:
1
;
}
...
...
This diff is collapsed.
Click to expand it.
core/css/styles.css
+
3
−
3
View file @
20e7a410
...
@@ -420,13 +420,13 @@ input[name='password-clone'] {
...
@@ -420,13 +420,13 @@ input[name='password-clone'] {
#password-icon
{
#password-icon
{
position
:
absolute
;
position
:
absolute
;
left
:
16px
;
left
:
16px
;
top
:
2
0
px
;
top
:
2
2
px
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
;
-ms-filter
:
"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
;
filter
:
alpha
(
opacity
=
30
);
filter
:
alpha
(
opacity
=
30
);
opacity
:
.3
;
opacity
:
.3
;
}
}
#adminpass-icon
,
#password-icon
{
#adminpass-icon
,
#password-icon
{
top
:
1
5
px
;
top
:
1
7
px
;
}
}
/* General new input field look */
/* General new input field look */
...
@@ -474,10 +474,10 @@ label.infield {
...
@@ -474,10 +474,10 @@ label.infield {
#body-login
form
input
[
type
=
"checkbox"
]+
label
{
#body-login
form
input
[
type
=
"checkbox"
]+
label
{
position
:
relative
;
position
:
relative
;
margin
:
0
;
margin
:
0
;
font-size
:
13px
;
padding
:
14px
;
padding
:
14px
;
padding-left
:
28px
;
padding-left
:
28px
;
margin-left
:
-28px
;
margin-left
:
-28px
;
vertical-align
:
middle
;
}
}
#body-login
form
.errors
{
background
:
#fed7d7
;
border
:
1px
solid
#f00
;
list-style-indent
:
inside
;
margin
:
0
0
2em
;
padding
:
1em
;
}
#body-login
form
.errors
{
background
:
#fed7d7
;
border
:
1px
solid
#f00
;
list-style-indent
:
inside
;
margin
:
0
0
2em
;
padding
:
1em
;
}
#body-login
.success
{
background
:
#d7fed7
;
border
:
1px
solid
#0f0
;
width
:
35%
;
margin
:
30px
auto
;
padding
:
1em
;
text-align
:
center
;}
#body-login
.success
{
background
:
#d7fed7
;
border
:
1px
solid
#0f0
;
width
:
35%
;
margin
:
30px
auto
;
padding
:
1em
;
text-align
:
center
;}
...
...
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