Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
666070ff
Commit
666070ff
authored
Jul 14, 2011
by
stef
Browse files
[enh] confirmation popups in proper directions
parent
e17e2c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
media/css/style.css
View file @
666070ff
...
...
@@ -34,12 +34,14 @@ p label { width: 7em; display: inline-block; }
.confirm
{
display
:
inline
;
position
:
relative
;
}
.confirm
:hover
>
div
{
display
:
block
;
}
.confirm_popup
{
display
:
none
;
position
:
absolute
;
left
:
0
;
border
:
2px
solid
#454545
;
padding
:
10px
;
background
:
#F7F7F7
;
z-index
:
20
;
}
.confirm_popup
{
display
:
none
;
position
:
absolute
;
border
:
2px
solid
#454545
;
padding
:
10px
;
background
:
#F7F7F7
;
z-index
:
20
;
}
.confirm_thanks
{
width
:
17.2em
;
height
:
6.7em
;
}
#footer
{
text-align
:
center
;
}
table
.listing
,
.pagination
{
width
:
90%
;
margin
:
auto
;
}
table
.listing
thead
td
{
font-weight
:
bold
;
border-bottom
:
1px
solid
black
;
}
table
.listing
div
.confirm_popup
{
right
:
0
;
}
div
#latest3
div
.confirm_popup
{
left
:
0
;
}
/* tables */
table
.tablesorter
{
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment