Author: admitriev
Date: 2010-07-06 10:28:25 -0400 (Tue, 06 Jul 2010)
New Revision: 17741
Added:
management/design-4x/panelBar/panelBar.html
Log:
Added: management/design-4x/panelBar/panelBar.html
===================================================================
--- management/design-4x/panelBar/panelBar.html (rev 0)
+++ management/design-4x/panelBar/panelBar.html 2010-07-06 14:28:25 UTC (rev 17741)
@@ -0,0 +1,60 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
+
+<html>
+<head>
+ <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_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*/;}
+
+
+</style>
+</head>
+
+<body style="margin : 30px">
+
+ <div class="pb_container">
+ <div class="pb_label">
+ <div class="pb_label_content">
+ Level 1
+ </div>
+ </div>
+ <div class="pb_label">
+ <div class="pb_label_content">
+ Level 2
+ </div>
+ </div>
+ <div class="pb_label">
+ <div class="pb_label_content">
+ Level 3
+ </div>
+ </div>
+ <div class="pb_label">
+ <div class="pb_label_content">
+ 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>
+ </div>
+ <div class="pb_label pb_label_last">
+ <div class="pb_label_content">
+ Level 5
+ </div>
+ </div>
+ </div>
+
+
+
+
+
+</body>
+</html>
Show replies by date