X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Frelationship.css;h=563b29392fd8c68063967964c70df6d4f0527d80;hb=759f18682e630024a3b3d30cc8cf1b0e7ebdfb43;hp=9b778b60c9b7e4d7580662d6c371e792af2cf4d3;hpb=ea8e8b3c151729c44479da68aefafdfa0f6f89b2;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/relationship.css b/root/css/relationship.css index 9b778b6..563b293 100644 --- a/root/css/relationship.css +++ b/root/css/relationship.css @@ -5,19 +5,6 @@ body { font-size: 85%; background: #EDF1FA; } -.error { - color: red; -} -#topbanner { - width: 100%; - height: 100px; - margin-top: 20px; -} -#bannerinfo { - float: right; - margin-right: 12%; - margin-top: 15px; -} #logoimg { float: left; margin-left: 20px; @@ -112,7 +99,7 @@ span.apimore { background-attachment: scroll; background-position: 50% 50%; background-color: #EEEEEE; - opacity: 0.7; + opacity: 0.5; padding-bottom: 5px; padding-top: 5px; border: 2px solid #B0C6F7; @@ -200,3 +187,50 @@ 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; +} +.key .key_tip_container { + visibility: hidden; + position:absolute; + left:-150px; + width:140px; +} +.key:hover .key_tip { + padding: 4px; + font-size: 60%; + position: relative; + top: -18px; + visibility: visible; + border: 1px solid #B2B26B; + background-color: #FFFFCC; + z-index: 51; /* Cf. #update_workspace_button */ +}