1
0

Provide for a structured grid layout and also forgot to include the flowplayer for movies.

This commit is contained in:
Tim Almdal 2009-12-15 21:36:03 -08:00
parent 4e4c650c58
commit c075accb63
5 changed files with 35 additions and 1 deletions

View File

@ -99,7 +99,7 @@ span.error {
bottom: 20px; bottom: 20px;
left: 225px; left: 225px;
overflow: auto; overflow: auto;
padding: 5px; padding: 10px;
position: absolute; position: absolute;
right: 20px; right: 20px;
top: 11px; top: 11px;
@ -111,7 +111,17 @@ span.error {
#body #center .thumb-grid-cell { #body #center .thumb-grid-cell {
float: left; float: left;
height: 200px;
line-height: 200px;
margin-bottom: 10px;
margin-right: 10px; margin-right: 10px;
text-align: center;
width: 200px;
}
#body #center .thumb-grid-cell img,
#body #center .thumb-grid-cell span {
vertical-align: middle;
} }
.ui-icon-left .ui-icon { .ui-icon-left .ui-icon {

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.