Commit e2c1f7ab authored by Łukasz Nowak's avatar Łukasz Nowak

Apply scale to height and on CSS.

parent 4fb29186
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts21542815.59</string> </value> <value> <string>ts21543793.16</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -34,10 +34,9 @@ function drawSoftwareReleaseList(data) {\n ...@@ -34,10 +34,9 @@ function drawSoftwareReleaseList(data) {\n
img.attr({\n img.attr({\n
\'src\': item.image,\n \'src\': item.image,\n
\'alt\': item.title,\n \'alt\': item.title,\n
\'title\': item.title,\n \'title\': item.title\n
\'height\': 40,\n
\'width\': 100\n
});\n });\n
img.addClass(\'software_release_icon\')\n
a.append(img);\n a.append(img);\n
a.html(a.html() + item.title + \' (\' + item.description + \')\');\n a.html(a.html() + item.title + \' (\' + item.description + \')\');\n
a.appendTo(li);\n a.appendTo(li);\n
......
...@@ -196,6 +196,11 @@ background:url(<tal:block tal:replace="images_path"/>user.png) no-repeat scroll ...@@ -196,6 +196,11 @@ background:url(<tal:block tal:replace="images_path"/>user.png) no-repeat scroll
\tcolor:#e1fbff;font-size:15px;background:url(<tal:block tal:replace="images_path"/>foot.png) repeat-x center center}\n \tcolor:#e1fbff;font-size:15px;background:url(<tal:block tal:replace="images_path"/>foot.png) repeat-x center center}\n
#footer a{text-decoration:none;color:#e1fbff}\n #footer a{text-decoration:none;color:#e1fbff}\n
\n \n
/**********************/\n
/* Additional Styles */\n
/**********************/\n
\n
.software_release_icon {height: 50px}\n
</tal:block> </tal:block>
]]></unicode> </value> ]]></unicode> </value>
......
332 333
\ 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