diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 5c724ef..bbf0648 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -5,9 +5,6 @@ - - uses - diff --git a/src/main/webapp/ShareUpdates.css b/src/main/webapp/ShareUpdates.css index 2b39bf6..4c280ad 100644 --- a/src/main/webapp/ShareUpdates.css +++ b/src/main/webapp/ShareUpdates.css @@ -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;