UNPKG

sku-pg

Version:

Skulpt is a Javascript implementation of Python 2.x. Python that runs in your browser!

32 lines (25 loc) 617 B
/* Copyright 2007 The Closure Library Authors. All Rights Reserved.*/ /** * Styles for the Editor's Edit Link dialog. * * @author marcosalmeida@google.com (Marcos Almeida) */ .tr-link-dialog-explanation-text { font-size: 83%; margin-top: 15px; } .tr-link-dialog-target-input { width: 98%; /* 98% prevents scroll bars in standards mode. */ /* Input boxes for URLs and email address should always be LTR. */ direction: ltr; } .tr-link-dialog-email-warning { text-align: center; color: #c00; font-weight: bold; } .tr_pseudo-link { color: #00c; text-decoration: underline; cursor: pointer; }