improved in phone version
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@128763 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5d922b5a8b
commit
05be715ba6
|
@ -16,6 +16,12 @@
|
|||
margin-top: 2px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.upload-btn-m {
|
||||
margin-right: 10px;
|
||||
margin-bottom: 15px;
|
||||
width: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
|
@ -36,6 +42,12 @@
|
|||
margin-top: 2px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.upload-btn-m {
|
||||
margin-right: 10px;
|
||||
margin-bottom: 15px;
|
||||
width: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 979px) {
|
||||
|
@ -82,6 +94,9 @@
|
|||
border-color: red;
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
.share-updates-photo-cell {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.attachment-container-full-width {
|
||||
|
@ -118,22 +133,6 @@ td>form {
|
|||
width: 95%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1430px) {
|
||||
.upload-btn-m {
|
||||
margin-right: 10px;
|
||||
margin-bottom: 15px;
|
||||
width: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
@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;
|
||||
|
|
Loading…
Reference in New Issue