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
46d63213
Commit
46d63213
authored
Nov 01, 2016
by
Phil Höfer
Browse files
style fixes
parent
6b729d62
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
46d63213
...
...
@@ -6376,24 +6376,6 @@ button.close {
bottom
:
20px
;
}
}
.clearfix
,
.dl-horizontal
dd
,
.container
,
.container-fluid
,
.row
,
.form-horizontal
.form-group
,
.btn-toolbar
,
.btn-group-vertical
>
.btn-group
,
.nav
,
.navbar
,
.navbar-header
,
.navbar-collapse
,
.pager
,
.panel-body
,
.modal-header
,
.modal-footer
{
clear
:
both
;
}
.clearfix
:before
,
.clearfix
:after
,
.dl-horizontal
dd
:before
,
...
...
@@ -7243,9 +7225,6 @@ body > div {
margin
:
10px
15px
;
margin-top
:
0
;
}
nav-tabs
>
li
.active
{
border-bottom
:
0
;
}
.tab-pane.active
{
-moz-box-shadow
:
5px
5px
10px
0px
rgba
(
0
,
0
,
0
,
0.55
);
padding
:
10px
0
;
...
...
@@ -7289,16 +7268,12 @@ nav .input-group {
height
:
35px
;
padding
:
5px
0
;
}
header
nav
{
height
:
100%
;
}
header
ul
{
height
:
100%
;
vertical-align
:
middle
;
}
#research
nav
ul
>
li
{
width
:
20%
;
height
:
45px
;
vertical-align
:
middle
;
padding-left
:
15px
;
padding-right
:
15px
;
...
...
@@ -7316,7 +7291,6 @@ header ul {
position
:
fixed
;
top
:
0
;
width
:
100%
;
height
:
45px
;
z-index
:
500
;
width
:
80%
;
left
:
50%
;
...
...
@@ -7571,25 +7545,6 @@ footer {
footer
a
{
color
:
black
!important
;
}
/* Ein resetter für Floats */
.clearfix
,
.dl-horizontal
dd
,
.container
,
.container-fluid
,
.row
,
.form-horizontal
.form-group
,
.btn-toolbar
,
.btn-group-vertical
>
.btn-group
,
.nav
,
.navbar
,
.navbar-header
,
.navbar-collapse
,
.pager
,
.panel-body
,
.modal-header
,
.modal-footer
{
clear
:
both
;
}
/* Placeholder für ladende Tabs */
.loader
{
text-align
:
center
;
...
...
public/css/themes/default.css.map
View file @
46d63213
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/result-page.less
View file @
46d63213
...
...
@@ -18,12 +18,6 @@
margin-top: 0;
}
.nav-tabs > li.active {}
nav-tabs > li.active {
border-bottom: 0;
}
.tab-pane.active {
-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.55);
padding: 10px 0;
...
...
@@ -81,9 +75,6 @@ nav .input-group {
padding: 5px 0;
}
header nav {
height: 100%;
}
header ul {
height: 100%;
...
...
@@ -92,7 +83,7 @@ header ul {
#research nav ul > li {
width: 20%;
height: 45px;
//
height: 45px;
vertical-align: middle;
padding-left: 15px;
padding-right: 15px;
...
...
@@ -113,7 +104,7 @@ header ul {
position: fixed;
top: 0;
width: 100%;
height: 45px;
//
height: 45px;
z-index: 500;
width: 80%;
left: 50%;
...
...
@@ -436,13 +427,6 @@ footer a {
}
/* Ein resetter für Floats */
.clearfix {
clear: both;
}
/* Placeholder für ladende Tabs */
.loader {
...
...
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