Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
62548940
Commit
62548940
authored
6 years ago
by
Côme Chilliet
Browse files
Options
Download
Patches
Plain Diff
fix(themes) Fixed dropdown menu in breezy
issue #5852
parent
a438e559
dev
6342-update-the-locales-for-1-5
6344-template-issue-when-creating-a-template-with-empty-password-error-message-should-not-be-seen
6365-core-locking-mechanism-is-not-changing-the-mail-ressource-it-does-lock-the-mail-account
6365-core-when-lock-mechanism-is-trigger-the-user-should-not-be-editable-if-not-unlock
6378-orcid-test-method-is-wrong-and-break-orcid-saving
6388-clear-the-tokens-storage-issues-into-the-fusiondirectory-configuration-backend
core-php8
master
fusiondirectory-1.5
fusiondirectory-1.4
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
html/themes/breezy/less/style.less
+0
-18
html/themes/breezy/less/style.less
html/themes/breezy/style.css
+1
-18
html/themes/breezy/style.css
with
1 addition
and
36 deletions
+1
-36
html/themes/breezy/less/style.less
+
0
−
18
View file @
62548940
...
@@ -327,12 +327,6 @@ div.autocomplete {
...
@@ -327,12 +327,6 @@ div.autocomplete {
font-size: @text-font-size;
font-size: @text-font-size;
line-height: 1em;
line-height: 1em;
list-style-type: none;
list-style-type: none;
html.ltr & {
margin: 0 3px 0 0;
}
html.rtl & {
margin: 0 0 0 3px;
}
a {
a {
display: block;
display: block;
width: auto;
width: auto;
...
@@ -341,12 +335,6 @@ div.autocomplete {
...
@@ -341,12 +335,6 @@ div.autocomplete {
text-decoration: none;
text-decoration: none;
margin: 0;
margin: 0;
padding: 5px;
padding: 5px;
html.ltr & {
float: left;
}
html.rtl & {
float: right;
}
&:hover {
&:hover {
text-decoration: none;
text-decoration: none;
}
}
...
@@ -362,12 +350,6 @@ div.autocomplete {
...
@@ -362,12 +350,6 @@ div.autocomplete {
}
}
}
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#pulldown ul li a {
float: none;
}
/* End IE5-Mac hack */
#pulldown ul ul {
#pulldown ul ul {
position: absolute;
position: absolute;
top: 0;
top: 0;
...
...
This diff is collapsed.
Click to expand it.
html/themes/breezy/style.css
+
1
−
18
View file @
62548940
...
@@ -144,7 +144,6 @@ table.framework {
...
@@ -144,7 +144,6 @@ table.framework {
padding
:
0
;
padding
:
0
;
margin-top
:
0
;
margin-top
:
0
;
vertical-align
:
top
;
vertical-align
:
top
;
/* cellpadding="0" */
}
}
html
.ltr
table
.framework
{
html
.ltr
table
.framework
{
margin-left
:
0
;
margin-left
:
0
;
...
@@ -159,6 +158,7 @@ table.framework td#maincell {
...
@@ -159,6 +158,7 @@ table.framework td#maincell {
padding-bottom
:
35px
;
padding-bottom
:
35px
;
}
}
table
.framework
>
tbody
>
tr
>
td
{
table
.framework
>
tbody
>
tr
>
td
{
/* cellpadding="0" */
padding
:
0
;
padding
:
0
;
}
}
div
.contentboxh
{
div
.contentboxh
{
...
@@ -314,12 +314,6 @@ div.autocomplete ul li.selected {
...
@@ -314,12 +314,6 @@ div.autocomplete ul li.selected {
line-height
:
1em
;
line-height
:
1em
;
list-style-type
:
none
;
list-style-type
:
none
;
}
}
html
.ltr
#pulldown
ul
li
{
margin
:
0
3px
0
0
;
}
html
.rtl
#pulldown
ul
li
{
margin
:
0
0
0
3px
;
}
#pulldown
ul
li
a
{
#pulldown
ul
li
a
{
display
:
block
;
display
:
block
;
width
:
auto
;
width
:
auto
;
...
@@ -329,12 +323,6 @@ html.rtl #pulldown ul li {
...
@@ -329,12 +323,6 @@ html.rtl #pulldown ul li {
margin
:
0
;
margin
:
0
;
padding
:
5px
;
padding
:
5px
;
}
}
html
.ltr
#pulldown
ul
li
a
{
float
:
left
;
}
html
.rtl
#pulldown
ul
li
a
{
float
:
right
;
}
#pulldown
ul
li
a
:hover
{
#pulldown
ul
li
a
:hover
{
text-decoration
:
none
;
text-decoration
:
none
;
}
}
...
@@ -345,11 +333,6 @@ html.rtl #pulldown ul li a {
...
@@ -345,11 +333,6 @@ html.rtl #pulldown ul li a {
color
:
#c0c2c3
;
color
:
#c0c2c3
;
padding
:
.8em
0
.5em
;
padding
:
.8em
0
.5em
;
}
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#pulldown
ul
li
a
{
float
:
none
;
}
/* End IE5-Mac hack */
#pulldown
ul
ul
{
#pulldown
ul
ul
{
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets