Commit 071ff807 authored by Ivan Tyagov's avatar Ivan Tyagov

Small buttons CSS.

Add script description.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44427 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 491633a6
...@@ -52,6 +52,8 @@ ...@@ -52,6 +52,8 @@
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>"""\n <value> <string>"""\n
Return default rendering of Web Site for KM.\n Return default rendering of Web Site for KM.\n
This will assure that both default "view" and website_module/xxx/view \n
are consistentin web_mode of a KM site with default CustomRenderMethodId defined.\n
"""\n """\n
return context()\n return context()\n
</string> </value> </string> </value>
......
...@@ -1300,6 +1300,7 @@ button.formbt, \n ...@@ -1300,6 +1300,7 @@ button.formbt, \n
button.formbt > span,\n button.formbt > span,\n
button.bt-med, \n button.bt-med, \n
button.bt-med span,\n button.bt-med span,\n
a.bt-small,\n
#stick-gadgets,\n #stick-gadgets,\n
#unstick-gadgets,\n #unstick-gadgets,\n
#add-gadgets {\n #add-gadgets {\n
...@@ -1317,7 +1318,8 @@ button.bt-med span,\n ...@@ -1317,7 +1318,8 @@ button.bt-med span,\n
#unstick-gadgets:hover,\n #unstick-gadgets:hover,\n
#add-gadgets:hover,\n #add-gadgets:hover,\n
button.formbt:hover span,\n button.formbt:hover span,\n
button.bt-med:hover span{\n button.bt-med:hover span,\n
a.bt-small:hover{\n
color: #828282;\n color: #828282;\n
}\n }\n
\n \n
......
1783 1784
\ 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