fixed css
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@128789 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
95bcf1dbc5
commit
a45f629068
|
@ -1,15 +1,3 @@
|
||||||
@media screen and (max-width: 1430px) {
|
|
||||||
.upload-btn-m {
|
|
||||||
width: 40px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1200px) {
|
|
||||||
.upload-btn-m {
|
|
||||||
width: 35px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1050px) {
|
@media screen and (max-width: 1050px) {
|
||||||
select.wizardListbox {
|
select.wizardListbox {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
@ -43,6 +31,9 @@
|
||||||
.share-updates-photo-cell {
|
.share-updates-photo-cell {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.share-updates-table {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment-container-full-width {
|
.attachment-container-full-width {
|
||||||
|
@ -338,7 +329,7 @@ a.link:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
select.wizardListbox {
|
select.wizardListbox {
|
||||||
width: 70%;
|
width: 65%;
|
||||||
background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top;
|
background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top;
|
||||||
border-color: #BBB;
|
border-color: #BBB;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
|
Loading…
Reference in New Issue