Commit ea78cb3e authored by Ivan Tyagov's avatar Ivan Tyagov

CSS fix to allow not so restrictive layout.

parent a4e0a0d1
......@@ -844,8 +844,8 @@ table.listbox th img.sort-button-desc-selected{\n
*/\n
table.listbox-thumbnail tbody tr{\n
display:block;\n
width: 128px; /* nano image width. XXX: dynamically generate. */\n
height:128px; /* nano image height. XXX: dynamically generate. */\n
min-width: 128px; /* nano image width. XXX: dynamically generate. */\n
min-height:128px; /* nano image height. XXX: dynamically generate. */\n
float:left;\n
margin: 10px;\n
}\n
......
1104
\ No newline at end of file
1105
\ 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