We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17552ab commit a650d19Copy full SHA for a650d19
css/uploader.css
@@ -3,10 +3,13 @@
3
4
/* Page Styles */
5
body {
6
- padding-top: 70px;
+ padding-top: 20px;
7
position: relative;
8
font-family: 'Lato', sans-serif;
9
}
10
+#demo1, #demo2, #demo3{
11
+ padding-top: 40px;
12
+}
13
.title{
14
font-size: 26px;
15
@@ -43,10 +46,7 @@ body {
43
46
.navbar-default .navbar-brand{
44
47
color: #fff;
45
48
-#demo1-form{
- margin-top: 40px;
-}
49
-#demo2-form{
+#demo1-form, #demo2-form, #demo3-form{
50
margin-top: 40px;
51
52
.btn{
@@ -101,4 +101,12 @@ body {
101
102
#my-profile-file-selector-1{
103
display: none;
104
105
+
106
+#remove-profile-btn-2{
107
+ display: none;
108
+ margin-top: 12px;
109
110
+#my-profile-file-selector-2{
111
112
0 commit comments