X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=9805a615436f86c69cfc9727c9c1012fcb796538;hb=eefa699bb24ccef155d5a808d132e13017bfe1ff;hp=b82ad6e030db687e55ea2ebe5e9fd0d6a914e77b;hpb=188720c3cd3d1f4a163bf5ee0ad603d25a8d0a1f;p=friendica.git diff --git a/view/global.css b/view/global.css index b82ad6e030..9805a61543 100644 --- a/view/global.css +++ b/view/global.css @@ -486,13 +486,13 @@ aside .help-aside-wrapper h1 { opacity: 1.0; } -.crepair-label { +.contact-advanced-label { margin-top: 10px; float: left; width: 250px; } -.crepair-input { +.contact-advanced-input { margin-top: 10px; float: left; width: 200px; @@ -549,7 +549,7 @@ td.pendingnote > p > span { } /* warning message */ -.crepair-error-message, +.contact-advanced-error-message, .warning-message { padding: 10px; margin: 5px; @@ -639,3 +639,37 @@ span.emoji.mastodon img { display: none; } } + +/* Profile Settings Custom Fields */ +body.dragging, body.dragging * { + cursor: ns-resize !important; +} + +.dragged { + position: absolute; + opacity: 0.5; + z-index: 2000; +} + +#profile-custom-fields > fieldset > legend { + cursor: ns-resize; +} + +#profile-custom-fields div.placeholder { + position: relative; + margin: 0; + padding: 0; + border-top: 1px dotted black; +} +#profile-custom-fields div.placeholder:before { + position: absolute; + content: ""; + width: 0; + height: 0; + margin-top: -7px; + left: -7px; + top: -1px; + border: 7px solid transparent; + border-left-color: black; + border-right: none; +}