Path: blob/trunk/third_party/closure/goog/css/editor/bubble.css
2868 views
/*1* Copyright 2005 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* Bubble styles.9*10* @author [email protected] (Robby Walker)11* @author [email protected] (Nick Santos)12* @author [email protected] (Julie Parent)13*/1415div.tr_bubble {16position: absolute;1718background-color: #e0ecff;19border: 1px solid #99c0ff;20border-radius: 2px;21-moz-border-radius: 2px;22-webkit-border-radius: 2px;23font-size: 83%;24font-family: Arial, Helvetica, sans-serif;25padding: 2px 19px 6px 6px;26white-space: nowrap;27}2829.tr_bubble_link {30color: #00c;31text-decoration: underline;32cursor: pointer;33font-size: 100%;34}3536.tr_bubble .tr_option-link,37.tr_bubble #tr_delete-image,38.tr_bubble #tr_module-options-link {39font-size: 83%;40}4142.tr_bubble_closebox {43position: absolute;44cursor: default;45background: url(//ssl.gstatic.com/editor/bubble_closebox.gif) top left no-repeat;46padding: 0;47margin: 0;48width: 10px;49height: 10px;50top: 3px;51right: 5px;52}5354div.tr_bubble_panel {55padding: 2px 0 1px;56}5758div.tr_bubble_panel_title {59display: none;60}6162div.tr_multi_bubble div.tr_bubble_panel_title {63margin-right: 1px;64display: block;65float: left;66width: 50px;67}6869div.tr_multi_bubble div.tr_bubble_panel {70padding: 2px 0 1px;71margin-right: 50px;72}737475