aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/closure-library/closure/goog/css/editor/linkdialog.css
diff options
context:
space:
mode:
Diffstat (limited to 'contexts/data/lib/closure-library/closure/goog/css/editor/linkdialog.css')
-rw-r--r--contexts/data/lib/closure-library/closure/goog/css/editor/linkdialog.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/contexts/data/lib/closure-library/closure/goog/css/editor/linkdialog.css b/contexts/data/lib/closure-library/closure/goog/css/editor/linkdialog.css
deleted file mode 100644
index a58a4b2..0000000
--- a/contexts/data/lib/closure-library/closure/goog/css/editor/linkdialog.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * Copyright 2007 The Closure Library Authors. All Rights Reserved.
- *
- * Use of this source code is governed by the Apache License, Version 2.0.
- * See the COPYING file for details.
- */
-
-/**
- * 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;
-}