Browse
For agents
About
Edit Flow
/
0.9
Edit Flow
v0.9
Switch version
0.11.1
0.11.0
0.7.2
0.7.3
0.7.4
0.7.5
0.7.6
0.8
0.8.1
0.8.2
0.9
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9
trunk
0.1.5
0.10.0
0.10.1
0.10.2
All 44 releases
Overview
Code
edit-flow
/
common
/
css
/
edit-flow-admin.css
edit-flow-admin.css
in Edit Flow 0.9, at common/css/edit-flow-admin.css
23 lines
436 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
Admin menu icon size
*/
2
#
adminmenu
.
toplevel_page_ef-settings
.
wp-menu-image
img
{
3
width
:
16
px
;
4
height
:
16
px
;
5
}
6
7
#
ui-datepicker-div
{
8
margin-top
:
30
px
;
9
}
10
11
12
/*
13
Override Gutenberg 2.0
14
*/
15
#
ef-comments
.
comment-item
,
#
ef-post_following_box
.
list-filterizer-tabs
{
16
list-style-type
:
none
;
17
}
18
/*
Override WP_List_Table styles that are hiding buttons on mobile devices
*/
19
.
edit-flow-admin
.
col-wrap
.
submit
{
20
display
:
block
;
21
}
22
23