Skip to content
GitLab
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
382b2ae3
Commit
382b2ae3
authored
May 09, 2017
by
Karl Hasselbring
Browse files
Style der Ergebnistabs angepasst
parent
8f49c811
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
public/build/css/themes/default.css.map
View file @
382b2ae3
This diff is collapsed.
Click to expand it.
public/css/themes/default.css
View file @
382b2ae3
...
...
@@ -7554,15 +7554,19 @@ a:hover {
.resultpage-foki
li
a
,
.foki
li
a
{
color
:
grey
;
padding
:
15
px
1
0
px
;
padding
:
8
px
1
2
px
;
}
.resultpage-foki
li
.active
a
,
.foki
li
.active
a
{
color
:
black
;
background-color
:
white
;
}
.resultpage-foki
li
.active
span
+
span
,
.foki
li
.active
span
+
span
{
.resultpage-foki
li
span
,
.foki
li
span
{
margin-left
:
3px
;
}
.resultpage-foki
li
.active
span
,
.foki
li
.active
span
{
display
:
inline
!important
;
}
#spenden
{
...
...
public/css/themes/default.css.map
View file @
382b2ae3
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/result-page.less
View file @
382b2ae3
...
...
@@ -207,13 +207,16 @@ a:hover {
}
li a {
color: grey;
padding:
15
px 1
0
px;
padding:
8
px 1
2
px;
}
li.active a {
color: black;
background-color: white;
}
li.active span+span {
li span {
margin-left: 3px;
}
li.active span {
display: inline!important;
}
}
...
...
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!
Cancel
Please
register
or
sign in
to comment