summaryrefslogtreecommitdiffstats
path: root/apps/files/css/detailsView.scss
blob: c292a45b964a53de748e0624c5f86fdddf5bb827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
#app-sidebar .detailFileInfoContainer {
	min-height: 50px;
	padding: 15px;
}

#app-sidebar .detailFileInfoContainer > div {
	clear: both;
}

#app-sidebar .mainFileInfoView {
	margin-right: 20px; /* accommodate for close icon */
	float:left;
	display:block;
	width: 100%;
}

#app-sidebar .mainFileInfoView .icon {
	display: inline-block;
	background-size: 16px 16px;
}

#app-sidebar .mainFileInfoView .permalink {
	padding: 6px 10px;
	vertical-align: text-top;
}
#app-sidebar .mainFileInfoView .permalink-field>input {
	clear: both;
	width: 90%;
}

#app-sidebar .thumbnailContainer.large {
	margin-left: -15px;
	margin-right: -35px; /* 15 + 20 for the close button */
	margin-top: -15px;
}

#app-sidebar .thumbnailContainer.large.portrait {
	margin: 0; /* if we don't fit the image anyway we give it back the margin */
}

#app-sidebar .large .thumbnail {
	width:100%;
	display:block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	float: none;
	margin: 0;
	height: auto;
}

#app-sidebar .large .thumbnail .stretcher {
	content: '';
	display: block;
	padding-bottom: 56.25%; /* sets height of .thumbnail to 9/16 of the width */
}

#app-sidebar .large.portrait .thumbnail {
	background-position: 50% top;
}

#app-sidebar .large.portrait .thumbnail {
	background-size: contain;
}

#app-sidebar .large.text {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 15px;
	font-size: 80%;
	margin-left: 0;
}

#app-sidebar .thumbnail {
	width: 75px;
	height: 75px;
	display: inline-block;
	float: left;
	margin-right: 10px;
	background-size: 75px;
}

#app-sidebar .ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#app-sidebar .fileName {
	font-size: 16px;
	padding-top: 13px;
	padding-bottom: 3px;
}

#app-sidebar .fileName h3 {
	width: calc(100% - 36px); /* 36px is the with of the copy link icon */
	display: inline-block;
	padding: 5px 0;
	margin: -5px 0;
}

#app-sidebar .file-details {
	color: #999;
}

#app-sidebar .action-favorite {
	vertical-align: sub;
	padding: 10px;
	margin: -10px;
}

#app-sidebar .action-favorite > span{
	opacity: .7 !important;
}

#app-sidebar .detailList {
	float: left;
}

#app-sidebar .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	opacity: .5;
	z-index: 1;
}
h" msgstr "" #: js/files.js:857 msgid "months ago" msgstr "" #: js/files.js:858 msgid "last year" msgstr "" #: js/files.js:859 msgid "years ago" msgstr "" #: templates/admin.php:5 msgid "File handling" msgstr "Fájlkezelés" #: templates/admin.php:7 msgid "Maximum upload size" msgstr "Maximális feltölthető fájlméret" #: templates/admin.php:7 msgid "max. possible: " msgstr "max. lehetséges" #: templates/admin.php:9 msgid "Needed for multi-file and folder downloads." msgstr "Kötegelt file- vagy mappaletöltéshez szükséges" #: templates/admin.php:9 msgid "Enable ZIP-download" msgstr "ZIP-letöltés engedélyezése" #: templates/admin.php:11 msgid "0 is unlimited" msgstr "0 = korlátlan" #: templates/admin.php:12 msgid "Maximum input size for ZIP files" msgstr "ZIP file-ok maximum mérete" #: templates/admin.php:14 msgid "Save" msgstr "" #: templates/index.php:7 msgid "New" msgstr "Új" #: templates/index.php:9 msgid "Text file" msgstr "Szövegfájl" #: templates/index.php:10 msgid "Folder" msgstr "Mappa" #: templates/index.php:11 msgid "From url" msgstr "URL-ből" #: templates/index.php:20 msgid "Upload" msgstr "Feltöltés" #: templates/index.php:27 msgid "Cancel upload" msgstr "Feltöltés megszakítása" #: templates/index.php:40 msgid "Nothing in here. Upload something!" msgstr "Töltsön fel egy fájlt." #: templates/index.php:50 msgid "Share" msgstr "Megosztás" #: templates/index.php:52 msgid "Download" msgstr "Letöltés" #: templates/index.php:75 msgid "Upload too large" msgstr "Feltöltés túl nagy" #: templates/index.php:77 msgid "" "The files you are trying to upload exceed the maximum size for file uploads " "on this server." msgstr "A fájlokat amit próbálsz feltölteni meghaladta a legnagyobb fájlméretet ezen a szerveren." #: templates/index.php:82 msgid "Files are being scanned, please wait." msgstr "File-ok vizsgálata, kis türelmet" #: templates/index.php:85 msgid "Current scanning" msgstr "Aktuális vizsgálat"