Author: admitriev
Date: 2010-08-05 06:01:06 -0400 (Thu, 05 Aug 2010)
New Revision: 18487
Modified:
management/design-4x/panelBar/panelBar.html
Log:
Modified: management/design-4x/panelBar/panelBar.html
===================================================================
--- management/design-4x/panelBar/panelBar.html 2010-08-05 09:50:58 UTC (rev 18486)
+++ management/design-4x/panelBar/panelBar.html 2010-08-05 10:01:06 UTC (rev 18487)
@@ -5,10 +5,8 @@
<title>Untitled</title>
<style>
-.pb_container {width : 300px /*visible modal panel width*/; border : 1px solid #a6a6a6
/*panelBorderColor*/; 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-right : 20px; padding-left : 10px; padding-bottom : 7px;}
-.pb_label_last { border-bottom : 0px;}
-.pb_label_content {padding-top : 8px; font-weight : bold /*headerWeightFont*/; color :
#000000 /*headerTextColor*/; font-family : verdana /*headerFamilyFont*/; font-size : 11px
/*headerSizeFont*/;}
+.pb_container {width : 300px /*visible modal panel 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;}
.pb_content {position : relative; padding : 10px; color : #000000 /*generalTextColor*/;
font-family : verdana /*generalFamilyFont*/; font-size : 11px /*generalSizeFont*/;}
@@ -20,33 +18,33 @@
<body style="margin : 30px">
<div class="pb_container">
- <div class="pb_label">
- <div class="pb_label_content">
+ <div>
+ <div class="pb_label">
Level 1
</div>
</div>
- <div class="pb_label">
- <div class="pb_label_content">
+ <div>
+ <div class="pb_label">
Level 2
</div>
</div>
- <div class="pb_label">
- <div class="pb_label_content">
+ <div>
+ <div class="pb_label">
Level 3
</div>
</div>
- <div class="pb_label">
- <div class="pb_label_content">
+ <div>
+ <div class="pb_label">
Level 4
</div>
- </div>
- <div class="pb_content_scroller">
- <div class="pb_content">
- Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here.
+ <div class="pb_content_scroller">
+ <div class="pb_content">
+ Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here. Content will be here. Content will be
here. Content will be here. Content will be here.
+ </div>
</div>
</div>
- <div class="pb_label pb_label_last">
- <div class="pb_label_content">
+ <div>
+ <div class="pb_label">
Level 5
</div>
</div>