diff --git a/src/main/webapp/ShareUpdates.css b/src/main/webapp/ShareUpdates.css index dc56d98..a130ad0 100644 --- a/src/main/webapp/ShareUpdates.css +++ b/src/main/webapp/ShareUpdates.css @@ -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) { select.wizardListbox { width: 100% !important; @@ -43,6 +31,9 @@ .share-updates-photo-cell { display: none; } + .share-updates-table { + width: 100% !important; + } } .attachment-container-full-width { @@ -338,7 +329,7 @@ a.link:hover { } select.wizardListbox { - width: 70%; + width: 65%; background: #F2F2F2 url(images/white-grad.png) repeat-x scroll left top; border-color: #BBB; color: #444;