Skip to content

Commit a650d19

Browse files
committed
New css added for demo3
1 parent 17552ab commit a650d19

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

css/uploader.css

+13-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33

44
/* Page Styles */
55
body {
6-
padding-top: 70px;
6+
padding-top: 20px;
77
position: relative;
88
font-family: 'Lato', sans-serif;
99
}
10+
#demo1, #demo2, #demo3{
11+
padding-top: 40px;
12+
}
1013
.title{
1114
font-size: 26px;
1215
font-family: 'Lato', sans-serif;
@@ -43,10 +46,7 @@ body {
4346
.navbar-default .navbar-brand{
4447
color: #fff;
4548
}
46-
#demo1-form{
47-
margin-top: 40px;
48-
}
49-
#demo2-form{
49+
#demo1-form, #demo2-form, #demo3-form{
5050
margin-top: 40px;
5151
}
5252
.btn{
@@ -101,4 +101,12 @@ body {
101101
}
102102
#my-profile-file-selector-1{
103103
display: none;
104+
}
105+
106+
#remove-profile-btn-2{
107+
display: none;
108+
margin-top: 12px;
109+
}
110+
#my-profile-file-selector-2{
111+
display: none;
104112
}

0 commit comments

Comments
 (0)