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
40c239f8
Commit
40c239f8
authored
Nov 10, 2016
by
Phil Höfer
Browse files
quadratische tabs
parent
8f544321
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
40c239f8
...
@@ -7205,6 +7205,9 @@ nav h1 {
...
@@ -7205,6 +7205,9 @@ nav h1 {
body
>
div
{
body
>
div
{
padding-top
:
70px
;
padding-top
:
70px
;
}
}
.nav-tabs
>
li
>
a
{
border-radius
:
0
;
}
.tab-content
{
.tab-content
{
padding-top
:
10px
;
padding-top
:
10px
;
}
}
...
@@ -7319,7 +7322,7 @@ nav .input-group {
...
@@ -7319,7 +7322,7 @@ nav .input-group {
.content-wrapper
{
.content-wrapper
{
width
:
80%
;
width
:
80%
;
margin
:
0
auto
;
margin
:
0
auto
;
padding-top
:
60
px
;
padding-top
:
48
px
;
/* padding: 10px; */
/* padding: 10px; */
background-color
:
white
;
background-color
:
white
;
box-shadow
:
1px
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3
);
box-shadow
:
1px
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3
);
...
...
public/css/themes/default.css.map
View file @
40c239f8
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/result-page.less
View file @
40c239f8
.nav-tabs > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.tab-content {
.tab-content {
padding-top: 10px;
padding-top: 10px;
}
}
...
@@ -139,7 +145,7 @@ nav .input-group {
...
@@ -139,7 +145,7 @@ nav .input-group {
.content-wrapper {
.content-wrapper {
width: 80%;
width: 80%;
margin: 0 auto;
margin: 0 auto;
padding-top:
60
px;
padding-top:
48
px;
/* padding: 10px; */
/* padding: 10px; */
background-color: white;
background-color: white;
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
...
...
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