Fixed breadcrumb margin on media screen.

--HG--
branch : dev
This commit is contained in:
jowall
2011-03-24 15:45:19 -07:00
parent d21621b6ae
commit 36a67d3324
2 changed files with 2 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
.breadCrumbs { .breadCrumbs {
float:left; float:left;
margin:-2em 0 0; margin:0 0 16px 0;
} }
.folderProperties { .folderProperties {
float:right; float:right;
margin:-5em 0 0; margin:0 0 16px 0;
} }
.previewImage { .previewImage {
max-height:640px; max-height:640px;

View File

@@ -873,7 +873,6 @@ table.items tbody {
} }
table.items thead, table.items th { table.items thead, table.items th {
background:#f5f5f5; background:#f5f5f5;
font-weight:700;
overflow:hidden; overflow:hidden;
text-align:left; text-align:left;
white-space:nowrap; white-space:nowrap;