mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
do not underline a.accordion2-toggle
This commit is contained in:
parent
1916147d43
commit
8d7791a0c5
|
@ -252,6 +252,10 @@ div.statusbar-container h1 {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.accordion2-toggle:focus, a.accordion2-toggle:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
span.datepicker {
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
body { /* Add top padding for full-width layout */
|
||||
padding-top: 9.3rem;
|
||||
padding-top: 3.7rem;
|
||||
}
|
||||
#login_wrapper {
|
||||
margin: auto auto;
|
||||
|
@ -260,6 +260,10 @@ div.statusbar-container h1 {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
a.accordion2-toggle:focus, a.accordion2-toggle:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
span.datepicker {
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user