padma-assets 0.1.23 → 0.1.24
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 662981ffa1b549e5a0c4ea48dc9733032f634620
|
4
|
+
data.tar.gz: 365ca0109685561b06904f00b56f00f88fe9a246
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0075e02f2b71cd83c21d46388ef5b5d26b107910acd1434de76a99f62e78334aaf49017aa3cc65abbd982b977ca77e9489223fc30faa75c75fd9b6d7800bfe2
|
7
|
+
data.tar.gz: 45945786e3133fbb20d1f2eca9d6ac4277ed4b3c7c25e037e9dd57e731ffa995a09495b0db816b56857919ad0d1ca19ecc15bd608467cee61279277106fdac89
|
@@ -167,11 +167,14 @@ nav.navbar{max-width:1200px; background:none; margin:0 auto;}
|
|
167
167
|
.navbar-nav > li > a.tipsyS{ background:#1f9dd9; color:#ffffff; margin:0 10px 0 0; height:52px; line-height:52px !important; padding:0 10px !important; }
|
168
168
|
.navbar-nav > li > a.tipsyS:hover{ background:#1d8ec4!important; color:#ffffff;}
|
169
169
|
.navbar-static-top{ border-width:0 !important;}
|
170
|
-
.dropdown-header{ border-bottom:1px solid #cccccc; color:#666; font-size:12px; overflow: hidden; padding:7.5px 20px; text-overflow: ellipsis; text-transform:uppercase; white-space: nowrap; }
|
170
|
+
.dropdown-header{ border-bottom:1px solid #cccccc; color:#666; font-size:12px; margin-bottom: 6px; overflow: hidden; padding:7.5px 20px; text-overflow: ellipsis; text-transform:uppercase; white-space: nowrap; }
|
171
|
+
.dropdown-menu li + .dropdown-header {
|
172
|
+
margin-top: 6px;
|
173
|
+
}
|
171
174
|
.navbar-toggle{ margin:24px 20px 0 0 !important;}
|
172
175
|
.navbar-nav > li > .dropdown-menu{ max-height:400px; overflow-x: hidden; overflow-y: auto; text-transform:none; background:#ffffff; border:none;}
|
173
|
-
.navbar-nav > li > .dropdown-menu a{ text-transform:none; font-size:11px; color:#333333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; max-width: 260px; padding:
|
174
|
-
.navbar-nav > li
|
176
|
+
.navbar-nav > li > .dropdown-menu a{ text-transform:none; font-size:11px; color:#333333; line-height: 1.42857143; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; max-width: 260px; padding:3px 20px;}
|
177
|
+
.navbar-inverse .navbar-nav > li .dropdown-menu li a:hover{ background:#f5f5f5; color:#000000;text-decoration: none;}
|
175
178
|
#H_moduleArea a#username{ padding:0 10px 0 30px; height:52px; line-height:50px; background-position: left center!important; text-transform:none; }
|
176
179
|
#H_moduleArea .navbar-inverse .navbar-toggle{ border:none;-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
|
177
180
|
#H_moduleArea .navbar-header{ border:none;}
|
@@ -239,3 +242,16 @@ li.dropdown-header:hover{ background:#1e5788!important;}
|
|
239
242
|
@media (max-width:520px){
|
240
243
|
#H_moduleArea a#username{ background-position:33% 42% !important;}
|
241
244
|
}
|
245
|
+
|
246
|
+
@media (min-width: 768px) {
|
247
|
+
#refresh-lists-list-menu {
|
248
|
+
cursor: pointer;
|
249
|
+
line-height: 1.42857143;
|
250
|
+
padding: 1px;
|
251
|
+
text-align: center;
|
252
|
+
width: 20px;
|
253
|
+
}
|
254
|
+
.dropdown-form {
|
255
|
+
padding: 3px 10px;
|
256
|
+
}
|
257
|
+
}
|
@@ -1,11 +1,13 @@
|
|
1
1
|
<li><%= link_to t('header-menu.lists.lists.new_list'), "#{APP_CONFIG['crm-url']}/contacts" %></li>
|
2
2
|
<li><%= link_to t('header-menu.lists.lists.all_lists'), "#{APP_CONFIG['crm-url']}/persistent_contact_searches" %></li>
|
3
3
|
|
4
|
-
<li class=
|
5
|
-
<li class="dropdown-header"><%= t('header-menu.lists.lists.saved_lists') %></li>
|
6
|
-
<li>
|
4
|
+
<li class='dropdown-form'>
|
7
5
|
<input id="menu-lists-filter" class='form-control' type='text' placeholder='<%= t('header-menu.lists.lists.find_list') %>' />
|
8
6
|
</li>
|
7
|
+
<li class="dropdown-header">
|
8
|
+
<a id="refresh-lists-list-menu" class='pull-right'><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span></a>
|
9
|
+
<%= t('header-menu.lists.lists.saved_lists') %>
|
10
|
+
</li>
|
9
11
|
<div id="all-available-lists-menu">
|
10
12
|
<div id="menu-saved-lists"
|
11
13
|
class="cached-async-render"
|