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
78c5e410
Commit
78c5e410
authored
May 16, 2017
by
Karl Hasselbring
Browse files
Added height to products
parent
84758080
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
public/build/css/themes/default.css.map
View file @
78c5e410
This diff is collapsed.
Click to expand it.
public/css/themes/default.css
View file @
78c5e410
...
@@ -7717,6 +7717,7 @@ footer a {
...
@@ -7717,6 +7717,7 @@ footer a {
border
:
1px
dotted
lightgrey
;
border
:
1px
dotted
lightgrey
;
padding
:
5px
;
padding
:
5px
;
max-width
:
150px
;
max-width
:
150px
;
height
:
210px
;
}
}
.product
a
{
.product
a
{
color
:
#333
;
color
:
#333
;
...
@@ -7773,9 +7774,6 @@ footer a {
...
@@ -7773,9 +7774,6 @@ footer a {
#mark
a
{
#mark
a
{
margin-left
:
3px
;
margin-left
:
3px
;
}
}
#mark
.product
{
height
:
210px
;
}
.result
.description
img
{
.result
.description
img
{
border
:
solid
1px
#eeeeee
;
border
:
solid
1px
#eeeeee
;
}
}
...
...
public/css/themes/default.css.map
View file @
78c5e410
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/result-page.less
View file @
78c5e410
...
@@ -464,6 +464,7 @@ footer {
...
@@ -464,6 +464,7 @@ footer {
border: 1px dotted lightgrey;
border: 1px dotted lightgrey;
padding: 5px;
padding: 5px;
max-width: 150px;
max-width: 150px;
height: 210px;
a {
a {
color: #333;
color: #333;
}
}
...
@@ -522,10 +523,6 @@ footer {
...
@@ -522,10 +523,6 @@ footer {
a {
a {
margin-left: 3px;
margin-left: 3px;
}
}
.product {
height: 210px;
}
}
}
.result .description img {
.result .description img {
...
...
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