2006-10-03 09:15:13 +02:00
|
|
|
body { background: #dfe8f1; }
|
|
|
|
|
|
|
|
.upload-file-data { display: none; }
|
|
|
|
|
|
|
|
#upload-menu {
|
|
|
|
background: #fff;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
height: 2em;
|
|
|
|
border-bottom: 1px solid #448abd;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upload-menu li { margin: 0 0 0 .75em; }
|
|
|
|
|
2006-10-03 17:40:26 +02:00
|
|
|
#upload-menu li div {
|
2006-10-03 09:15:13 +02:00
|
|
|
color: #000;
|
2006-10-03 17:40:26 +02:00
|
|
|
padding: 5px;
|
2006-10-03 09:15:13 +02:00
|
|
|
border-top: 3px solid #fff;
|
2006-10-03 17:40:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#upload-menu li a {
|
|
|
|
color: #000;
|
2006-10-03 09:15:13 +02:00
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2006-10-03 17:40:26 +02:00
|
|
|
#upload-menu li span a.page-numbers { color: #00019b; }
|
|
|
|
|
|
|
|
#upload-menu .current div {
|
2006-10-03 09:15:13 +02:00
|
|
|
background: #dfe8f1;
|
|
|
|
border-right: 2px solid #448abd;
|
|
|
|
}
|
|
|
|
|
2006-10-03 17:40:26 +02:00
|
|
|
#upload-menu div:hover {
|
2006-10-03 09:15:13 +02:00
|
|
|
background: #dfe8f1;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upload-content {
|
|
|
|
position: relative;
|
|
|
|
clear: both;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: none;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upload-file {
|
|
|
|
position: relative;
|
|
|
|
margin: 0;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: #dfe8f1;
|
|
|
|
}
|
|
|
|
|
2006-10-04 08:37:42 +02:00
|
|
|
form#upload-file input, form#upload-file textarea, div#upload-content.upload table { width: 100%; }
|
|
|
|
|
|
|
|
form#upload-file div.submit input { width: auto; }
|
|
|
|
|
|
|
|
#upload-file-view { padding: 0 0 0 15px; }
|
2006-10-03 09:15:13 +02:00
|
|
|
|
|
|
|
#file-title {
|
2006-10-04 08:37:42 +02:00
|
|
|
margin: 0 0 .2em 15px;
|
2006-10-03 09:15:13 +02:00
|
|
|
padding: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin: 0 .2em 0 0;
|
|
|
|
padding: 0;
|
|
|
|
display: inline;
|
|
|
|
border: none;
|
2006-10-04 08:37:42 +02:00
|
|
|
color: #000;
|
2006-10-03 09:15:13 +02:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.4em;
|
|
|
|
line-height: 1.4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upload-files {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 15px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upload-files li { margin: 0 0 15px 15px; }
|
|
|
|
|
|
|
|
#upload-files a, a.file-link {
|
|
|
|
border: none;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upload-files a.file-link {
|
|
|
|
display: block;
|
|
|
|
width: 130px;
|
|
|
|
height: 128px;
|
|
|
|
background-color: rgb(209, 226, 239);
|
|
|
|
text-align: center;
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#upload-files a.file-link.image {
|
|
|
|
line-height: 128px;
|
|
|
|
font-size: 2px;
|
|
|
|
letter-spacing: 0;
|
|
|
|
}
|
|
|
|
|
2006-10-04 08:37:42 +02:00
|
|
|
#upload-files a.file-link img { vertical-align: middle; }
|
2006-10-03 09:15:13 +02:00
|
|
|
|
|
|
|
#the-attachment-links { float: right; }
|
|
|
|
|
|
|
|
#the-attachment-links textarea {
|
|
|
|
font-size: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2006-10-04 08:37:42 +02:00
|
|
|
form table { float: none; padding: 0 15px; }
|
2006-10-03 09:15:13 +02:00
|
|
|
|
|
|
|
table {
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
2006-10-04 08:37:42 +02:00
|
|
|
padding: 0;
|
2006-10-03 09:15:13 +02:00
|
|
|
}
|
|
|
|
|
2006-10-04 08:37:42 +02:00
|
|
|
th { vertical-align: text-top; }
|
2006-10-03 09:15:13 +02:00
|
|
|
|
|
|
|
tr, td, th {
|
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|