mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
git-svn-id: https://buddypress.svn.wordpress.org/trunk@1043 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
85 lines
No EOL
1.3 KiB
CSS
85 lines
No EOL
1.3 KiB
CSS
tr.header td {
|
|
border-bottom: 2px solid #eee;
|
|
font-weight: bold;
|
|
}
|
|
|
|
tr.core td { color: #999; }
|
|
|
|
thead tr th {
|
|
font-size: 16px;
|
|
}
|
|
|
|
ul.forTab {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0 0 0 1em;
|
|
}
|
|
ul.forTab li {
|
|
margin: 0 0 1em 0;
|
|
}
|
|
|
|
ul.forTab li label {
|
|
display: block;
|
|
|
|
}
|
|
|
|
ul.forTab li input {
|
|
font-size: 1.4em;
|
|
}
|
|
|
|
p.success { background: green;}
|
|
p.err {
|
|
border-top: 2px solid red;
|
|
border-bottom: 2px solid red;
|
|
color: red;
|
|
padding: 5px 0;
|
|
width: 40%;
|
|
}
|
|
|
|
span.desc, span.signup-description {
|
|
display: block;
|
|
font-size: 11px;
|
|
color: #555;
|
|
}
|
|
|
|
select.multi-select{
|
|
width:90%;
|
|
height:10em !important;
|
|
}
|
|
|
|
ul.multi-checkbox {
|
|
margin: 0 5px 0 0px;
|
|
padding: .5em .9em;
|
|
height: 10em;
|
|
overflow: auto;
|
|
list-style: none;
|
|
border: solid 1px #ccc;
|
|
width:90%;
|
|
}
|
|
|
|
ul.multi-checkbox li{
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
div.options-box {
|
|
margin-left: 20px !important;
|
|
margin-right: 10px !important;
|
|
border-left: 4px solid #EAF3FA;
|
|
padding-left: 15px;
|
|
}
|
|
|
|
th a {
|
|
background: #fff;
|
|
padding: 2px 5px;
|
|
-moz-border-radius: 3px;
|
|
-khtml-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
top: -2px;
|
|
}
|
|
|
|
textarea#description {
|
|
border: 1px solid #ddd;
|
|
width: 85%;
|
|
} |