Fixed a bunch of alignment issues with files on the dashboard

This commit is contained in:
Victoria Wang 2014-04-22 11:55:50 -07:00
parent fa3eba3a22
commit 5b1b1003a6
4 changed files with 12 additions and 8 deletions

View file

@ -60,5 +60,5 @@ a{
@import 'project-Footer'; // Project Specific Footer Styling
.alert{
background-color:#F39C12; color:#fff;
background-color:#F5BA00; color:#fff;
}

View file

@ -184,7 +184,7 @@
}
.file {
float: left;
padding: 5px;
padding: 5px 0px;
margin-right: 10px;
margin-bottom: 10px;
width: 125px;
@ -196,7 +196,11 @@
font-weight: bold;
font-size: 12px;
color: #666;
margin-top: 4px;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
display: block;
}
.html-thumbnail {
font-size: 11px;

File diff suppressed because one or more lines are too long