Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
plugins
CiviCRM Network Groups
Commits
c959a6b5
Commit
c959a6b5
authored
Mar 13, 2019
by
Christian Wach
⚽
Browse files
Refine groups list in admin UI
parent
3afe16f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/css/civicrm-network-groups-settings.css
View file @
c959a6b5
...
...
@@ -19,3 +19,25 @@
background
:
#fafafa
;
border
:
1px
solid
#f3f3f3
;
}
.civicrm-network-groups-list
li
:hover
{
cursor
:
ns-resize
;
}
.civicrm-network-groups-list
li
:before
{
/* content: "\f156"; */
content
:
"\f333"
;
color
:
#666
;
display
:
inline-block
;
width
:
28px
;
height
:
20px
;
font-size
:
16px
;
line-height
:
1.1
;
font-family
:
dashicons
;
text-decoration
:
inherit
;
font-weight
:
normal
;
font-style
:
normal
;
vertical-align
:
top
;
text-align
:
left
;
-webkit-font-smoothing
:
antialiased
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment