Path: blob/trunk/third_party/closure/goog/css/editor/linkdialog.css
2868 views
/*1* Copyright 2007 The Closure Library Authors. All Rights Reserved.2*3* Use of this source code is governed by the Apache License, Version 2.0.4* See the COPYING file for details.5*/67/**8* Styles for the Editor's Edit Link dialog.9*10* @author [email protected] (Marcos Almeida)11*/121314.tr-link-dialog-explanation-text {15font-size: 83%;16margin-top: 15px;17}1819.tr-link-dialog-target-input {20width: 98%; /* 98% prevents scroll bars in standards mode. */21/* Input boxes for URLs and email address should always be LTR. */22direction: ltr;23}2425.tr-link-dialog-email-warning {26text-align: center;27color: #c00;28font-weight: bold;29}3031.tr_pseudo-link {32color: #00c;33text-decoration: underline;34cursor: pointer;35}363738