Blame view
sources/apps/files_sharing/css/public.css
1.98 KB
|
03e52840d
|
1 |
body {
|
|
31b7f2792
|
2 |
height: auto; |
|
03e52840d
|
3 4 5 |
}
#header {
|
|
31b7f2792
|
6 7 |
background: #1d2d44 url('%webroot%/core/img/noise.png') repeat;
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 16 17 18 19 20 21 22 23 24 |
}
#details {
color:#fff;
float: left;
}
#public_upload,
#download {
font-weight:700;
|
|
31b7f2792
|
25 |
margin: 0 0 0 .4em; |
|
03e52840d
|
26 |
padding: 0 5px; |
|
31b7f2792
|
27 |
height: 32px; |
|
03e52840d
|
28 29 30 31 32 |
float: left;
}
.header-right #details {
|
|
31b7f2792
|
33 34 35 36 37 38 |
margin-right: 28px;
}
.header-right {
padding: 0;
height: 32px;
|
|
03e52840d
|
39 40 41 42 43 44 45 46 47 48 49 50 |
}
#public_upload {
margin-left: 0.3em;
}
#public_upload img,
#download img {
padding-left:.1em;
padding-right:.3em;
vertical-align:text-bottom;
}
|
|
31b7f2792
|
51 52 53 |
#controls {
left: 0;
}
|
|
03e52840d
|
54 |
#preview {
|
|
31b7f2792
|
55 56 57 |
background: #fff; text-align: center; margin: 45px auto 0; |
|
03e52840d
|
58 59 60 61 62 63 |
}
#noPreview {
display:none;
padding-top:5em;
}
|
|
31b7f2792
|
64 65 66 |
footer {
margin-top: 45px;
}
|
|
03e52840d
|
67 |
p.info {
|
|
31b7f2792
|
68 69 70 71 72 |
color: #777; text-align: center; width: 22em; margin: 0 auto; padding: 20px; |
|
03e52840d
|
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 |
}
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%;
}
thead{
background-color: white;
padding-left:0 !important; /* fixes multiselect bar offset on shared page */
}
#data-upload-form {
position: relative;
right: 0;
|
|
31b7f2792
|
101 |
height: 32px; |
|
03e52840d
|
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
overflow: hidden;
padding: 0;
float: right;
display: inline;
margin: 0;
}
#file_upload_start {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
z-index: 20;
position: absolute !important;
top: 0;
left: 0;
width: 100% !important;
}
|
|
03e52840d
|
119 120 121 122 |
#publicUploadButtonMock {
position:relative;
display:block;
width:100%;
|
|
31b7f2792
|
123 |
height:32px; |
|
03e52840d
|
124 125 126 127 |
cursor:pointer;
z-index:10;
background-image:url('%webroot%/core/img/actions/upload.svg');
background-repeat:no-repeat;
|
|
31b7f2792
|
128 |
background-position:7px 8px; |
|
03e52840d
|
129 130 131 132 |
}
#publicUploadButtonMock span {
margin: 0 5px 0 28px;
|
|
03e52840d
|
133 134 |
color: #555; } |
|
31b7f2792
|
135 136 137 138 139 140 141 142 143 144 145 |
.directLink {
margin-bottom: 20px;
}
.directLink label {
font-weight: normal;
}
.directLink input {
margin-left: 10px;
width: 300px;
}
|