X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fservice.infodrom.org;a=blobdiff_plain;f=src%2Finfodrom.css;h=ad15cbea84691536e3aaa99c942ba98e921ad4ef;hp=788fe08ef63bb3fd21537d983169b7d198ff58b3;hb=fbb98827f0cd6926ecd0f12ba33dc88d1f03f85e;hpb=d5207908a4a14d9f348e7335114fee7d4f639d88;ds=sidebyside diff --git a/src/infodrom.css b/src/infodrom.css index 788fe08..ad15cbe 100644 --- a/src/infodrom.css +++ b/src/infodrom.css @@ -159,22 +159,52 @@ div.popup { position: absolute; } div.popup_title { + top: 0px; width: 100%; - cursor: move; - background: #EEE; - margin-bottom: 5px; + background: #b0e2ff; + margin-top: -1em; + margin-bottom: 0px; font-weight: bold; - padding-bottom: 1px; + padding-top: 0px; + padding-bottom: 1.35ex; + border-bottom: 1px solid #777; +} +div.popup_title p { + padding-left: 3px; + padding-bottom: 0px; + margin-bottom: -0.65em; + cursor: move; +} +div.popup_title img { + position: absolute; + right: 5px; + top: 3px; + cursor; pointer; } div.popup_body { padding-left: 2px; padding-right: 2px; - padding-bottom: 4px; + padding-bottom: 2px; } div.popup label { margin-top: 2px; display: block; } +div.popup#errorwindow div.popup_title { + background: #ffa54f; + background: #ff3030; +} +div.popup#errorwindow div.popup_title p { + color: white; +} +div.popup#errorwindow div#errorbody { + padding: 5px; + font-weight: bold; + font-size: 110%; +} +div.popup#errorwindow div.popup_body { + background: #ffe4c4; +} /* * Calendar @@ -183,6 +213,35 @@ table#fc { z-index: 100; } +/* + * jQuery & Co. + */ +div#message_div { + background: #ffffcd; + color: #555; + border: 1px solid limegreen; + font-size: 120%; + padding: 5px; +} + +.autocomplete-suggestions { + background: white; + border-left: 1px solid #999; + border-right: 1px solid #999; + border-bottom: 1px solid #999; +} +.autocomplete-suggestion { + background: #eefaff; + cursor: default; +} +.autocomplete-suggestion:hover { + background: yellow; +} + +[data-is-editing="1"] { + background: lightblue !important; +} + /* * Footer */ @@ -199,9 +258,3 @@ div.footerright { font-size: xx-small; } -/* - * Local variables: - * mode: indented-text - * mode: auto-fill - * End: -*/