PluginProbe
Adminimize / 1.7.12
Adminimize v1.7.12
1.11.14 1.11.13 1.11.1 1.11.10 1.11.11 1.11.12 1.11.2 1.11.3 1.11.4 1.11.5 1.11.6 1.11.7 1.11.8 1.11.9 1.3 1.4.7 1.6 1.7.12 1.7.13 1.7.14 1.7.15 1.7.16 1.7.17 1.7.18 1.7.19 All 53 releases
adminimize / css / mw_cat.css

mw_cat.css in Adminimize 1.7.12, at css/mw_cat.css

26 lines 390 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Category in sidebar
3 */
4 #poststuff h2 {
5 clear: none;
6 }
7
8 .categorychecklist {
9 list-style-type: none;
10 margin: 0;
11 overflow: auto;
12 padding-left: 0;
13 }
14
15 .categorychecklist ul {
16 list-style-type: none;
17 margin: 0;
18 padding-left: 17px;
19 }
20
21 .inside #categorychecklist {
22 background: #fff;
23 border: 2px solid #CEE1EF;
24 max-height: 300px;
25 padding: 3px 0 5px 5px;
26 }