Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
b5e7256e
Commit
b5e7256e
authored
May 24, 2017
by
Dominik Hebeler
Browse files
Merge branch 'development' into 516-gespeicherte-ergebnisse-auf-die-startseite-bringen
parents
a079a40e
ee01455a
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
public/build/css/themes/default.css.map
View file @
b5e7256e
This diff is collapsed.
Click to expand it.
public/css/themes/default.css
View file @
b5e7256e
...
@@ -7569,11 +7569,12 @@ a:hover {
...
@@ -7569,11 +7569,12 @@ a:hover {
.result
.link
.options
>
a
{
.result
.link
.options
>
a
{
color
:
#333
;
color
:
#333
;
display
:
block
;
display
:
block
;
padding-left
:
5
px
;
padding-left
:
8
px
;
padding-right
:
5px
;
padding-right
:
5px
;
}
}
.result
.link
.options
>
a
>
span
{
.result
.link
.options
>
a
>
i
{
font-size
:
10px
;
font-size
:
16px
;
color
:
#2A2ADE
;
}
}
.result
.link-link
{
.result
.link-link
{
white-space
:
nowrap
;
white-space
:
nowrap
;
...
...
public/css/themes/default.css.map
View file @
b5e7256e
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/result-page.less
View file @
b5e7256e
...
@@ -315,11 +315,12 @@ a:hover {
...
@@ -315,11 +315,12 @@ a:hover {
.options>a {
.options>a {
color: #333;
color: #333;
display: block;
display: block;
padding-left:
5
px;
padding-left:
8
px;
padding-right: 5px;
padding-right: 5px;
}
}
.options>a>span {
.options>a>i {
font-size: 10px;
font-size: 16px;
color: #2A2ADE;
}
}
}
}
.link-link {
.link-link {
...
...
Write
Preview
Supports
Markdown
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