Skip to content

Commit 496e07a

Browse files
committed
Merge branch 'release/1.9.25'
2 parents d921706 + d1eba77 commit 496e07a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2069
-2421
lines changed

Dashboard/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ DEPENDENCIES
8686
yui-compressor
8787

8888
BUNDLED WITH
89-
1.10.3
89+
1.16.0

Dashboard/app/cljs/src/org/akvo/flow/dashboard/users/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{:class "active"})
3232
[:a {:on-click #(dispatch :navigate {:name :users/users-list
3333
:params nil})}
34-
(t> _dashboard_users)]]
34+
(t> _users)]]
3535
[:li (if (= name :users/roles-and-permissions)
3636
{:class "active"})
3737
[:a {:on-click #(dispatch :navigate {:name :users/roles-and-permissions

Dashboard/app/css/form.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ textarea {
1616
border: thin solid rgb(232, 232, 232);
1717
background: rgb(250, 244, 230);
1818
border-radius: 2px;
19-
2019
&:hover {
2120
border: 1px solid rgb(114, 205, 255);
2221
background: rgb(224, 224, 224);
2322
background: -webkit-linear-gradient(rgb(245, 245, 245), rgb(234, 234, 234));
2423
background: -webkit-gradient(linear, left top, left bottom, from(rgb(245, 245, 245)), to(rgb(234, 234, 234)));
2524
background: linear-gradient(rgb(245, 245, 245), rgb(234, 234, 234));
2625
}
27-
2826
&:focus {
2927
border: 1px solid rgb(205, 205, 205);
3028
background: rgb(245, 255, 216);
@@ -59,7 +57,6 @@ label {
5957
cursor: pointer;
6058
display: block;
6159
color: rgb(107, 134, 141);
62-
6360
&.checkboxType {
6461
display: inline-block !important;
6562
}
@@ -101,7 +98,6 @@ input[type="radio"] {
10198
width: 13px;
10299
height: 13px;
103100
display: block;
104-
105101
& + label {
106102
display: inline;
107103
}
@@ -115,12 +111,10 @@ input[type="search"] {
115111
padding: 5px 25px 3px 4px;
116112
border: 1px solid rgb(218, 218, 218);
117113
background: rgb(255, 255, 255) url(../images/search-icon.png) no-repeat 3px right;
118-
119114
&:hover {
120115
border: 1px solid rgb(114, 205, 255);
121116
background: rgb(224, 224, 224) url(../images/search-icon.png) no-repeat top right;
122117
}
123-
124118
&:focus {
125119
border: 1px solid rgb(123, 123, 123);
126120
background: rgb(244, 244, 244) url(../images/search-icon.png) no-repeat top right;
@@ -139,11 +133,8 @@ input::-moz-focus-inner {
139133
}
140134

141135
input[type="submit"] {
142-
padding: 5px 10px;
143136
border: none;
144-
145137
&:hover {
146-
padding: 5px 10px;
147138
border: none;
148139
}
149140
}

0 commit comments

Comments
 (0)