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
33cba4ca
Commit
33cba4ca
authored
Jan 07, 2013
by
Olga Brani
Browse files
Dialog fix
parent
a68519e3
Changes
3
Show whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/static/im/css/forms.css
View file @
33cba4ca
...
...
@@ -135,7 +135,7 @@ form+p:first-child, form legend + p { margin-bottom:2em; }
form
.link-like
{
display
:
inline-block
;
margin
:
0
5px
;
float
:
right
;}
form
.link-like
input
[
type
=
"submit"
]
{
margin
:
0
;
padding
:
0
5px
;
background
:
transparent
;
color
:
#F89A1C
;
cursor
:
pointer
;
height
:
auto
;
line-height
:
120%
;
}
form
.link-like
input
[
type
=
"submit"
]
{
margin
:
0
;
padding
:
0
;
background
:
transparent
;
color
:
#F89A1C
;
cursor
:
pointer
;
height
:
auto
;
line-height
:
120%
;
}
form
.link-like
input
[
type
=
"submit"
]
:hover
{
text-decoration
:
underline
;
}
form
.link-like.alone
{
float
:
none
;
margin
:
0
;
position
:
absolute
;
right
:
0
;
top
:
96px
;}
form
.link-like.alone
.form-row
{
margin
:
0
;
}
...
...
snf-astakos-app/astakos/im/static/im/css/modules.css
View file @
33cba4ca
...
...
@@ -470,7 +470,7 @@ form.quotas-form span.info span { width:285px; }
table
.msg-wrap
{
position
:
relative
;
}
table
.msg-wrap
.dialog
{
position
:
absolute
;
border
:
1px
dashed
#ccc
;
padding
:
15px
;
width
:
200px
;
bottom
:
30px
;
lef
t
:
0
;
background
:
#fff
;
display
:
none
;
}
table
.msg-wrap
.dialog
{
position
:
absolute
;
border
:
1px
dashed
#ccc
;
padding
:
15px
;
width
:
200px
;
bottom
:
30px
;
righ
t
:
0
;
background
:
#fff
;
display
:
none
;
}
table
.msg-wrap
.dialog
.submit
{
min-width
:
30px
;
padding
:
5px
22px
;
}
table
.msg-wrap
.dialog
.no.submit
{
float
:
right
;
}
table
.alt-style
.centered
{
text-align
:
center
;
}
...
...
snf-astakos-app/astakos/im/static/im/js/common.js
View file @
33cba4ca
...
...
@@ -219,6 +219,7 @@ $(document).ready(function() {
$
(
"
input.leave, input.join
"
).
click
(
function
()
{
$
(
'
dialog
'
).
hide
();
$
(
this
).
parents
(
'
.msg-wrap
'
).
find
(
'
.dialog
'
).
show
();
return
false
;
...
...
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