Skip to content
Snippets Groups Projects
Commit ddc2f3a9 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '949-startpage-style-not-working-in-ie11' into 'development'

Resolve "Startpage style not working in IE11"

Closes #949

See merge request !1554
parents 35bc6fd9 fea4a188
No related branches found
No related tags found
2 merge requests!1556Development,!1554Resolve "Startpage style not working in IE11"
...@@ -376,11 +376,14 @@ a { ...@@ -376,11 +376,14 @@ a {
/**/ /**/
//min-width: @additions-width-min; //min-width: @additions-width-min;
max-width: @additions-width-max; max-width: @additions-width-max;
width: 100%;
height: 100%;
#search-settings { #search-settings {
display: none; display: none;
} }
#quicktips { #quicktips {
height: 100%; height: 100%;
width: 100%;
iframe{ iframe{
height: 100%; height: 100%;
width: 100%; width: 100%;
...@@ -700,4 +703,4 @@ footer.resultPageFooter { ...@@ -700,4 +703,4 @@ footer.resultPageFooter {
.settings-checkbox .settings-icon { .settings-checkbox .settings-icon {
margin-left: 5px; margin-left: 5px;
font-size: 1em; font-size: 1em;
} }
\ No newline at end of file
...@@ -86,9 +86,10 @@ ...@@ -86,9 +86,10 @@
margin: 0; margin: 0;
} }
> img { > img {
width: 2.3em; max-width: 2.3em;
} }
> div.teaser { > div.teaser {
width: 100%;
font-size: .7em; font-size: .7em;
text-align: justify; text-align: justify;
hyphens: auto; hyphens: auto;
...@@ -108,4 +109,4 @@ ...@@ -108,4 +109,4 @@
color: green; color: green;
} }
} }
} }
\ No newline at end of file
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