From e405c2e8bb54ef9154c58c587480fe4901011fae Mon Sep 17 00:00:00 2001 From: Karl <Karl Hasselbring> Date: Wed, 28 Sep 2016 09:02:09 +0200 Subject: [PATCH] =?UTF-8?q?L=C3=B6schen=20leerer=20anweisungen=20und=20ums?= =?UTF-8?q?ortierung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 50 ++++++++++++++++------------------ public/css/styleResultPage.css | 10 ------- 2 files changed, 24 insertions(+), 36 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index a92aca55a..a3345e22b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -2,18 +2,6 @@ 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 { color: inherit; } @@ -27,8 +15,6 @@ li#info { white-space: pre-line; } -a.hidden-xs {} - .navbar-default { background-color: white; border-radius: 0; @@ -39,6 +25,30 @@ a.hidden-xs {} 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 { padding: 10px; box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.55); @@ -51,10 +61,6 @@ body > div { padding-top: 70px; } -.input-group-addon { - padding: 0; -} - footer ul.list-inline { width: 100%; } @@ -89,14 +95,6 @@ body ul { margin-top: 10px; } -.form-group { - font-family: sans-serif; - font-size: 16px; - color: black; - background-color: transparent; - text-align: center; -} - fieldset input[type=text] { width: 100%; padding-left: 10px; diff --git a/public/css/styleResultPage.css b/public/css/styleResultPage.css index 26637f712..d25c3961f 100644 --- a/public/css/styleResultPage.css +++ b/public/css/styleResultPage.css @@ -26,8 +26,6 @@ nav-tabs > li.active { /* Hier der Style für unsere Suchleiste */ -#researchBar {} - .tab-pane .alert { margin: 10px 0; padding: 5px 15px; @@ -52,8 +50,6 @@ nav-tabs > li.active { display: block; } -#research * {} - #research ul.list-inline { margin-left: 0; width: 100%; @@ -438,12 +434,6 @@ a:hover { /* Hier der Style für die Werbeboxen */ -.result.ad {} - -.result.ad .link a {} - -.result.ad .description {} - .result.ad .hoster { color: green; } -- GitLab