PluginProbe
Smart Custom Fields / trunk
Smart Custom Fields vtrunk
1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.7.0 2.0.0 2.0.1 2.1.0 2.1.1 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 3.0.0 3.0.1 3.1.0 3.1.1 3.1.2 All 68 releases
smart-custom-fields / css / profile.css

profile.css in Smart Custom Fields trunk, at css/profile.css

26 lines 544 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * profile.css
3 * Version : 1.0.0
4 * Author : inc2734
5 * Created : March 18, 2014
6 * Modified :
7 * License : GPLv2 or later
8 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
9 */
10
11 /** ==================================================
12 * .smart-cf-meta-box
13 */
14 .smart-cf-meta-box:first-child {
15 border-top: #ddd solid 1px;
16 }
17
18 /** ==================================================
19 * .smart-cf-meta-box-table
20 */
21 .smart-cf-meta-box-table {
22 background: transparent;
23 border-bottom: #ddd solid 1px;
24 padding: 10px 0;
25 }
26