Skip to content

Commit

Permalink
ipdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Qayyum khan committed Mar 27, 2015
1 parent 2f0d436 commit c125331
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion edx_sga/static/css/edx_sga.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@

.sga-block .upload button {
position: absolute;
top: 0px;
top: 1px;
left: 0px;
z-index: 1;
cursor: pointer;
}

.sga-block .upload .fileupload {
Expand All @@ -51,12 +52,14 @@
opacity: 0;
z-index: 2;
width: 200px;
cursor: pointer;
}

.sga-block td .upload button {
padding: 3px;
width: 100%;
height: 20px;
cursor: pointer;
}

.sga-block .error {
Expand Down Expand Up @@ -148,5 +151,6 @@
font-size: 0.8125em;
margin-top: 1px;
height: 20px;
cursor: pointer;
}

0 comments on commit c125331

Please sign in to comment.