<%= link_to image_tag(url_to_avatar(@library.user), width: 50, height: 50, class: 'radius mr15 mt3'), user_path(@library.user) %>
<%= @library.user.show_real_name %>
diff --git a/public/stylesheets/educoder/edu-all.css b/public/stylesheets/educoder/edu-all.css
index 4aee8af6..443064c4 100644
--- a/public/stylesheets/educoder/edu-all.css
+++ b/public/stylesheets/educoder/edu-all.css
@@ -862,7 +862,7 @@ table.tBodyScroll thead th{
color: #fff!important;
font-size: 12px!important;
height: 20px;
- line-height: 19px;
+ line-height: 19px!important;
margin-top: 18px;
margin-left: 15px;
}
@@ -3468,10 +3468,10 @@ line-height: 16px;display: inline-block;color: rgba(65, 140, 205, 1) !important;
background: #fff;padding:30px;margin-bottom: 15px;display: flex;
}
.upload_Title{
- position: relative;margin-right: 30px;float: left;line-height: 35px;font-size: 16px;
+ position: relative;margin-right: 30px;float: left;line-height: 35px;font-size: 16px;width: 32px;
}
.upload_Title:before{
- position: absolute;left: -10px;top:2px;content: '*';color: #FE4F4C;
+ position: absolute;left: -10px;top:2px;content: '*';color: #FE4F4C;width: 32px;
}
.librariesField{
width: 100%;background: #F2F9FF;justify-content: center;align-items: center;display: -webkit-flex;text-align: center;