Author: admitriev
Date: 2010-08-05 07:19:05 -0400 (Thu, 05 Aug 2010)
New Revision: 18488
Modified:
management/design-4x/panelBar/panelBar.html
Log:
Modified: management/design-4x/panelBar/panelBar.html
===================================================================
--- management/design-4x/panelBar/panelBar.html 2010-08-05 10:01:06 UTC (rev 18487)
+++ management/design-4x/panelBar/panelBar.html 2010-08-05 11:19:05 UTC (rev 18488)
@@ -5,7 +5,7 @@
<title>Untitled</title>
<style>
-.pb_container {width : 300px /*visible modal panel width*/; border : 1px solid #a6a6a6
/*panelBorderColor*/; border-bottom : 0px; background : #FFFFFF
/*generalBackgroundColor*/;}
+.pb_container {width : 300px /*visible width*/; border : 1px solid #a6a6a6
/*panelBorderColor*/; border-bottom : 0px; background : #FFFFFF
/*generalBackgroundColor*/;}
.pb_label { border-bottom : 1px solid #a6a6a6 /*panelBorderColor*/; background :
url(images/bg_header.png) /*from headerGradientColor to headerBackgroundColor, picture
height 20px*/ repeat-x top left #C0D1E7 /*headerBackgroundColor*/; position : relative;
padding : 8px 10px 7px 10px;font-weight : bold /*headerWeightFont*/; color : #000000
/*headerTextColor*/; font-family : verdana /*headerFamilyFont*/; font-size : 11px
/*headerSizeFont*/; cursor : pointer;}
.pb_content_scroller { border-bottom : 1px solid #a6a6a6 /*panelBorderColor*/; height :
100px/*visible modal panel height minus header height*/; position : relative; overflow :
auto; overflow-x : hidden;}