Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit ada02ec

Browse files
committed
Css details
1 parent a513220 commit ada02ec

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

core/src/plugins/core.index/manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<action name="index">
1313
<gui text="core.index.1" title="core.index.2" iconClass="icon-book" src="lucene_images/ICON_SIZE/ark_view.png" accessKey="folder_access_key">
1414
<context selection="false" dir="true" recycle="hidden"
15-
actionBar="true" contextMenu="false" infoPanel="false"
15+
actionBar="true" contextMenu="true" infoPanel="false"
1616
actionBarGroup="remote" inZip="false">
1717
</context>
1818
</gui>

core/src/plugins/gui.ajax/res/js/ui/prototype/class.FilesList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ Class.create("FilesList", SelectableElements, {
18121812
}
18131813
}
18141814
textLabel.setStyle({
1815-
paddingLeft:'24px',
1815+
paddingLeft:'27px',
18161816
backgroundRepeat:'no-repeat',
18171817
backgroundPosition:backgroundPosition,
18181818
backgroundImage:backgroundImage

core/src/plugins/gui.ajax/res/themes/orbit/css/allz.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/plugins/gui.ajax/res/themes/orbit/css/components/searchengine.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@
232232

233233
div.thumbnail_selectable_cell.detailed{
234234
cursor: pointer;
235-
border-radius: 3px;
236-
width:49%;
237-
margin: 0.5% 1% 0.5% 0 !important;
235+
border-radius: 1px;
236+
width: 49.4%;
237+
margin: 0.3% 0.6% 0.3% 0!important;
238238
box-sizing: border-box;
239239
padding: 8px 16px 16px 5px;
240240
overflow: hidden;

core/src/plugins/gui.ajax/res/themes/orbit/css/pydio.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2887,9 +2887,9 @@ div.selection_ctrl_key {
28872887
}
28882888
#search_container #search_results_cont #search_results div.thumbnail_selectable_cell.detailed {
28892889
cursor: pointer;
2890-
border-radius: 3px;
2891-
width: 49%;
2892-
margin: 0.5% 1% 0.5% 0 !important;
2890+
border-radius: 1px;
2891+
width: 49.4%;
2892+
margin: 0.3% 0.6% 0.3% 0!important;
28932893
box-sizing: border-box;
28942894
padding: 8px 16px 16px 5px;
28952895
overflow: hidden;

0 commit comments

Comments
 (0)