Commit f1b6f273 authored by Ivan Tyagov's avatar Ivan Tyagov

Rather than copy and paste ZPT libraries from generic knowledge pad bt5 and...

Rather than copy and paste ZPT libraries from generic knowledge pad bt5 and adjust HTML improve generic bt5 to make it possible to reuse it with only CSS styles.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35514 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5540bd9c
...@@ -279,32 +279,32 @@ p.pub {\n ...@@ -279,32 +279,32 @@ p.pub {\n
\n \n
}\n }\n
\n \n
#tabs ul li.active, #tabs ul li:hover {\n #tabs ul li.tab_selected, #tabs ul li:hover {\n
\n \n
\tbackground-position: 0 0;\n \tbackground-position: 0 0;\n
\n \n
}\n }\n
\n \n
#tabs ul li.active span, #tabs ul li:hover span {\n #tabs ul li.tab_selected span, #tabs ul li:hover span {\n
\n \n
\tbackground-position: 100% 0;\n \tbackground-position: 100% 0;\n
\n \n
}\n }\n
\n \n
#tabs ul li.active:hover {\n #tabs ul li.tab_selected:hover {\n
\n \n
\tbackground-position: 0 -22px;\n \tbackground-position: 0 -22px;\n
\tcolor:#fff;\n \tcolor:#fff;\n
\n \n
}\n }\n
\n \n
#tabs ul li.active:hover span {\n #tabs ul li.tab_selected:hover span {\n
\n \n
\tbackground-position: 100% -22px;\n \tbackground-position: 100% -22px;\n
\n \n
}\n }\n
\n \n
#tabs ul li.active:hover span a { color:#fafafa; }\n #tabs ul li.tab_selected:hover span a { color:#fafafa; }\n
\n \n
#tabs ul li span a { color: #e2e0d2; }\n #tabs ul li span a { color: #e2e0d2; }\n
\n \n
...@@ -314,6 +314,28 @@ p.pub {\n ...@@ -314,6 +314,28 @@ p.pub {\n
\n \n
}\n }\n
\n \n
/* Rename & Remove pad buttons */\n
#tabs li span.rename_tab_dialog_image{\n
background: none;\n
margin-left: -40px;\n
}\n
\n
#tabs li span.remove_tab_dialog_image{\n
background: none;\n
margin-left: -25px;\n
}\n
\n
/* Add new tab link */\n
#add_new_tab_dialog_link{\n
background: url("km_img/bullet.png") no-repeat 0 7px!important;\n
color: #9D968D!important;\n
padding-top: 4px!important;\n
margin-left: 10px!important;\n
padding-left:13px !important;\n
font-size: 8pt;\n
font-weight: normal;\n
}\n
\n
#navigation_table a, #navigation_table #tabs_switcher{\n #navigation_table a, #navigation_table #tabs_switcher{\n
\n \n
color:#9D968D;\n color:#9D968D;\n
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</item> </item>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts74084052.19</string> </value> <value> <string>ts74431602.59</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -89,17 +89,45 @@ div.edit-form button{\n ...@@ -89,17 +89,45 @@ div.edit-form button{\n
overflow: auto;\n overflow: auto;\n
}\n }\n
\n \n
/* Add gadgets link */\n
#add_new_gadget_link{\n
margin-top:13px;\n
padding:0; \n
}\n
\n
#add-gadgets{\n
border-bottom: none;\n
float:right;\n
background: url("km_img/bt-add.png") no-repeat 0 0px;\n
margin-top:0px;\n
padding:0;\n
width:72px;\n
height:18px;\n
cursor: pointer;\n
}\n
\n \n
#add_new_tab_dialog_link{\n #add-gadgets span{\n
/*line-height: 22px;*/\n display: none;\n
padding-left: 10px;\n
}\n }\n
\n \n
#add_new_gadget_link{\n /* Stick gadget */\n
padding-top:15px;\n #stick-gadgets{\n
border-bottom: none;\n border-bottom: none;\n
float:right;\n float:right;\n
width:auto;\n background: url("km_img/bt-stick.png") no-repeat 0 0px;\n
margin-top:0px;\n
padding:0;\n
width:55px;\n
height:18px;\n
cursor: pointer;\n
}\n
#stick-gadgets a{\n
height:17px;\n
width:72px;\n
}\n
\n
#stick-gadgets span{\n
display: none;\n
}\n }\n
\n \n
\n \n
...@@ -249,10 +277,6 @@ h3.handle span.handle {\n ...@@ -249,10 +277,6 @@ h3.handle span.handle {\n
}\n }\n
\n \n
\n \n
#add_new_gadget_link {\n
border-bottom: none;\n
}\n
\n
#page_wrapper .content{\n #page_wrapper .content{\n
border: none;\n border: none;\n
}\n }\n
...@@ -326,7 +350,7 @@ div.block fieldset label{\n ...@@ -326,7 +350,7 @@ div.block fieldset label{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>4944</int> </value> <value> <int>5335</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
1409 1410
\ No newline at end of file \ 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