padding, etc.

This commit is contained in:
Karen 2011-07-04 18:31:20 +05:30
parent 83754f26c0
commit 98946b9c25
2 changed files with 21 additions and 20 deletions

View File

@ -1,7 +1,8 @@
#categoryHelp {
padding:10px 0px 5px 100px;
padding:18px 0px 5px 100px;
font-size:14px;
color: #298A08;
color: #154e6f;
font-style:italic;
}
#categoryForm {
@ -15,7 +16,6 @@ font-size:14px;
float:left;
}
#addFilesWrapper {
display: none;
padding:18px 0px 18px 100px;
@ -23,19 +23,19 @@ padding:18px 0px 18px 100px;
#uploadInstructions {
font-size:14px;
color: #298A08;
color: #154e6f;
margin-bottom: 10px;
}
#uploadingTo {
margin-bottom: 10px;
}
font-style:italic;}
.uploading {
width: 446px;
border-width: 2px;
border-style: dashed;
border-color: #298A08;
border-style: ridge;
border-color: #3b240b;
padding: 5px;
font-size: 14px;
margin-bottom: 5px;
@ -43,8 +43,7 @@ margin-bottom: 5px;
.uploaded {
width: 450px;
background-color: #298A08;
padding:5px;
padding:10px;
font-size:14px;
margin-bottom:5px;
background: #3b240b; /* Old browsers */
@ -52,15 +51,12 @@ background: -moz-linear-gradient(top, #3b240b 0%, #207cca 52%, #7db9e8 100%); /*
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b240b), color-stop(52%,#207cca), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #3b240b 0%,#207cca 52%,#7db9e8 100%); /* W3C */
color:#FFF;}
.fileDesc
{margin-left:4px;}
color:#FFF;
border-radius:14px;}
.formHelp
{font-weight:bold;
padding-top:6px;
padding-left:6px;}
padding-top:6px;}
.fileForm button
{float:right;
@ -86,9 +82,14 @@ font-size: 12px;
#filesList {
margin-top: 15px;
margin-bottom:5px;
}
margin-bottom:5px;}
.saved
{padding-left:7px;
font-size:12px;
display:block;
padding-top:5px;
float:left;}
.fileForm {
overflow: hidden;
@ -98,14 +99,14 @@ width: 100%;
.fileTitle {
float: bottom;
width: 170px;
margin-left: 5px;
margin-left: 6px;
margin-bottom: 10px;
}
.fileDesc {
float: left;
width: 250px;
margin-right:5px;
margin-right:8px;
}
#uploadStudy {

View File

@ -92,7 +92,7 @@ $(function() {
Uploading to: <span id="uploadStudy"></span>
</div>
<div id="uploadInstructions">
Select one or multiple files, or just drag any number of files from your computer into this browser window to upload. You can then view them <a href="http://edgwareroad.org/sandbox/archive">here</a>.
Select one or multiple files, or just drag any number of files from your computer into this browser window to upload. View them <a href="http://edgwareroad.org/sandbox/archive">here</a>.
</div>
<form id="addFile" action="/files/add" method="POST" enctype="multipart/form-data">
<input id="files_category" name="files_category" type="hidden" />