Commit 2120738f authored by sbade's avatar sbade

added css for suggestion box scroll


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@38319 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1918fa85
...@@ -1237,16 +1237,16 @@ border-left: solid 1px #b4b4b4; ...@@ -1237,16 +1237,16 @@ border-left: solid 1px #b4b4b4;
/*start of smart filter CSS added by sachin 12 may 2015*/ /*start of smart filter CSS added by sachin 12 may 2015*/
#smartFilterMainOuterDiv #smartFilterMainOuterDiv
{ {
border-radius: 3px; border-radius: 3px;
border: 1px solid lightgray; border: 1px solid lightgray;
left: auto !important; left: auto !important;
right: 15px; right: 15px;
top: 300px; top: 300px;
z-index: 20; z-index: 20;
background: none repeat scroll 0% 0% #FFF; background: none repeat scroll 0% 0% #FFF;
box-shadow: 1px 3px 6px 3px rgba(142,142,142,.25); box-shadow: 1px 3px 6px 3px rgba(142,142,142,.25);
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
} }
/*end */ /*end */
...@@ -1438,12 +1438,3 @@ color: #999; !important; ...@@ -1438,12 +1438,3 @@ color: #999; !important;
height: 250px; height: 250px;
} }
/*End Added new Code by sachin on 28 sep 15 for Showing scroll bar to auto suggest box of autocomplete filter */ /*End Added new Code by sachin on 28 sep 15 for Showing scroll bar to auto suggest box of autocomplete filter */
/*Start Added New CSS class for smartFilter Panel padding by Dhanendra on 03-12-2015 */
.outerVPanel
{
padding-left: 10px;
padding-top: 10px;
}
/*End Added New CSS class for smartFilter Panel padding by Dhanendra on 03-12-2015 */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment