Skip to content
Snippets Groups Projects
Commit a4e3cfb1 authored by anonymous's avatar anonymous
Browse files

ODPSH-466

parent 542d29ed
No related branches found
No related tags found
No related merge requests found
...@@ -207,6 +207,17 @@ input[type=radio], input[type=checkbox] { ...@@ -207,6 +207,17 @@ input[type=radio], input[type=checkbox] {
padding-left: 0px; padding-left: 0px;
} }
@media (max-width: 767px){
.primary{
padding-left: 0px;
width: 100%;
margin-left: 0;
}
.primary.span9{
width: 100%;
}
}
.wrapper { .wrapper {
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
-moz-box-shadow: none !important; -moz-box-shadow: none !important;
...@@ -468,6 +479,11 @@ a:hover.organization-item ,a:focus.organization-item ...@@ -468,6 +479,11 @@ a:hover.organization-item ,a:focus.organization-item
text-decoration: none; text-decoration: none;
} }
.dataset-spacer{
display: table-cell;
width: 25px;
}
.dataset-empty { .dataset-empty {
margin-right: 30px; margin-right: 30px;
color: darkgrey; color: darkgrey;
...@@ -475,12 +491,26 @@ a:hover.organization-item ,a:focus.organization-item ...@@ -475,12 +491,26 @@ a:hover.organization-item ,a:focus.organization-item
.dataset-meta { .dataset-meta {
width: 225px; width: 225px;
/* width: 30%; */
height: 100%; height: 100%;
display: table-cell; display: table-cell;
position: relative; position: relative;
} }
@media (max-width: 719px)
{
.dataset-content {
width: 100%;
display: block;
}
.dataset-meta {
width: 100%;
display: block;
}
.dataset-spacer{
display: none;
}
}
ul.dataset-resources { ul.dataset-resources {
margin: 0px 0px 10px 0px; margin: 0px 0px 10px 0px;
} }
...@@ -1439,7 +1469,10 @@ element.style { ...@@ -1439,7 +1469,10 @@ element.style {
display: inherit; display: inherit;
} }
@media (max-width: 767px){ @media (max-width: 767px){
aside.secondary.span3{ #dataset-map {
display: none;
}
#dataset-map {
display: none; display: none;
} }
} }
...@@ -1470,20 +1503,9 @@ display: none; ...@@ -1470,20 +1503,9 @@ display: none;
width:auto; width:auto;
padding: 6px; padding: 6px;
} }
.filter-list .filtered.pill,
.filter-list .filtered.pill .fa{
background-color: #003064;
color:white;
}
.filtered.pill.error{
background-color: #d4004b;
}
.site-title{ .site-title{
color:black; color:black;
/* text-align:center; */
/* margin-top: 40px;
margin-left: 400px; */
font-size: 2.5rem; font-size: 2.5rem;
margin-top: 30px; margin-top: 30px;
color: #333; color: #333;
...@@ -1492,6 +1514,30 @@ line-height: 1.47; ...@@ -1492,6 +1514,30 @@ line-height: 1.47;
font-weight: 100; font-weight: 100;
} }
@media (max-width: 767px){
.logo img{
height: 25px;
width:auto;
padding: 6px;
}
.site-title{
font-size: 1.5rem;
margin-top: 15px;
color: #333;
line-height: 1.0;
}
}
.filter-list .filtered.pill,
.filter-list .filtered.pill .fa{
background-color: #003064;
color:white;
}
.filtered.pill.error{
background-color: #d4004b;
}
.share-links { .share-links {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
...@@ -1681,7 +1727,8 @@ a:hover.tooltips_cls span { ...@@ -1681,7 +1727,8 @@ a:hover.tooltips_cls span {
#testsystem #testsystem
{ position:fixed; padding:0 65px 0 65px; top:40px; right:-60px; background-color:#a60000; color:#fff; { position:fixed; padding:0 65px 0 65px; top:40px; right:-60px; background-color:#a60000; color:#fff;
font-size:1em; z-index:100; transform:rotate(+45deg); text-align:center; font-weight:bolder; border:#c14646; font-size:1em; z-index:100; transform:rotate(+45deg); text-align:center; font-weight:bolder; border:#c14646;
border-style:dashed; border-width:1px border-style:dashed; border-width:1px ;
pointer-events: none;
} }
#testsystem p { margin:0 } #testsystem p { margin:0 }
...@@ -1783,11 +1830,6 @@ p.package-info-categorie ...@@ -1783,11 +1830,6 @@ p.package-info-categorie
margin-bottom: 0px; margin-bottom: 0px;
} }
.dataset-spacer{
display: table-cell;
width: 25px;
}
.multiselect-native-select, .multiselect-native-select,
.multiselect-native-select .btn-group .multiselect-native-select .btn-group
{ {
...@@ -2083,3 +2125,26 @@ p.package-info-categorie ...@@ -2083,3 +2125,26 @@ p.package-info-categorie
.datarequest .dataset-form .row-fluid .span6 { .datarequest .dataset-form .row-fluid .span6 {
width: 715px; width: 715px;
} }
@media (max-width: 767px)
{
[role=main] .secondary.span3 {
float: none;
display: block;
width: 100%;
margin-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
}
@media (max-width: 767px)
{
.masthead .container,
body {
padding-left: 0px;
padding-right: 0px;
}
}
\ No newline at end of file
...@@ -86,6 +86,7 @@ default_extent="{ \"type\": \"Polygon\", \"coordinates\": [[[7.6574,53.1632],[11 ...@@ -86,6 +86,7 @@ default_extent="{ \"type\": \"Polygon\", \"coordinates\": [[[7.6574,53.1632],[11
</div> </div>
</nav> </nav>
</section> </section>
<a class="close no-text hide-filters"><i class="fa fa-times-circle"></i><span class="text">close</span></a>
{% endblock %} {% endblock %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment