Skip to content
Snippets Groups Projects
Commit 9c09fc93 authored by Karl's avatar Karl
Browse files

Löschen leerer anweisungen und umsortierung

parent 2bd22385
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -2,18 +2,6 @@ ...@@ -2,18 +2,6 @@
font-family: Liberation Sans, sans-serif; font-family: Liberation Sans, sans-serif;
} }
.mg-panel {
text-align: left;
margin: 0 auto;
margin-top: 20px;
padding: 10px 20px;
margin-bottom: 0;
background-color: white;
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
label a { label a {
color: inherit; color: inherit;
} }
...@@ -27,8 +15,6 @@ li#info { ...@@ -27,8 +15,6 @@ li#info {
white-space: pre-line; white-space: pre-line;
} }
a.hidden-xs {}
.navbar-default { .navbar-default {
background-color: white; background-color: white;
border-radius: 0; border-radius: 0;
...@@ -39,6 +25,30 @@ a.hidden-xs {} ...@@ -39,6 +25,30 @@ a.hidden-xs {}
margin-right: 0; margin-right: 0;
} }
.mg-panel {
text-align: left;
margin: 0 auto;
margin-top: 20px;
padding: 10px 20px;
margin-bottom: 0;
background-color: white;
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.input-group-addon {
padding: 0;
}
.form-group {
font-family: sans-serif;
font-size: 16px;
color: black;
background-color: transparent;
text-align: center;
}
section { section {
padding: 10px; padding: 10px;
box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.55); box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.55);
...@@ -51,10 +61,6 @@ body > div { ...@@ -51,10 +61,6 @@ body > div {
padding-top: 70px; padding-top: 70px;
} }
.input-group-addon {
padding: 0;
}
footer ul.list-inline { footer ul.list-inline {
width: 100%; width: 100%;
} }
...@@ -89,14 +95,6 @@ body ul { ...@@ -89,14 +95,6 @@ body ul {
margin-top: 10px; margin-top: 10px;
} }
.form-group {
font-family: sans-serif;
font-size: 16px;
color: black;
background-color: transparent;
text-align: center;
}
fieldset input[type=text] { fieldset input[type=text] {
width: 100%; width: 100%;
padding-left: 10px; padding-left: 10px;
......
...@@ -26,8 +26,6 @@ nav-tabs > li.active { ...@@ -26,8 +26,6 @@ nav-tabs > li.active {
/* Hier der Style für unsere Suchleiste */ /* Hier der Style für unsere Suchleiste */
#researchBar {}
.tab-pane .alert { .tab-pane .alert {
margin: 10px 0; margin: 10px 0;
padding: 5px 15px; padding: 5px 15px;
...@@ -52,8 +50,6 @@ nav-tabs > li.active { ...@@ -52,8 +50,6 @@ nav-tabs > li.active {
display: block; display: block;
} }
#research * {}
#research ul.list-inline { #research ul.list-inline {
margin-left: 0; margin-left: 0;
width: 100%; width: 100%;
...@@ -438,12 +434,6 @@ a:hover { ...@@ -438,12 +434,6 @@ a:hover {
/* Hier der Style für die Werbeboxen */ /* Hier der Style für die Werbeboxen */
.result.ad {}
.result.ad .link a {}
.result.ad .description {}
.result.ad .hoster { .result.ad .hoster {
color: green; color: green;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment