|
|
@@ -1,266 +0,0 @@
|
|
|
-// Backgrounds
|
|
|
-// ---------------------
|
|
|
-
|
|
|
-
|
|
|
-/* ===================================================
|
|
|
- * popover-extra-placements.css v0.1
|
|
|
- * http://twitter.github.com/bootstrap-popover-extra-placements
|
|
|
- * ===================================================
|
|
|
- * Copyright 2012 Daniel Kleehammer
|
|
|
- *
|
|
|
- * Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
- * you may not use this file except in compliance with the License.
|
|
|
- * You may obtain a copy of the License at
|
|
|
- *
|
|
|
- * http://www.apache.org/licenses/LICENSE-2.0
|
|
|
- *
|
|
|
- * Unless required by applicable law or agreed to in writing, software
|
|
|
- * distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
- * See the License for the specific language governing permissions and
|
|
|
- * limitations under the License.
|
|
|
- * ========================================================== */
|
|
|
-
|
|
|
-
|
|
|
-/*************************
|
|
|
- * Top Positions
|
|
|
- *************************/
|
|
|
-
|
|
|
-/** Top Left **/
|
|
|
-.popover.topLeft {
|
|
|
- margin-top: -10px;
|
|
|
-}
|
|
|
-
|
|
|
-.popover.topLeft .arrow {
|
|
|
- bottom: -10px;
|
|
|
- left: 25%;
|
|
|
- margin-left: -10px;
|
|
|
- border-width: 10px 10px 0;
|
|
|
- border-top-color: @popoverTitleBackground;
|
|
|
-}
|
|
|
-
|
|
|
-.popover.topLeft .arrow:after {
|
|
|
- border-width: 11px 11px 0;
|
|
|
- border-top-color: rgba(0, 0, 0, 0.25);
|
|
|
- bottom: -1px;
|
|
|
- left: -11px;
|
|
|
-}
|
|
|
-
|
|
|
-/** Top Right **/
|
|
|
-.popover.topRight {
|
|
|
- margin-top: -10px;
|
|
|
-}
|
|
|
-
|
|
|
-.popover.topRight .arrow {
|
|
|
- bottom: -10px;
|
|
|
- left: 75%;
|
|
|
- margin-left: -10px;
|
|
|
- border-width: 10px 10px 0;
|
|
|
- border-top-color: @popoverTitleBackground;;
|
|
|
-}
|
|
|
-
|
|
|
-.popover.topRight .arrow:after {
|
|
|
- border-width: 11px 11px 0;
|
|
|
- border-top-color: rgba(0, 0, 0, 0.25);
|
|
|
- bottom: -1px;
|
|
|
- left: -11px;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-/*************************
|
|
|
- * Right Positions
|
|
|
- *************************/
|
|
|
-.popover {
|
|
|
- &.rightTop .arrow {
|
|
|
- top: 10%;
|
|
|
- left: -@popoverArrowOuterWidth;
|
|
|
- margin-top: -@popoverArrowOuterWidth;
|
|
|
- border-left-width: 0;
|
|
|
- border-right-color: #999; // IE8 fallback
|
|
|
- border-right-color: @popoverArrowOuterColor;
|
|
|
- &:after {
|
|
|
- left: 1px;
|
|
|
- bottom: -@popoverArrowWidth;
|
|
|
- border-left-width: 0;
|
|
|
- border-right-color: @popoverArrowColor;
|
|
|
- }
|
|
|
- }
|
|
|
- &.rightBottom .arrow {
|
|
|
- top: 90%;
|
|
|
- left: -@popoverArrowOuterWidth;
|
|
|
- margin-top: -@popoverArrowOuterWidth;
|
|
|
- border-left-width: 0;
|
|
|
- border-right-color: #999; // IE8 fallback
|
|
|
- border-right-color: @popoverArrowOuterColor;
|
|
|
- &:after {
|
|
|
- left: 1px;
|
|
|
- bottom: -@popoverArrowWidth;
|
|
|
- border-left-width: 0;
|
|
|
- border-right-color: @popoverArrowColor;
|
|
|
- }
|
|
|
- }
|
|
|
- &.bottomLeft .arrow {
|
|
|
- left: 10%;
|
|
|
- margin-left: -@popoverArrowOuterWidth;
|
|
|
- border-top-width: 0;
|
|
|
- border-bottom-color: #999; // IE8 fallback
|
|
|
- border-bottom-color: @popoverArrowOuterColor;
|
|
|
- top: -@popoverArrowOuterWidth;
|
|
|
- &:after {
|
|
|
- top: 1px;
|
|
|
- margin-left: -@popoverArrowWidth;
|
|
|
- border-top-width: 0;
|
|
|
- border-bottom-color: @popoverArrowColor;
|
|
|
- }
|
|
|
- }
|
|
|
- &.bottomRight .arrow {
|
|
|
- left: 90%;
|
|
|
- margin-left: -@popoverArrowOuterWidth;
|
|
|
- border-top-width: 0;
|
|
|
- border-bottom-color: #999; // IE8 fallback
|
|
|
- border-bottom-color: @popoverArrowOuterColor;
|
|
|
- top: -@popoverArrowOuterWidth;
|
|
|
- &:after {
|
|
|
- top: 1px;
|
|
|
- margin-left: -@popoverArrowWidth;
|
|
|
- border-top-width: 0;
|
|
|
- border-bottom-color: @popoverArrowColor;
|
|
|
- }
|
|
|
- }
|
|
|
- &.leftTop .arrow {
|
|
|
- top: 10%;
|
|
|
- right: -@popoverArrowOuterWidth;
|
|
|
- margin-top: -@popoverArrowOuterWidth;
|
|
|
- border-right-width: 0;
|
|
|
- border-left-color: #999; // IE8 fallback
|
|
|
- border-left-color: @popoverArrowOuterColor;
|
|
|
- &:after {
|
|
|
- right: 1px;
|
|
|
- border-right-width: 0;
|
|
|
- border-left-color: @popoverArrowColor;
|
|
|
- bottom: -@popoverArrowWidth;
|
|
|
- }
|
|
|
- }
|
|
|
- &.leftBottom .arrow {
|
|
|
- top: 90%;
|
|
|
- right: -@popoverArrowOuterWidth;
|
|
|
- margin-top: -@popoverArrowOuterWidth;
|
|
|
- border-right-width: 0;
|
|
|
- border-left-color: #999; // IE8 fallback
|
|
|
- border-left-color: @popoverArrowOuterColor;
|
|
|
- &:after {
|
|
|
- right: 1px;
|
|
|
- border-right-width: 0;
|
|
|
- border-left-color: @popoverArrowColor;
|
|
|
- bottom: -@popoverArrowWidth;
|
|
|
- }
|
|
|
- }
|
|
|
- &.topLeft .arrow {
|
|
|
- left: 10%;
|
|
|
- margin-left: -@popoverArrowOuterWidth;
|
|
|
- border-bottom-width: 0;
|
|
|
- border-top-color: #999; // IE8 fallback
|
|
|
- border-top-color: @popoverArrowOuterColor;
|
|
|
- bottom: -@popoverArrowOuterWidth;
|
|
|
- &:after {
|
|
|
- bottom: 1px;
|
|
|
- margin-left: -@popoverArrowWidth;
|
|
|
- border-bottom-width: 0;
|
|
|
- border-top-color: @popoverArrowColor;
|
|
|
- }
|
|
|
- }
|
|
|
- &.topRight .arrow {
|
|
|
- left: 90%;
|
|
|
- margin-left: -@popoverArrowOuterWidth;
|
|
|
- border-bottom-width: 0;
|
|
|
- border-top-color: #999; // IE8 fallback
|
|
|
- border-top-color: @popoverArrowOuterColor;
|
|
|
- bottom: -@popoverArrowOuterWidth;
|
|
|
- &:after {
|
|
|
- bottom: 1px;
|
|
|
- margin-left: -@popoverArrowWidth;
|
|
|
- border-bottom-width: 0;
|
|
|
- border-top-color: @popoverArrowColor;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-// typeahead max height
|
|
|
-.typeahead {
|
|
|
- max-height: 300px;
|
|
|
- overflow-y: auto;
|
|
|
-}
|
|
|
-
|
|
|
-// Labels & Badges
|
|
|
-.label-tag {
|
|
|
- background-color: @purple;
|
|
|
- color: darken(@white, 5%);
|
|
|
- white-space: nowrap;
|
|
|
- border-radius: 3px;
|
|
|
- text-shadow: none;
|
|
|
- font-size: 13px;
|
|
|
- padding: 2px 6px;
|
|
|
- border-width: 1px;
|
|
|
- border-style: solid;
|
|
|
- .icon-tag {
|
|
|
- position: relative;
|
|
|
- top: 1px;
|
|
|
- padding-right: 4px;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.label-tag:hover {
|
|
|
- opacity: 0.85;
|
|
|
- background-color: darken(@purple, 10%);
|
|
|
-}
|
|
|
-
|
|
|
-.label-tag-email {
|
|
|
- padding-left: 25px;
|
|
|
- background: @black url(/img/envelope.png) 5px 50% no-repeat !important;
|
|
|
- border-color: @black !important;
|
|
|
- font-size: 12px;
|
|
|
- font-weight: normal;
|
|
|
- border-radius: 5px;
|
|
|
-}
|
|
|
-
|
|
|
-
|
|
|
-// inspector
|
|
|
-.inspector-request-table {
|
|
|
- td {
|
|
|
- padding: 5px;
|
|
|
- }
|
|
|
-
|
|
|
- td:first-child {
|
|
|
- white-space: nowrap;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.modal-body {
|
|
|
- padding: 0;
|
|
|
-}
|
|
|
-
|
|
|
-// pre
|
|
|
-code, pre {
|
|
|
- background-color: @codeTagBackground;
|
|
|
- color: @textColor;
|
|
|
- border: 1px solid darken(@codeTagBackground, 15%);
|
|
|
- padding: 2px;
|
|
|
-}
|
|
|
-
|
|
|
-.dropdown-menu {
|
|
|
- min-width: 140px;
|
|
|
- > li > a {
|
|
|
- padding: 3px 20px 3px 15px;
|
|
|
- i {
|
|
|
- padding-right: 5px;
|
|
|
- color: @linkColorDisabled;
|
|
|
- }
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-.dropdown-submenu>.dropdown-menu.dropdown-submenu-left {
|
|
|
- left: auto;
|
|
|
- right: 100%;
|
|
|
- margin-left: 0;
|
|
|
- margin-right: -1px;
|
|
|
-}
|