Commit a18744da authored by Ivan Tyagov's avatar Ivan Tyagov

Fix bug (#990) showing empty space between gadget title for higher screen resolutions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24435 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7c93ae5a
...@@ -92,7 +92,9 @@ ...@@ -92,7 +92,9 @@
i18n:attributes="title" \n i18n:attributes="title" \n
title="Minimize"></a>\n title="Minimize"></a>\n
</tal:block>\n </tal:block>\n
<span tal:content="python: here.Base_translateString(gadget.getTitle())"/>\n <span class="gadget_left_side"></span>\n
<span class="gadget_title" \n
tal:content="python: here.Base_translateString(gadget.getTitle())"/>\n
</h3>\n </h3>\n
\n \n
<div class="minimize_wrapper"\n <div class="minimize_wrapper"\n
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts17588316.0</string> </value> <value> <string>ts25459544.09</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
border-bottom: 1px solid #3D6474;\n border-bottom: 1px solid #3D6474;\n
}\n }\n
\n \n
.block h3 span{\n .block h3 span.gadget_left_side{\n
background: transparent url(images/tab_left_selected.png) no-repeat scroll left top;\n background: transparent url(images/tab_left_selected.png) no-repeat scroll left top;\n
display: block;\n display: block;\n
float: left;\n float: left;\n
...@@ -79,6 +79,19 @@ ...@@ -79,6 +79,19 @@
height: 20px;\n height: 20px;\n
padding-top: 5px;\n padding-top: 5px;\n
padding-left: 5px;\n padding-left: 5px;\n
width: 10px;\n
}\n
\n
.block h3 span.gadget_title{\n
display: block;\n
float: left;\n
margin-top: -5px;\n
margin-left: -5px;\n
padding-top: 5px;\n
height: 19px;\n
min-width: 100px;\n
border-top: 1px solid #3d7474;\n
background-color: #e3eafa;\n
}\n }\n
\n \n
\n \n
...@@ -572,7 +585,7 @@ div.block div.worklist_list ul li a:hover{\n ...@@ -572,7 +585,7 @@ div.block div.worklist_list ul li a:hover{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <long>9266</long> </value> <value> <long>9522</long> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts15502580.59</string> </value> <value> <string>ts25458221.44</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -52,6 +52,15 @@ ...@@ -52,6 +52,15 @@
/*list-style-type:none;*/\n /*list-style-type:none;*/\n
}\n }\n
\n \n
.block h3 span.gadget_left_side{\n
background: none;\n
}\n
.block h3 span.gadget_title{\n
background: none;\n
border-top: none;\n
}\n
\n
\n
.box_inner_content {\n .box_inner_content {\n
border: 1px solid #c3c3ee;\n border: 1px solid #c3c3ee;\n
border-top: none;\n border-top: none;\n
...@@ -160,7 +169,7 @@ div.block fieldset label{\n ...@@ -160,7 +169,7 @@ div.block fieldset label{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <long>1868</long> </value> <value> <long>1996</long> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
362 363
\ 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