PluginProbe
Easy Bootstrap Shortcode / 3.6
Easy Bootstrap Shortcode v3.6
trunk 2.4.0 2.5 3.4 3.5 3.6 3.7 4.0.0 4.4 4.5 4.5.4 5.0.0 5.0.1 5.0.2
easy-bootstrap-shortcodes / styles / ebs-setting.css

ebs-setting.css in Easy Bootstrap Shortcode 3.6, at styles/ebs-setting.css

56 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #ebs_setting{
2 margin: 20px 0 0 0;
3 }
4 .ebs_page_settings {
5 margin-top: 20px;
6 }
7 .ebs_page_settings h1 {
8 background: none repeat scroll 0 0 #D5D5D7;
9 color: #555555;
10 padding: 10px;
11 text-align: center;
12 text-decoration: underline;
13 width: 88.5%;
14 }
15 .ebs_details {
16 border: 1px solid #CCCCCC;
17 float: left;
18 width: 90%;
19 margin:8px 0;
20 border-radius:3px;
21 -moz-border-radius:3px;
22 -webkit-border-radius:3px;
23 -ms-border-radius:3px;
24
25 }
26 .ebs_details label {
27 line-height: 30px;
28 margin: 0 10px 0 0;
29 padding: 5px 10px;
30 text-align: right;
31 width: 170px;
32 }
33 .ebs_details > p {
34 float: left;
35 margin: 5px 0;
36 }
37 .ebs_details.show_cdn > #cdn_path {
38 margin: 8px 0 0 10px;
39 width: 462px;
40 }
41 .ebs_setting_label {
42 border-right: 1px solid #CCCCCC;
43 display: block;
44 float: left;
45 }
46 .ebs_page_settings .ebs_btn {
47 float: left;
48 width: 90%;
49 }
50
51 .ebs_page_settings .ebs_btn > input {
52 font-size: 15px;
53 font-weight: 600;
54 padding: 7px;
55 width: 19%;
56 }