Commit ee430cf3 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix elements hover style.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36402 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c941634
...@@ -379,7 +379,7 @@ button#input-save-view span.image {\n ...@@ -379,7 +379,7 @@ button#input-save-view span.image {\n
\n \n
\n \n
/* ## form styling #################################### start # */\n /* ## form styling #################################### start # */\n
\n .meta input.search_button:hover,\n
.search_button:hover {\n .search_button:hover {\n
\tbackground-position: 0 100%;\n \tbackground-position: 0 100%;\n
}\n }\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>ts76695040.05</string> </value> <value> <string>ts76696710.23</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -225,6 +225,11 @@ div.block table.listbox button.sort_button:hover{\n ...@@ -225,6 +225,11 @@ div.block table.listbox button.sort_button:hover{\n
color: #FFFFFF;\n color: #FFFFFF;\n
}\n }\n
\n \n
div.block div.listbox_footer_box{\n
width: auto;\n
float:right;\n
}\n
\n
/* Add gadgets link */\n /* Add gadgets link */\n
#add_new_gadget_link{\n #add_new_gadget_link{\n
margin-top:13px;\n margin-top:13px;\n
...@@ -492,7 +497,7 @@ div.block div.adminToolbox .inner label{\n ...@@ -492,7 +497,7 @@ div.block div.adminToolbox .inner label{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>8009</int> </value> <value> <int>8076</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -527,6 +527,11 @@ ul.language_box .selected img {\n ...@@ -527,6 +527,11 @@ ul.language_box .selected img {\n
\n \n
}\n }\n
\n \n
ul.language_box .not_selected img:hover{\n
border: 1px solid #808080;\n
padding:2px;\n
}\n
\n
ul.widget_management_box{\tpadding: 0 0px 0 0;}\n ul.widget_management_box{\tpadding: 0 0px 0 0;}\n
\n \n
ul.widget_management_box a {float:left;}\n ul.widget_management_box a {float:left;}\n
......
...@@ -272,7 +272,9 @@ ...@@ -272,7 +272,9 @@
</item> </item>
<item> <item>
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>default_now</string> </key> <key> <string>default_now</string> </key>
...@@ -284,7 +286,7 @@ ...@@ -284,7 +286,7 @@
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
...@@ -292,7 +294,9 @@ ...@@ -292,7 +294,9 @@
</item> </item>
<item> <item>
<key> <string>end_datetime</string> </key> <key> <string>end_datetime</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>external_validator</string> </key> <key> <string>external_validator</string> </key>
...@@ -324,7 +328,9 @@ ...@@ -324,7 +328,9 @@
</item> </item>
<item> <item>
<key> <string>start_datetime</string> </key> <key> <string>start_datetime</string> </key>
<value> <string></string> </value> <value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>time_separator</string> </key> <key> <string>time_separator</string> </key>
......
1463 1468
\ 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