Blame view
sources/apps/files_sharing/css/public.css
1.49 KB
|
03e52840d
|
1 |
body {
|
|
31b7f2792
|
2 |
height: auto; |
|
03e52840d
|
3 4 5 |
}
#header {
|
|
a293d369c
|
6 |
background-color: #1d2d44; |
|
31b7f2792
|
7 |
height:32px; |
|
03e52840d
|
8 |
left:0; |
|
31b7f2792
|
9 |
line-height:32px; |
|
03e52840d
|
10 11 12 13 |
position:fixed; right:0; top:0; z-index:100; |
|
31b7f2792
|
14 |
padding:7px; |
|
03e52840d
|
15 |
} |
|
31b7f2792
|
16 17 18 |
.header-right {
padding: 0;
height: 32px;
|
|
03e52840d
|
19 |
} |
|
a293d369c
|
20 21 22 23 24 25 |
#details {
color:#fff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: .5;
padding-right: 5px;
|
|
03e52840d
|
26 |
} |
|
31b7f2792
|
27 28 29 |
#controls {
left: 0;
}
|
|
03e52840d
|
30 |
#preview {
|
|
31b7f2792
|
31 32 33 |
background: #fff; text-align: center; margin: 45px auto 0; |
|
03e52840d
|
34 35 36 37 38 39 |
}
#noPreview {
display:none;
padding-top:5em;
}
|
|
31b7f2792
|
40 41 42 |
footer {
margin-top: 45px;
}
|
|
03e52840d
|
43 |
p.info {
|
|
31b7f2792
|
44 45 |
color: #777; text-align: center; |
|
31b7f2792
|
46 |
margin: 0 auto; |
|
a293d369c
|
47 |
padding: 20px 0; |
|
03e52840d
|
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
}
p.info a {
color:#777;
font-weight:700;
}
#imgframe {
height:75%;
padding-bottom:2em;
padding-top:2em;
width:80%;
margin:0 auto;
}
#imgframe img {
max-height:100%;
max-width:100%;
}
|
|
a293d369c
|
67 68 69 70 71 72 73 |
/* some margin for the file type icon */
#imgframe .publicpreview {
margin-top: 10%;
}
thead {
padding-left: 0 !important; /* fixes multiselect bar offset on shared page */
|
|
03e52840d
|
74 75 76 77 78 |
}
#data-upload-form {
position: relative;
right: 0;
|
|
31b7f2792
|
79 |
height: 32px; |
|
03e52840d
|
80 81 82 83 84 85 |
overflow: hidden; padding: 0; float: right; display: inline; margin: 0; } |
|
a293d369c
|
86 87 88 |
.directDownload,
.directLink {
margin-bottom: 20px;
|
|
03e52840d
|
89 |
} |
|
a293d369c
|
90 91 |
.directDownload .button img {
vertical-align: text-bottom;
|
|
03e52840d
|
92 |
} |
|
a293d369c
|
93 94 95 96 97 |
.directLink label {
font-weight: normal;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity: .5;
|
|
03e52840d
|
98 |
} |
|
a293d369c
|
99 100 101 102 103 104 |
.directLink input {
margin-left: 5px;
width: 300px;
}
.public_actions {
padding: 4px;
|
|
31b7f2792
|
105 |
} |