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
59092412
Commit
59092412
authored
Dec 20, 2012
by
Olga Brani
Browse files
Select style fixes
parent
0279389f
Changes
3
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/static/im/css/dropkick.css
View file @
59092412
...
...
@@ -14,7 +14,7 @@
/* dropkick select extra styles */
.form-row
.dk_container
{
border-radius
:
0
;
margin-bottom
:
0
;
border
:
1px
solid
gray
;
height
:
21px
;
letter-spacing
:
1px
;
line-height
:
22px
;
margin-bottom
:
-1px
;
width
:
270px
;
padding
:
0.8em
;
padding-left
:
1.5em
;
font-weight
:
normal
;
font-family
:
'Didact Gothic'
,
Verdana
,
sans-serif
;
font-size
:
1em
;
background
:
transparent
;
color
:
#808080
;}
.form-row
.dk_toggle
{
border-radius
:
0
;
padding
:
0
0
10px
;
border
:
0
none
;
text-decoration
:
none
;
background-image
:
url(../images/arrow-down_grey.png)
;
background-position
:
8
7
%
5px
;}
.form-row
.dk_toggle
{
border-radius
:
0
;
padding
:
0
0
10px
;
border
:
0
none
;
text-decoration
:
none
;
background-image
:
url(../images/arrow-down_grey.png)
;
background-position
:
8
5
%
5px
;}
.form-row
.dk_toggle
:hover
{
text-decoration
:
none
;
}
.form-row
.dk_open
{
background
:
transparent
;
box-shadow
:
none
;
}
.form-row
.dk_open
.dk_toggle
{
background-color
:
transparent
;
border
:
0
none
;
color
:
#000
;
box-shadow
:
none
;}
...
...
snf-astakos-app/astakos/im/static/im/css/modules.css
View file @
59092412
...
...
@@ -515,3 +515,5 @@ form.withlabels.hidden-submit { margin-bottom:4em; }
/* login section */
.login-section
{}
.main-login-method
{
margin-bottom
:
20px
;}
.quotas-form
span
.info
{
z-index
:
2
;
}
snf-astakos-app/astakos/im/static/im/js/common.js
View file @
59092412
...
...
@@ -118,6 +118,8 @@ $(document).ready(function() {
}
});
$
(
'
.with-info select
'
).
attr
(
'
tabindex
'
,
'
1
'
);
$
(
'
.with-info select
'
).
dropkick
();
$
(
'
.top-msg .success
'
).
parents
(
'
.top-msg
'
).
addClass
(
'
success
'
);
...
...
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