settings.css
2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/*Custom*/
@media(max-width: 767px) {
.filterHide {
display: none;
}
.form-inline button {
width: 100%;
margin-bottom: 10px;
}
}
.error{
border: 1px solid #FF0000 !important;
}
.nav > li > a{
padding: 10px 15px !important;
}
.b2s-settings-line{
margin-top: 0px!important;
}
.b2s-display-inline{
display: inline !important;
}
.b2s-user-time-zone-label{
padding-right: 10px;
}
@media(min-width: 768px) {
.b2s-settings-time-zone-info{
padding-left: 130px;
}
}
.b2s-auto-post-publish-label, .b2s-auto-post-update-label{
font-style:italic;
}
.b2s-post-type-list{
float: left;
margin-bottom: 5px;
width: 50%;
}
.b2s-post-type-select-btn{
padding: 0 0 1px !important;
}
.b2s-input-margin-bottom-5{
margin-bottom: 5px;
}
.font-gray{
color: #9B9B9B !important;
}
.b2s-post-item-network-image{
height: 16px;
width: 16px;
}
.b2s-network-auth-count {
font-size: 12px;
font-style: italic;
color: #777;
font-weight: normal;
line-height: 1;
}
.list-group-item{
border: 0px !important;
}
.b2s-img-network {
width: 36px !important;
margin-top: 8px !important;
}
.b2s-input-text-size-45{
width: 45px;
}
.chosen-container{
min-width: 50% !important;
}
.padding-bottom-3{
padding-bottom: 3px;
}
.b2s-text-sm{
margin-top: 5px;
font-size: 14px;
}
.b2s-bold{
font-weight: 600;
}
ul.chosen-choices {
background-image: none !important;
border-radius: 3px;
border: 1px solid #d7d7d7 !important;
box-shadow: none;
}
.b2s-auto-post-own-update-warning, .b2s-auto-post-own-general-warning{
border: 1px solid #aaa !important;
}
.b2s-network-tos-auto-post-import-warning{
display: none;
}
.b2s-network-tos-auto-post-import-warning > .alert{
margin-bottom: 0px !important;
}
.b2s-shortener-image{
height: 16px;
width: 16px;
}
.b2s-user-network-shortener-account-area{
vertical-align: middle;
}
.b2s-btn-link-txt{
font-size: 14px !important;
font-weight: 500 !important;
}