updated css to make textbox and button 50% screeen

master r5.5.0
Massimiliano Assante 3 years ago
parent 28c699b404
commit 2fed7bccf5

@ -3,6 +3,14 @@
width: 100%;
}
input#inputQueryCatalogue.input-large {
width: 69%;
}
#searchCatalogueButton {
width: 29%;
}
.input-catalogue {
text-align: center;
width: 100%;
@ -20,6 +28,7 @@
.catalogue-table-cell {
display: table-cell;
width: 47%;
padding: 0;
}
@ -30,7 +39,7 @@
}
.media-heading-homepage {
font-size: 14px;
font-size: 11px;
hyphens: auto;
line-height: 1.3;
}
@ -42,11 +51,11 @@
overflow: hidden;
position: relative;
text-align: center;
width: 130px;
width: 90px;
}
.logo-homepage {
max-height: 60px;
max-height: 30px;
}
div.catstats {

Loading…
Cancel
Save