Css media query changed

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@128444 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2016-05-03 16:07:55 +00:00
parent 64d9692b24
commit 1c16342d8d
2 changed files with 30 additions and 5 deletions

View File

@ -5,9 +5,6 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/target/generated-sources/gwt"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="fileupload-progress-bar-1.4.1-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/fileupload-progress-bar/fileupload-progress-bar">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>
<property name="context-root" value="share-updates"/>
</wb-module>

View File

@ -1,4 +1,24 @@
@media screen and (max-width: 1450px) {
@media screen and (max-width: 1430px) {
select.wizardListbox {
width: 65% !important;
background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top;
border-color: #BBB;
color: #444;
font-size: 12px;
border-width: 1px;
border-style: solid;
cursor: pointer;
cursor: hand;
margin-left: 0px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-top: 2px;
margin-bottom: 5px;
}
}
@media screen and (max-width: 1200px) {
select.wizardListbox {
width: 60% !important;
background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top;
@ -98,7 +118,7 @@ td>form {
width: 95%;
}
@media screen and (min-width: 1300px) {
@media screen and (min-width: 1430px) {
.upload-btn-m {
margin-right: 10px;
margin-bottom: 15px;
@ -106,6 +126,14 @@ td>form {
}
}
@media screen and (min-width: 1200px) {
.upload-btn-m {
margin-right: 10px;
margin-bottom: 15px;
width: 35px;
}
}
.upload-btn-m {
margin-right: 10px;
margin-bottom: 15px;