Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

UI-2817 Favorite Documents - Incorrect UI and behavior #412

Open
wants to merge 1 commit into
base: stable/4.0.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,33 +33,6 @@
<link type="text/css" rel="stylesheet" href="/eXoDMSResources/skin/DefaultSkin/Stylesheet-lt.css" />
<link rel="stylesheet" type="text/css" href="/eXoResources/skin/bootstrap/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="/eXoResources/skin/css/Core.css" />
<style type="text/css">

.UIGadgetThemes.favoriteDoc .icon {
margin: 8px 10px 0 0;
padding-left: 0;
}

.favoriteDoc .fileDesc {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 85%;
}

.favoriteDoc .fileDesc a {
color: #333;
}

.favoriteDoc .fileDesc a:hover {
color: #2f5e92;
}

.favoriteDoc .fileDesc p {
color: #808080;
font-size: 12px;
}
</style>
<script type="text/javascript">

var prefixUrl = location.protocol + '//' + location.hostname;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,45 @@
text-decoration: none;
}

.UIGadgetThemes.favoriteDoc .icon {
margin: 2px 10px 0 0;
padding-left: 0;
}

.favoriteDoc .docItem + .docItem {
margin-top: 15px;
}

.favoriteDoc .fileDesc {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 85%;
}

.favoriteDoc .fileDesc a {
color: #333;
line-height: 16px;
}

.favoriteDoc .fileDesc a .fileExtension {
color: #999;
font-size: 12px;
font-weight: normal;
margin-left: 3px;
}

.favoriteDoc .fileDesc a:hover {
color: #2f5e92;
}

.favoriteDoc .fileDesc a:hover .fileExtension {
color: #2f5e92;
}

.favoriteDoc .fileDesc p {
color: #999999;
font-size: 12px;
line-height: 16px;
margin-bottom: 0;
}