X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fbase%2Fcss%2Fdisplay.css;h=325820a0d9bfbbfeb8376f467e9a778f39762082;hb=31c1177970124cee31823cab3a11542c23b4126d;hp=cd0e00d8607490a3c9105be79331369a574cc8a5;hpb=0a71622aa731c62c89ba84ef86d21fd168521ee1;p=quix0rs-gnu-social.git diff --git a/theme/base/css/display.css b/theme/base/css/display.css index cd0e00d860..325820a0d9 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -218,7 +218,7 @@ font-weight:bold; #form_settings_avatar legend, #newgroup legend, #editgroup legend, -#form_tag_user legend, +.form_tag_user legend, #form_remote_subscribe legend, #form_openid_login legend, #form_search legend, @@ -228,10 +228,22 @@ font-weight:bold; #form_password_change legend, .form_entity_block legend, #form_filter_bytag legend, -#apioauthauthorize_allowdeny { +#apioauthauthorize_allowdeny, +.form_tag_user_wrap form, +.form_tag_user_wrap label, +.form_tag_user_wrap legend { display:none; } - +.form_tag_user_wrap { +clear:both; +} +.form_tag_user { +float:left; +width:auto; +} +.form_tag_user input.submit { +width:50px; +} .form_settings .form_data p.form_guide { clear:both; margin-left:26%; @@ -709,7 +721,7 @@ min-height:123px; float:left; margin-bottom:18px; margin-left:0; -overflow:hidden; +overflow:visible; } .entity_profile dt, #entity_statistics dt { @@ -737,6 +749,17 @@ margin-bottom:18px; margin-left:113px; margin-bottom:4px; } +.entity_tags p.error { +clear:both; +} + +.peopletags_edit_button { +cursor:pointer; +border:0; +padding:0; +width:16px; +height:16px; +} .entity_profile .entity_fn, .entity_profile .entity_nickname { @@ -777,7 +800,6 @@ font-style:italic; .entity_actions { float:right; margin-left:2%; -margin-bottom:18px; min-width:21%; } .entity_actions h2 { @@ -966,13 +988,89 @@ min-height:60px; .profile .form_group_join legend, .profile .form_group_leave legend, .profile .form_user_subscribe legend, -.profile .form_user_unsubscribe legend { +.profile .form_user_unsubscribe legend, +.form_user_add_peopletag legend, +.form_user_remove_peopletag legend { display:none; } - +.profile_search_wrap h3 { +float:left; +font-weight:normal; +margin-right:10px; +} .profiles { list-style-type:none; } +.peopletag .entry-content { +width:auto; +} +.peopletag .tagged-count a:after, +.peopletag .subscriber-count a:after { +content: ':'; +} +.peopletag .updated { +display:none; +} +.peopletag .tag a{ +font-weight: bold; +text-decoration: none; +} +.peopletag .tag:before { +/* raquo */ +content: "\00BB"; +} +.peopletag .entity_statistics { +font-size:80%; +} +.peopletag .entity_statistics a { +text-decoration:none; +} + +.profile-lister { +list-style-type:none; +} +.profile-lister li { +min-height:30px; +padding:5px; +clear:both; +} +.profile-lister li a { +text-decoration:none; +} +.profile-lister li .photo { +display:inline; +margin-right:7px; +margin-bottom:-5px; +} +.profile-lister li .fn { +font-weight:bold; +} +#profile_search_results { +border-radius:4px; +-moz-border-radius:4px; +-webkit-border-radius:4px; +} +.form_peopletag_edit_user_search legend, +.form_peopletag_edit_user_search label, +.form_peopletag_edit_user_search .form_guide { +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; +padding-left:25px; +text-align:left; +} .profile .entity_profile .fn.nickname, .profile .entity_profile .url[rel~=contact] { margin-left:0; @@ -992,15 +1090,19 @@ clear:none; .profile .entity_profile .entity_tags, .profile .entity_profile .form_subscription_edit { margin-left:59px; +margin-bottom:7px; clear:none; display:block; width:auto; } -.profile .entity_profile .entity_tags dt { +.entity_profile .entity_tags dt { display:inline; +float:left; margin-right:11px; } - +.profile .entity_profile .form_subscription_edit { +clear:left; +} .profile .entity_profile .form_subscription_edit label { font-weight:normal; margin-right:11px; @@ -1085,7 +1187,8 @@ width:14.5%; /* NOTICE */ .notice, .profile, -.application { +.application, +#content .peopletag { position:relative; padding-top:11px; padding-bottom:11px; @@ -1353,7 +1456,8 @@ margin-left:0; } .notice-options input, .notice-options a, -.notice-options .repeated { +.notice-options .repeated, +.peopletags_edit_button { text-indent:-9999px; outline:none; } @@ -1397,7 +1501,8 @@ height:16px; position:relative; padding-left:16px; } -.notice .attachment.more { +.notice .attachment.more, +.mode-private .privacy_mode { text-indent:-9999px; width:16px; height:16px; @@ -1510,16 +1615,22 @@ padding-left:7px; border-left-width:1px; border-left-style:solid; } -#filter_tags #filter_tags_all { +#filter_tags #filter_tags_all, +#filter_tags #filter_tags_for { margin-left:0; border-left:0; padding-left:0; } -#filter_tags_all a { +#filter_tags_all a, +#filter_tags_for a { +text-decoration:none; font-weight:bold; margin-top:7px; float:left; } +#filter_tags_for a { +margin:0; +} #filter_tags_item label { margin-right:7px; @@ -1538,6 +1649,15 @@ position:relative; top:3px; left:3px; } +#filter_tags #form_filter_bymode .form_guide { +display:none; +} +#filter_tags #form_filter_bymode .checkbox { +float:none; +} +#filter_tags #form_filter_bymode legend { +display:none; +} .pagination { float:left; @@ -1793,6 +1913,33 @@ width:auto; min-width:0; } +/* tag autocomplete */ + +.tagInputDiv { +display: none; +position: absolute; +overflow: auto; +margin-top:-1px; +z-index: 99; +} + +.tagInputLine { +font-weight: normal; +padding:4px; +} + +.tagInputLineTag { +min-width: 150px; +display: inline-block; +} + +.tagInputLineFreq { +min-width: 50px; +text-align: right; +display: inline-block; +float:right; +} + .inline-attachment img { /* Why on earth is this changed to block at the top? */ display: inline;