[THEME] Fix styles identation
This commit is contained in:
parent
69a1d77480
commit
b8352e912f
@ -848,6 +848,7 @@ float:left;
|
||||
width:100%;
|
||||
margin-top:18px;
|
||||
}
|
||||
|
||||
#attachments dt {
|
||||
font-weight:bold;
|
||||
font-size:1.3em;
|
||||
@ -867,18 +868,22 @@ width: auto;
|
||||
max-width:480px;
|
||||
max-height:480px;
|
||||
}
|
||||
|
||||
#attachment_view #oembed_info {
|
||||
margin-top:11px;
|
||||
}
|
||||
|
||||
#attachment_view #oembed_info dt,
|
||||
#attachment_view #oembed_info dd {
|
||||
float:left;
|
||||
}
|
||||
|
||||
#attachment_view #oembed_info dt {
|
||||
clear:left;
|
||||
margin-right:11px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#attachment_view #oembed_info dt:after {
|
||||
content: ":";
|
||||
}
|
||||
@ -1081,6 +1086,7 @@ padding-bottom:11px;
|
||||
display:inline;
|
||||
margin-right:11px;
|
||||
}
|
||||
|
||||
#entity_statistics dt:after {
|
||||
content: ":";
|
||||
}
|
||||
@ -1105,10 +1111,12 @@ content: ":";
|
||||
list-style-type:none;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.aside .tag-cloud {
|
||||
font-size:0.8em;
|
||||
word-wrap:break-word;
|
||||
}
|
||||
|
||||
.tag-cloud li {
|
||||
display:inline;
|
||||
margin-right:7px;
|
||||
@ -1122,31 +1130,40 @@ content:'\0009';
|
||||
.aside .tag-cloud li {
|
||||
line-height:1.5;
|
||||
}
|
||||
|
||||
.tag-cloud li a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#tagcloud.section dt {
|
||||
text-transform:uppercase;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.tag-cloud-1 {
|
||||
font-size:1em;
|
||||
}
|
||||
|
||||
.tag-cloud-2 {
|
||||
font-size:1.25em;
|
||||
}
|
||||
|
||||
.tag-cloud-3 {
|
||||
font-size:1.75em;
|
||||
}
|
||||
|
||||
.tag-cloud-4 {
|
||||
font-size:2em;
|
||||
}
|
||||
|
||||
.tag-cloud-5 {
|
||||
font-size:2.25em;
|
||||
}
|
||||
|
||||
.tag-cloud-6 {
|
||||
font-size:2.75em;
|
||||
}
|
||||
|
||||
.tag-cloud-7 {
|
||||
font-size:3.25em;
|
||||
}
|
||||
@ -1178,13 +1195,16 @@ margin-bottom:18px;
|
||||
.instructions ul {
|
||||
margin-left:1em;
|
||||
}
|
||||
|
||||
.instructions p,
|
||||
.instructions ul {
|
||||
margin-bottom:18px;
|
||||
}
|
||||
|
||||
.help dt {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.guide {
|
||||
clear:both;
|
||||
}
|
||||
@ -1237,9 +1257,11 @@ font-weight:bold;
|
||||
text-indent:0;
|
||||
min-width:46px;
|
||||
}
|
||||
|
||||
.dialogbox input {
|
||||
padding-left:4px;
|
||||
}
|
||||
|
||||
.dialogbox fieldset {
|
||||
margin-bottom:0;
|
||||
}
|
||||
@ -1300,6 +1322,7 @@ margin-bottom:0;
|
||||
#site_content_license_cc {
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
#site_content_license_cc img {
|
||||
display:inline;
|
||||
vertical-align:top;
|
||||
@ -1339,14 +1362,17 @@ display:none;
|
||||
.form_settings input.remove {
|
||||
margin-left:11px;
|
||||
}
|
||||
|
||||
.form_settings .form_data li {
|
||||
width:100%;
|
||||
float:left;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
.form_settings .form_data label {
|
||||
float:left;
|
||||
}
|
||||
|
||||
.form_settings .form_data textarea,
|
||||
.form_settings .form_data select,
|
||||
.form_settings .form_data input {
|
||||
@ -1364,6 +1390,7 @@ float:left;
|
||||
.form_settings .form_data input.radio {
|
||||
width:auto;
|
||||
}
|
||||
|
||||
.form_settings .form_data textarea {
|
||||
width:63%;
|
||||
}
|
||||
@ -1409,6 +1436,7 @@ margin-top:2px;
|
||||
.form_actions label {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.form_guide {
|
||||
font-style:italic;
|
||||
}
|
||||
@ -1482,6 +1510,7 @@ padding:0 7px;
|
||||
#form_search .submit {
|
||||
margin-left:11px;
|
||||
}
|
||||
|
||||
#form_search .form_data input {
|
||||
width:auto;
|
||||
}
|
||||
@ -1565,16 +1594,20 @@ clear:both;
|
||||
#form_settings_avatar li {
|
||||
width:auto;
|
||||
}
|
||||
|
||||
#form_settings_avatar input {
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
#avatar_original,
|
||||
#avatar_preview {
|
||||
float:left;
|
||||
}
|
||||
|
||||
#avatar_preview {
|
||||
margin-left:29px;
|
||||
}
|
||||
|
||||
#avatar_preview_view {
|
||||
height:96px;
|
||||
width:96px;
|
||||
@ -1605,6 +1638,7 @@ overflow:hidden;
|
||||
#entity_statistics dt {
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.entity_profile dd {
|
||||
display:inline;
|
||||
}
|
||||
@ -1681,18 +1715,22 @@ margin-left:0;
|
||||
content: "(";
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.entity_profile .p-name:after {
|
||||
content: ")";
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.entity_profile .p-nickname:after,
|
||||
.entity_profile .p-nickname:before {
|
||||
content:"";
|
||||
}
|
||||
|
||||
.entity_profile dt,
|
||||
.entity_profile h2 {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.entity_profile .role {
|
||||
margin-left:11px;
|
||||
font-style:italic;
|
||||
@ -1708,19 +1746,24 @@ min-width:21%;
|
||||
.entity_actions h2 {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.entity_actions ul {
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
.entity_actions li {
|
||||
margin-bottom:7px;
|
||||
}
|
||||
|
||||
.entity_actions li:first-child {
|
||||
border-top:0;
|
||||
}
|
||||
|
||||
.entity_actions fieldset {
|
||||
border:0;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
.entity_actions legend {
|
||||
display:none;
|
||||
}
|
||||
@ -1802,6 +1845,7 @@ margin-bottom:11px;
|
||||
.entity_send-a-message .form_notice select {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.entity_send-a-message .form_notice .submit {
|
||||
position: absolute;
|
||||
top: 52px;
|
||||
@ -1813,16 +1857,18 @@ display:none;
|
||||
.entity_role {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.entity_moderation p,
|
||||
.entity_role p {
|
||||
|
||||
padding-bottom:2px;
|
||||
margin-bottom:7px;
|
||||
}
|
||||
|
||||
.entity_moderation ul,
|
||||
.entity_role ul {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.entity_moderation:hover ul,
|
||||
.entity_role:hover ul {
|
||||
display:block;
|
||||
@ -1841,13 +1887,16 @@ border-style:solid;
|
||||
list-style-type:none;
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.entity_tags li {
|
||||
display:inline;
|
||||
margin-right:7px;
|
||||
}
|
||||
|
||||
.entity_tags li:before {
|
||||
content:'\0009';
|
||||
}
|
||||
|
||||
.entity_tags p.error {
|
||||
clear:both;
|
||||
}
|
||||
@ -1858,12 +1907,15 @@ clear:both;
|
||||
border-bottom: 1px solid #ccc;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#filter_tags dt {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#filter_tags ul {
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
#filter_tags li {
|
||||
float:left;
|
||||
margin-left:7px;
|
||||
@ -1871,12 +1923,14 @@ padding-left:7px;
|
||||
border-left-width: 1px;
|
||||
border-left-style:solid;
|
||||
}
|
||||
|
||||
#filter_tags #filter_tags_all,
|
||||
#filter_tags #filter_tags_for {
|
||||
margin-left: 10px;
|
||||
border-left:0;
|
||||
padding-left:0;
|
||||
}
|
||||
|
||||
#filter_tags_all a,
|
||||
#filter_tags_for a {
|
||||
font-weight:bold;
|
||||
@ -1905,6 +1959,7 @@ display:none;
|
||||
margin-left: 7px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#filter_tags_item label,
|
||||
#filter_tags_item select {
|
||||
float:left;
|
||||
@ -1915,6 +1970,7 @@ float:left;
|
||||
clear:both;
|
||||
margin-left:38px;
|
||||
}
|
||||
|
||||
#filter_tags_item .submit {
|
||||
position:relative;
|
||||
top:3px;
|
||||
@ -1989,6 +2045,7 @@ content: ':';
|
||||
.peopletag .updated {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.peopletag .tag a{
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -2056,13 +2113,16 @@ display:none;
|
||||
.form_peopletag_edit_user_search #field {
|
||||
height:30px;
|
||||
}
|
||||
|
||||
.form_peopletag_edit_user_search .submit {
|
||||
width:60px;
|
||||
}
|
||||
|
||||
.form_user_remove_peopletag,
|
||||
.form_user_add_peopletag {
|
||||
float:right;
|
||||
}
|
||||
|
||||
.form_user_add_peopletag input.submit,
|
||||
.form_user_remove_peopletag input.submit {
|
||||
width:100px;
|
||||
@ -2080,9 +2140,11 @@ margin-bottom:18px;
|
||||
float:left;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
.applications li {
|
||||
list-style-type:none;
|
||||
}
|
||||
|
||||
.application img,
|
||||
#showapplication .entity_profile img,
|
||||
.form_data #application_icon img,
|
||||
@ -2090,6 +2152,7 @@ list-style-type:none;
|
||||
max-width:96px;
|
||||
max-height:96px;
|
||||
}
|
||||
|
||||
#apioauthauthorize .form_data img {
|
||||
margin-right:18px;
|
||||
float:left;
|
||||
@ -2118,25 +2181,31 @@ float:left;
|
||||
#showapplication .entity_profile {
|
||||
width:68%;
|
||||
}
|
||||
|
||||
#showapplication .entity_profile .entity_fn {
|
||||
margin-left:0;
|
||||
}
|
||||
|
||||
#showapplication .entity_profile .p-name:before,
|
||||
#showapplication .entity_profile .p-name:after {
|
||||
content:'';
|
||||
}
|
||||
|
||||
#showapplication .entity_data {
|
||||
clear:both;
|
||||
margin-bottom:18px;
|
||||
}
|
||||
|
||||
#showapplication .entity_data h2 {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#showapplication .entity_data dd {
|
||||
font-family:monospace;
|
||||
font-size:1.3em;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.form_data #application_types label.radio,
|
||||
.form_data #default_access_types label.radio {
|
||||
width:14.5%;
|
||||
@ -2169,9 +2238,11 @@ width:14.5%;
|
||||
#realtime_play {
|
||||
background-position: 0 -2308px;
|
||||
}
|
||||
|
||||
#realtime_pause {
|
||||
background-position: 0 -2374px;
|
||||
}
|
||||
|
||||
#realtime_popup {
|
||||
background-position: 0 -1714px;
|
||||
}
|
||||
@ -2307,15 +2378,19 @@ background-color:transparent;
|
||||
button.close {
|
||||
background-position:0 -1120px;
|
||||
}
|
||||
|
||||
button.minimize {
|
||||
background-position:0 -1912px;
|
||||
}
|
||||
|
||||
#export_data li a.rss {
|
||||
background-position:0 -130px;
|
||||
}
|
||||
|
||||
#export_data li a.atom {
|
||||
background-position:0 -64px;
|
||||
}
|
||||
|
||||
#export_data li a.foaf {
|
||||
background-position:0 1px;
|
||||
}
|
||||
@ -2330,6 +2405,7 @@ background-color:transparent;
|
||||
.form_group_queue #approve {
|
||||
background-position:2px -2174px;
|
||||
}
|
||||
|
||||
.form_group_queue #cancel {
|
||||
background-position:2px -2240px;
|
||||
}
|
||||
@ -2340,6 +2416,7 @@ background-position:2px -2240px;
|
||||
.form_peopletag_unsubscribe input.submit {
|
||||
background-position:5px -1246px;
|
||||
}
|
||||
|
||||
.form_group_join input.submit,
|
||||
.form_user_subscribe input.submit,
|
||||
.form_remote_authorize input.submit,
|
||||
@ -2348,6 +2425,7 @@ background-position:5px -1246px;
|
||||
.entity_subscribe a {
|
||||
background-position:5px -1181px;
|
||||
}
|
||||
|
||||
.peopletags_edit_button {
|
||||
background-position: 0 -724px;
|
||||
}
|
||||
@ -2358,118 +2436,154 @@ background-position: 5px -719px;
|
||||
.entity_send-a-message a {
|
||||
background-position: 5px -852px;
|
||||
}
|
||||
|
||||
.entity_nudge p,
|
||||
.form_user_nudge input.submit {
|
||||
background-position: 5px -785px;
|
||||
}
|
||||
|
||||
.form_user_block input.submit,
|
||||
.form_user_unblock input.submit,
|
||||
.form_group_block input.submit,
|
||||
.form_group_unblock input.submit {
|
||||
background-position: 5px -918px;
|
||||
}
|
||||
|
||||
.form_make_admin input.submit {
|
||||
background-position: 5px -983px;
|
||||
}
|
||||
|
||||
.entity_moderation p {
|
||||
background-position: 5px -1313px;
|
||||
}
|
||||
|
||||
.entity_sandbox input.submit {
|
||||
background-position: 5px -1380px;
|
||||
}
|
||||
|
||||
.entity_silence input.submit {
|
||||
background-position: 5px -1445px;
|
||||
}
|
||||
|
||||
.entity_delete input.submit {
|
||||
background-position: 5px -1511px;
|
||||
}
|
||||
|
||||
.entity_sandbox .form_user_unsandbox input.submit {
|
||||
background-position: 5px -2568px;
|
||||
}
|
||||
|
||||
.entity_silence .form_user_unsilence input.submit {
|
||||
background-position: 5px -2633px;
|
||||
}
|
||||
|
||||
.entity_role p {
|
||||
background-position: 5px -2436px;
|
||||
}
|
||||
|
||||
.entity_role_administrator .form_user_grantrole input.submit {
|
||||
background-position: 5px -983px;
|
||||
}
|
||||
|
||||
.entity_role_moderator .form_user_grantrole input.submit {
|
||||
background-position: 5px -1313px;
|
||||
}
|
||||
|
||||
.entity_role_administrator .form_user_revokerole input.submit {
|
||||
background-position: 5px -2699px;
|
||||
}
|
||||
|
||||
.entity_role_moderator .form_user_revokerole input.submit {
|
||||
background-position: 5px -2501px;
|
||||
}
|
||||
|
||||
.form_reset_key input.submit {
|
||||
background-position: 5px -1973px;
|
||||
}
|
||||
|
||||
.entity_clear input.submit {
|
||||
background-position: 5px -2039px;
|
||||
}
|
||||
|
||||
.entity_flag input.submit,
|
||||
.entity_flag p {
|
||||
background-position: 5px -2105px;
|
||||
}
|
||||
|
||||
.entity_approval input.approve,
|
||||
.entity_subscribe input.accept {
|
||||
background-position: 5px -2171px;
|
||||
}
|
||||
|
||||
.entity_approval input.cancel,
|
||||
.entity_subscribe input.reject {
|
||||
background-position: 5px -2237px;
|
||||
}
|
||||
|
||||
#realtime_play {
|
||||
background-position: 0 -2308px;
|
||||
}
|
||||
|
||||
#realtime_pause {
|
||||
background-position: 0 -2374px;
|
||||
}
|
||||
|
||||
#realtime_popup {
|
||||
background-position: 0 -1714px;
|
||||
}
|
||||
|
||||
.notice .attachment {
|
||||
background-position:0 -394px;
|
||||
}
|
||||
|
||||
.notice .attachment.more {
|
||||
background-position:0 -2770px;
|
||||
}
|
||||
|
||||
#attachments .attachment {
|
||||
background:none;
|
||||
}
|
||||
|
||||
.notice-options .notice_reply {
|
||||
background-position:0 -592px;
|
||||
}
|
||||
|
||||
.notice-options form.form_favor input.submit {
|
||||
background-position:0 -460px;
|
||||
}
|
||||
|
||||
.notice-options form.form_disfavor input.submit {
|
||||
background-position:0 -526px;
|
||||
}
|
||||
|
||||
.notice-options .notice_delete {
|
||||
background-position:0 -658px;
|
||||
}
|
||||
|
||||
.notice-options .form_repeat.processing {
|
||||
background-image:none;
|
||||
}
|
||||
|
||||
.notice-options form.form_repeat input.submit {
|
||||
background-position:0 -1582px;
|
||||
}
|
||||
|
||||
.notice-options .repeated {
|
||||
background-position:0 -1648px;
|
||||
}
|
||||
|
||||
#new_group a {
|
||||
background-position:0 -1054px;
|
||||
}
|
||||
|
||||
.form_notice label.notice_data-attach {
|
||||
background-position: 0 -328px;
|
||||
}
|
||||
|
||||
.form_notice label.notice_data-geo {
|
||||
background-position: 0 -1780px;
|
||||
}
|
||||
|
||||
.form_notice label.notice_data-geo.checked {
|
||||
background-position: 0 -1846px;
|
||||
}
|
||||
@ -2479,6 +2593,7 @@ background-position:0 -1054px;
|
||||
padding-left: 25px;
|
||||
background-position:0 -187px;
|
||||
}
|
||||
|
||||
#pagination .nav_next a {
|
||||
padding-top: 9px;
|
||||
padding-right: 25px;
|
||||
@ -2489,18 +2604,19 @@ background-position:0 -1054px;
|
||||
float: left;
|
||||
margin-right: 2em;
|
||||
}
|
||||
|
||||
#new_group, #group_search {
|
||||
margin-bottom:18px;
|
||||
}
|
||||
|
||||
#new_group a {
|
||||
padding-left:20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.entity_tags li.mode-private {
|
||||
color: #829D25;
|
||||
}
|
||||
|
||||
.mode-private .privacy_mode {
|
||||
background-position: 0px -1978px;
|
||||
}
|
||||
@ -2512,6 +2628,7 @@ font-weight: normal;
|
||||
background-color: white;
|
||||
min-height:30px;
|
||||
}
|
||||
|
||||
.ptag-ac-line:nth-child(odd) {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
@ -2560,10 +2677,12 @@ p { orphans: 2; widows: 1; }
|
||||
.form_subscription_edit .submit {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.timestamp dt, .timestamp dd,
|
||||
.device dt, .device dd {
|
||||
display:inline;
|
||||
}
|
||||
|
||||
.profiles li,
|
||||
.notices li {
|
||||
margin-bottom:18px;
|
||||
|
Loading…
Reference in New Issue
Block a user