diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 69da3c6..f626108 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -8,9 +8,6 @@ uses - - uses - diff --git a/src/main/webapp/workspaceportlet.css b/src/main/webapp/workspaceportlet.css index 8f74346..fef4833 100644 --- a/src/main/webapp/workspaceportlet.css +++ b/src/main/webapp/workspaceportlet.css @@ -6,104 +6,6 @@ @import url(workspacebootstrap.min.css); -.gwt-DialogBoxNew -{ - border: 8px solid #dfe8f6; - border-radius: 6px 6px 6px 6px; - box-shadow: none; - line-height: 7px; - opacity: 1; - z-index: 1000; - background-color : #FFFFFF; -} - -.gwt-DialogBoxNew .Caption { - background: none repeat scroll 0 0 #dfe8f6; - border: medium none #D4D4D4; - cursor: default; - font-family: Arial Unicode MS, Arial, sans-serif !important; - font-size: 18px; - font-weight: 400; - line-height: 27px; - padding:2px 0px 0px 0px; -} -.gwt-DialogBoxNew .dialogContent { -} -.gwt-DialogBoxNew .dialogMiddleCenter { - padding: 3px; - background: white; -} -.gwt-DialogBoxNew .dialogBottomCenter { - -} -.gwt-DialogBoxNew .dialogMiddleLeft { -/* background: url(images/vborder.png) repeat-y -31px 0px; */ - -} -.gwt-DialogBoxNew .dialogMiddleRight { - /* background: url(images/vborder.png) repeat-y -32px 0px; - - -} -.gwt-DialogBoxNew .dialogTopLeftInner { - width: 10px; - height: 8px; - zoom: 1; - background: none repeat scroll 0 0 #E4E4E4; -} -.gwt-DialogBoxNew .dialogTopRightInner { - width: 12px; - zoom: 1; - background: none repeat scroll 0 0 #E4E4E4; -} -.gwt-DialogBoxNew .dialogBottomLeftInner { - width: 10px; - height: 12px; - zoom: 1; -} -.gwt-DialogBoxNew .dialogBottomRightInner { - width: 12px; - height: 12px; - zoom: 1; -}*/ -.gwt-DialogBoxNew .dialogTopLeft { - /* background: url(images/circles.png) no-repeat -20px 0px; - -background: url(images/circles_ie6.png) no-repeat -20px 0px; */ - background: none repeat scroll 0 0 #E4E4E4; -} -.gwt-DialogBoxNew .dialogTopRight { -/* background: url(images/circles.png) no-repeat -28px 0px; - -background: url(images/circles_ie6.png) no-repeat -28px 0px; */ - background: none repeat scroll 0 0 #E4E4E4; -} -.gwt-DialogBoxNew .dialogBottomLeft { -/* background: url(images/circles.png) no-repeat 0px -36px; - -background: url(images/circles_ie6.png) no-repeat 0px -36px; */ -} -.gwt-DialogBoxNew .dialogBottomRight { -/* background: url(images/circles.png) no-repeat -8px -36px; - -background: url(images/circles_ie6.png) no-repeat -8px -36px; */ -} - -#SearchAndFilter { - background-color: #d0def0; - /* Mozilla Firefox */ -/* background-image: -moz-linear-gradient(top, #DFEAF8 0%, #d0def0 100%); */ -/* /* Webkit (Safari/Chrome 10) */ - */ - /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DFEAF8), */ -/* color-stop(1, #d0def0)); */ -/* /* Webkit (Chrome 11+) */ - */ - /* background-image: -webkit-linear-gradient(top, #DFEAF8 0%, #d0def0 100%); */ -/* /* W3C Markup, IE10 Release Preview */ - */ - /* background-image: linear-gradient(to bottom, #DFEAF8 0%, #d0def0 100%); */ -/* /* IE10 Consumer Preview */ - */ - /* background-image: -ms-linear-gradient(top, #DFEAF8 0%, #d0def0 100%); */ -} - #VerticalPanelSearchAndFilter table { background: none repeat scroll 0 0 #D0DEF0; }