diff --git a/public/css/style.css b/public/css/style.css index a92aca55a71c4d25c19b6915e736c382adc4d14d..a3345e22b86dbafd941f1630875c5b4a2bcfef73 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 26637f7121fdcf42fd784b03c39533c2b02d8a45..d25c3961fa787630ac9a52bba5b4968a9ec7d73e 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; }