X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fglobal.css;h=e50e87ec2a613742c59523f4e49dc989fdaeec75;hb=2edad06972057dad1d959e8b4affa4916df0d5bc;hp=b729f1fa8e84918aec04e2add32650225a121c6b;hpb=c969635bbcfba969033690b801594aae59ace3ef;p=friendica.git diff --git a/view/global.css b/view/global.css index b729f1fa8e..e50e87ec2a 100644 --- a/view/global.css +++ b/view/global.css @@ -160,7 +160,6 @@ span.connector { } .shared_header a { - color: black; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -168,10 +167,6 @@ span.connector { transition: all 0.2s ease-in-out; } -.shared_header a:hover { - color: #36c; -} - .shared_header img { -webkit-border-radius: 4px; -moz-border-radius: 4px; @@ -180,11 +175,6 @@ span.connector { margin-right: 9px; } -.shared_header span { - display: table-cell; - float: none; -} - blockquote.shared_content { margin-left: 32px; color: #000; @@ -274,7 +264,7 @@ code, key { } /* notifications unseen */ -.notify-unseen { background-color: #cceeFF; } +.notification-unseen { background-color: #cceeFF; } /* autocomplete popup */ ul.acpopup { @@ -406,22 +396,6 @@ a { .selected-identity img { border: 2px solid #ff0000; } -/* poke */ -#poke-desc { - margin: 5px 0 10px; -} - -#poke-wrapper { - padding: 10px 0 0px; -} - -#poke-recipient, #poke-action, #poke-privacy-settings { - margin: 10px 0 30px; -} - -#poke-recip-label, #poke-action-label, #prvmail-message-label { - margin: 10px 0 10px; -} .version-match { font-weight: bold; color: #00a700; @@ -486,13 +460,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 +523,7 @@ td.pendingnote > p > span { } /* warning message */ -.crepair-error-message, +.contact-advanced-error-message, .warning-message { padding: 10px; margin: 5px; @@ -638,4 +612,42 @@ span.emoji.mastodon img { #exception .hare { display: none; } -} \ No newline at end of file +} + +/* 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; +} + +span.required { + color: #c80000; +}