Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
d5719f9f
Commit
d5719f9f
authored
Apr 18, 2011
by
Mike Muzurakis
Browse files
fix hover area for edit name buttons, Refs #307
parent
7a17d615
Changes
1
Show whitespace changes
Inline
Side-by-side
ui/static/main.css
View file @
d5719f9f
...
...
@@ -1448,8 +1448,8 @@ div#user a.current_lang {
display
:
block
;
clear
:
none
;
width
:
40px
;
margin-right
:
3
4
%
;
margin-top
:
3
px
;
margin-right
:
3
3
%
;
margin-top
:
1
px
;
float
:
right
;
cursor
:
pointer
;
}
...
...
@@ -1462,24 +1462,22 @@ div#user a.current_lang {
background-image
:
url("../static/cancel-onhover.png")
;
}
.editbuttons
.cancel
{
background-image
:
url("../static/cancel.png")
;
margin-left
:
3px
;
padding-left
:
18px
;
padding-top
:
3px
;
.editbuttons
.cancel
,
.editbuttons
.save
{
padding-left
:
16px
;
padding-top
:
2px
;
background-repeat
:
no-repeat
;
color
:
transparent
;
font-size
:
9pt
;
}
.editbuttons
.cancel
{
background-image
:
url("../static/cancel.png")
;
margin-left
:
3px
;
}
.editbuttons
.save
{
background-image
:
url("../static/save.png")
;
margin-left
:
1px
;
padding-left
:
18px
;
padding-top
:
3px
;
background-repeat
:
no-repeat
;
color
:
transparent
;
font-size
:
9pt
;
}
.editbuttons
img
{
...
...
@@ -1488,7 +1486,7 @@ div#user a.current_lang {
}
.namecontainer
{
line-height
:
2
2
px
;
line-height
:
2
3
px
;
}
.nametextbox
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment