Commit 058f9b3c authored by Ivan Tyagov's avatar Ivan Tyagov

Make top, right search button clickable

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35011 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7f4e86b2
...@@ -555,10 +555,10 @@ button#input-save-view span.image {\n ...@@ -555,10 +555,10 @@ button#input-save-view span.image {\n
/* ## form styling #################################### start # */\n /* ## form styling #################################### start # */\n
\n \n
.search_button {\n .search_button {\n
\n /*\n
\tbackground: url(../km_img/bt-qsearch.gif) no-repeat transparent;\n \tbackground: url(../km_img/bt-qsearch.gif) no-repeat transparent;\n
\ttext-indent:-999999px;\n \ttext-indent:-999999px;\n
\n */\n
}\n }\n
\n \n
.search_button:hover {\n .search_button:hover {\n
......
...@@ -1038,7 +1038,9 @@ margin-top:11px;\n ...@@ -1038,7 +1038,9 @@ margin-top:11px;\n
\tpadding:0;\n \tpadding:0;\n
\twidth:20px;\n \twidth:20px;\n
\theight:20px;\n \theight:20px;\n
\n \tbackground: url(../km_img/bt-qsearch.gif) no-repeat transparent;\n
\tdisplay:block;\n
\ttext-indent:-999999px;\n
}\n }\n
\n \n
#menu .navbar fieldset,\n #menu .navbar fieldset,\n
......
1362 1363
\ 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