Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sbsoft
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ildar Safiullin
sbsoft
Commits
6c403d73
Commit
6c403d73
authored
May 05, 2018
by
farax
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
video-news css
parent
e58f807a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
modules/video-news/src/main/resources/META-INF/resources/view.jsp
+13
-3
themes/cis-theme/src/css/_custom.scss
+0
-7
No files found.
modules/video-news/src/main/resources/META-INF/resources/view.jsp
View file @
6c403d73
...
@@ -18,13 +18,14 @@
...
@@ -18,13 +18,14 @@
OrderByComparator orderByComparator2 = DLUtil.getRepositoryModelOrderByComparator("modifiedDate", "
desc
");
OrderByComparator orderByComparator2 = DLUtil.getRepositoryModelOrderByComparator("modifiedDate", "
ask
");
List <Object> foldersAndFileEntriesAndFileShortcuts = DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(scopeGroupId, folderId, WorkflowConstants.STATUS_ANY,
List <Object> foldersAndFileEntriesAndFileShortcuts = DLAppServiceUtil.getFoldersAndFileEntriesAndFileShortcuts(scopeGroupId, folderId, WorkflowConstants.STATUS_ANY,
true, QueryUtil.ALL_POS, QueryUtil.ALL_POS,orderByComparator2);
true, QueryUtil.ALL_POS, QueryUtil.ALL_POS,orderByComparator2);
//List<DLFileEntry> dlssss = DLFileEntryLocalServiceUtil.getFileEntries(scopeGroupId, folder.getFolderId(), status, QueryUtil.ALL_POS, QueryUtil.ALL_POS, orderByComparator);
//List<DLFileEntry> dlssss = DLFileEntryLocalServiceUtil.getFileEntries(scopeGroupId, folder.getFolderId(), status, QueryUtil.ALL_POS, QueryUtil.ALL_POS, orderByComparator);
//System.out.println(fileEntries.size());
//System.out.println(fileEntries.size());
%>
%>
<style>
<style>
<%= max_delta==1 ? "#"+styleID+" li.lfr-asset-item{width:100%;}" : "" %>
<%= max_delta==1 ? "#"+styleID+" li.lfr-asset-item{width:100%;}" : "" %>
<%= assetPublisherDisplayContext.getCSS() %>
<%= assetPublisherDisplayContext.getCSS() %>
...
@@ -34,6 +35,15 @@
...
@@ -34,6 +35,15 @@
padding-right: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-bottom: 15px;
}
}
.my-menu{
padding-left: 15px;
}
.my-menu ul>li{
padding-right:15px;
padding-left: 15px;
}
</style>
</style>
...
@@ -57,7 +67,7 @@
...
@@ -57,7 +67,7 @@
subFolderPDF = (Folder) folderAndFileEntryAndFileShortcut;
subFolderPDF = (Folder) folderAndFileEntryAndFileShortcut;
%>
%>
<div class="text-justify">
<div class="text-justify">
<ul id=
"my-menu" class="
">
<ul id=
'<%= "my-menu" + styleID %>' class="my-menu
">
<li><a href=""><%= subFolderPDF.getDescription() %></a>
<li><a href=""><%= subFolderPDF.getDescription() %></a>
<ul style="display: none;list-style-type: none;padding-left: 0;">
<ul style="display: none;list-style-type: none;padding-left: 0;">
<%
<%
...
@@ -181,7 +191,7 @@
...
@@ -181,7 +191,7 @@
<aui:script>
<aui:script>
$(document).ready(function() {
$(document).ready(function() {
$('
ul#my-menu ul
').each(function(index) {
$('
<%= "ul#my-menu" + styleID + " ul" %>
').each(function(index) {
$(this).prev().addClass('collapsible').click(function() {
$(this).prev().addClass('collapsible').click(function() {
if ($(this).next().css('display') == 'none') {
if ($(this).next().css('display') == 'none') {
$(this).next().slideDown(200, function () {
$(this).next().slideDown(200, function () {
...
...
themes/cis-theme/src/css/_custom.scss
View file @
6c403d73
...
@@ -1357,13 +1357,6 @@ body.oldDesign{
...
@@ -1357,13 +1357,6 @@ body.oldDesign{
}
}
#my-menu
{
ul
>
li
{
padding-right
:
15px
;
padding-left
:
15px
;
}
padding-left
:
15px
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment