Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit f41395d

Browse files
committed
Merge pull request #355 from jenbreese/ui-themes
Css minor changes
2 parents 69346fe + 43a488b commit f41395d

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

app/templates/ui/styles/theme.less

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* Remove the powered by image on small devices (tablets, 768px and down) */
2+
@media (max-width: @screen-sm-min) { .powered { background: none; } }
3+
14
a {
25
cursor: hand;
36
cursor: pointer;
@@ -9,6 +12,9 @@ a {
912

1013
/*Content well*/
1114
.content {
15+
.container{
16+
padding-top: 70px;
17+
}
1218
background-color: #fff;
1319
padding-top: 50px;
1420
}
@@ -27,6 +33,10 @@ a {
2733
height: 300px;
2834
}
2935

36+
.user.pull-right {
37+
margin-right: 14px;
38+
}
39+
3040
.welcome {
3141
margin: 14px;
3242
}
@@ -57,6 +67,10 @@ form[name=profileForm] {
5767
}
5868
}
5969

70+
form {
71+
padding-bottom: 50px;
72+
}
73+
6074
.create .tag {
6175
margin-top: 10px;
6276
margin-right: 5px;

app/themes/3column/ui/styles/theme.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/* Remove the powered by image on small devices (tablets, 768px and down) */
2+
@media (max-width: @screen-sm-min) { .powered { background: none; } }
3+
14
@primary: #fff;
25
@secondary: #000;
36

app/themes/dashboard/ui/styles/theme.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
}
88
*/
99

10+
body {
11+
background-color: #fff;
12+
}
13+
1014
a {
1115
cursor: pointer;
1216
cursor: hand;
@@ -49,3 +53,11 @@ footer {
4953
display: none;
5054
}
5155
}
56+
57+
form.ml-input.ml-search {
58+
padding-top: 15px;
59+
}
60+
61+
.create form {
62+
padding-bottom: 50px;
63+
}

0 commit comments

Comments
 (0)