X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Frelationship.css;h=d64acabdf93024c4396a44981e34ba4dbb6be167;hb=0b4231b3ce59dc8e1974dc63d7e85a32d340a08d;hp=0d852136a76bd63c4e3f9f8f39e085d3d62c9525;hpb=457430a63c319dac8dc4369431960a1cf4437f86;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/relationship.css b/root/css/relationship.css index 0d85213..d64acab 100644 --- a/root/css/relationship.css +++ b/root/css/relationship.css @@ -32,6 +32,14 @@ body { height: 55px; padding-top: 40px; } +.segment_guide { + color: #488dd2; + padding-left: 30px; + padding-right: 30px; +} +.selected { + background-color: #dadada; +} h1.title a:link, h1.title a:visited, h1.title a:active { color: #666; font-weight: bold; @@ -74,6 +82,28 @@ span.apimore { padding-top: 5px; padding-bottom: 5px; } +#loading_overlay { + display: none; + position: absolute; + height: 500px; + width: 89%; + z-index: 2; + opacity: 0.7; + background-image: url("cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png"); + background-repeat: repeat; + background-attachment: scroll; + background-position: 50% 50%; + background-color: #EEEEEE; +} +#loading_message { + position: relative; + background-color: #EDF1FA; + color: #222222; + border: 2px solid #B0C6F7; + height: 20px; + width: 150px; + padding: 20px; +} #dialog_overlay { display: none; position: absolute; @@ -170,3 +200,34 @@ span.apimore { list-style: none; margin-bottom: 3px; } + +.draggable { + cursor:pointer; +} + +.noselect { +-webkit-touch-callout: none; +-webkit-user-select: none; +-khtml-user-select: none; +-moz-user-select: none; +-ms-user-select: none; +user-select: none; +} + +#normalization { + float: left; + padding: 10px; +} +#relemmatize_pending { + float: left; + padding: 10px; + display: none; +} +#morph_outer { + clear: both; + float: left; +} +#morphology { + text-align: right; + margin: 10px; +}