Blame view

sources/apps/files_sharing/css/public.css 1.49 KB
03e52840d   Kload   Init
1
  body {
31b7f2792   Kload   Upgrade to ownclo...
2
  	height: auto;
03e52840d   Kload   Init
3
4
5
  }
  
  #header {
a293d369c   Kload   Update sources to...
6
  	background-color: #1d2d44;
31b7f2792   Kload   Upgrade to ownclo...
7
  	height:32px;
03e52840d   Kload   Init
8
  	left:0;
31b7f2792   Kload   Upgrade to ownclo...
9
  	line-height:32px;
03e52840d   Kload   Init
10
11
12
13
  	position:fixed;
  	right:0;
  	top:0;
  	z-index:100;
31b7f2792   Kload   Upgrade to ownclo...
14
  	padding:7px;
03e52840d   Kload   Init
15
  }
31b7f2792   Kload   Upgrade to ownclo...
16
17
18
  .header-right {
  	padding: 0;
  	height: 32px;
03e52840d   Kload   Init
19
  }
a293d369c   Kload   Update sources to...
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   Kload   Init
26
  }
31b7f2792   Kload   Upgrade to ownclo...
27
28
29
  #controls {
  	left: 0;
  }
03e52840d   Kload   Init
30
  #preview {
31b7f2792   Kload   Upgrade to ownclo...
31
32
33
  	background: #fff;
  	text-align: center;
  	margin: 45px auto 0;
03e52840d   Kload   Init
34
35
36
37
38
39
  }
  
  #noPreview {
  	display:none;
  	padding-top:5em;
  }
31b7f2792   Kload   Upgrade to ownclo...
40
41
42
  footer {
  	margin-top: 45px;
  }
03e52840d   Kload   Init
43
  p.info {
31b7f2792   Kload   Upgrade to ownclo...
44
45
  	color: #777;
  	text-align: center;
31b7f2792   Kload   Upgrade to ownclo...
46
  	margin: 0 auto;
a293d369c   Kload   Update sources to...
47
  	padding: 20px 0;
03e52840d   Kload   Init
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   Kload   Update sources to...
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   Kload   Init
74
75
76
77
78
  }
  
  #data-upload-form {
  	position: relative;
  	right: 0;
31b7f2792   Kload   Upgrade to ownclo...
79
  	height: 32px;
03e52840d   Kload   Init
80
81
82
83
84
85
  	overflow: hidden;
  	padding: 0;
  	float: right;
  	display: inline;
  	margin: 0;
  }
a293d369c   Kload   Update sources to...
86
87
88
  .directDownload,
  .directLink {
  	margin-bottom: 20px;
03e52840d   Kload   Init
89
  }
a293d369c   Kload   Update sources to...
90
91
  .directDownload .button img {
  	vertical-align: text-bottom;
03e52840d   Kload   Init
92
  }
a293d369c   Kload   Update sources to...
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   Kload   Init
98
  }
a293d369c   Kload   Update sources to...
99
100
101
102
103
104
  .directLink input {
  	margin-left: 5px;
  	width: 300px;
  }
  .public_actions {
  	padding: 4px;
31b7f2792   Kload   Upgrade to ownclo...
105
  }