2013-10-11 21:28:02 -04:00
|
|
|
* {
|
2014-12-22 15:13:23 -05:00
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
2013-11-20 16:17:47 -05:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-02-17 19:37:37 -05:00
|
|
|
.btn {
|
|
|
|
outline: none !important;
|
|
|
|
}
|
|
|
|
|
2013-12-26 22:28:50 -05:00
|
|
|
@media (max-width: 410px) {
|
2013-12-26 22:28:32 -05:00
|
|
|
.olrk-normal {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-08-12 15:17:48 -04:00
|
|
|
.repo-search {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.repo-search {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-02-24 17:41:30 -05:00
|
|
|
.announcement a {
|
|
|
|
color: lightblue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.announcement {
|
|
|
|
position: absolute;
|
2015-05-06 17:58:53 -04:00
|
|
|
z-index: 3;
|
2015-02-24 17:41:30 -05:00
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
background: rgba(8, 61, 95, 0.6);
|
|
|
|
min-height: 45px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 45px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.announcement.inline {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.announcement .spacer {
|
|
|
|
display: inline-block;
|
|
|
|
width: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.announcement img {
|
|
|
|
height: 45px;
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.announcement .plus {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2014-10-27 17:05:16 -04:00
|
|
|
.scrollable-menu {
|
|
|
|
max-height: 400px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2014-10-23 16:39:10 -04:00
|
|
|
.dropdown.input-group-addon {
|
|
|
|
padding: 0px;
|
|
|
|
border: 0px;
|
|
|
|
background-color: transparent;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown.input-group-addon .dropdown-toggle {
|
|
|
|
border-left: 0px;
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
}
|
2014-08-12 15:17:48 -04:00
|
|
|
|
2014-08-11 21:47:04 -04:00
|
|
|
#quay-logo {
|
2015-10-22 14:56:36 -04:00
|
|
|
margin-left: 10px;
|
2015-10-23 23:43:31 +00:00
|
|
|
margin-top: 1px;
|
2014-12-12 18:25:30 -05:00
|
|
|
height: 36px;
|
2014-09-09 12:57:05 -04:00
|
|
|
width: 100px;
|
2014-12-12 18:25:30 -05:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
background-position: center;
|
|
|
|
display: inline-block;
|
2014-08-11 21:47:04 -04:00
|
|
|
}
|
|
|
|
|
2015-10-22 14:56:36 -04:00
|
|
|
#quay-logo.hosted-logo {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
|
2014-08-11 21:47:04 -04:00
|
|
|
#padding-container {
|
|
|
|
padding: 20px;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d3-tip {
|
|
|
|
position: absolute;
|
|
|
|
left: -100000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#co-l-footer-wrapper {
|
|
|
|
clear: both;
|
|
|
|
min-height: 100%;
|
|
|
|
height: auto !important;
|
|
|
|
height: 100%;
|
|
|
|
margin-bottom: -64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#co-l-footer-wrapper #co-l-footer-push {
|
|
|
|
height: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#co-l-footer img {
|
|
|
|
height: 50px;
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#co-l-footer .col-md-4 {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#co-l-footer {
|
|
|
|
clear: both;
|
|
|
|
position: relative;
|
|
|
|
background-color: white;
|
|
|
|
height: 64px;
|
|
|
|
min-height: 64px;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-panel {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 30px;
|
|
|
|
|
|
|
|
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
|
|
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
|
|
-ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
|
|
-o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
|
|
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
max-width: none !important;
|
|
|
|
}
|
|
|
|
|
2014-03-12 16:05:32 -04:00
|
|
|
.notification-view-element {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
position: relative;
|
|
|
|
max-width: 320px;
|
|
|
|
}
|
|
|
|
|
2014-08-15 21:56:29 -04:00
|
|
|
.notification-view-element .right-controls button {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-view-element .message i.fa {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-03-12 19:00:24 -04:00
|
|
|
.notification-view-element .orginfo {
|
|
|
|
margin-top: 8px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-view-element .orginfo .orgname {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
2014-03-12 16:05:32 -04:00
|
|
|
.notification-view-element .circle {
|
|
|
|
position: absolute;
|
2015-02-17 19:37:37 -05:00
|
|
|
top: 15px;
|
2014-03-12 16:05:32 -04:00
|
|
|
left: 0px;
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
width: 12px;
|
2014-03-12 16:05:32 -04:00
|
|
|
height: 12px;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-view-element .datetime {
|
2014-03-12 19:00:24 -04:00
|
|
|
margin-top: 16px;
|
2014-03-12 16:05:32 -04:00
|
|
|
font-size: 12px;
|
|
|
|
color: #aaa;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2014-03-12 19:00:24 -04:00
|
|
|
.notification-view-element .message {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
2015-02-17 19:37:37 -05:00
|
|
|
.notification-view-element .notification-content {
|
2014-03-12 16:05:32 -04:00
|
|
|
padding: 10px;
|
|
|
|
border-radius: 6px;
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
|
2015-02-17 19:37:37 -05:00
|
|
|
.notification-view-element .notification-content:hover {
|
2014-03-12 16:05:32 -04:00
|
|
|
background: rgba(66, 139, 202, 0.1);
|
|
|
|
}
|
|
|
|
|
2014-07-28 18:23:46 -04:00
|
|
|
.notification-view-element .right-controls {
|
|
|
|
text-align: right;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2014-03-05 16:27:56 -05:00
|
|
|
.dockerfile-path {
|
|
|
|
margin-top: 10px;
|
|
|
|
padding: 20px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dockerfile-path:before {
|
|
|
|
content: "\f15b";
|
|
|
|
font-family: FontAwesome;
|
|
|
|
margin-right: 8px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2014-02-17 18:31:45 -05:00
|
|
|
.dockerfile-view {
|
2014-03-05 16:27:56 -05:00
|
|
|
margin-top: 10px;
|
2014-02-17 18:31:45 -05:00
|
|
|
margin: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
background: #F7F6F6;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dockerfile-view .entry {
|
|
|
|
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dockerfile-view .entry.comment {
|
|
|
|
color: rgb(82, 172, 82);
|
|
|
|
}
|
|
|
|
|
|
|
|
.dockerfile-command {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dockerfile-command .command-title {
|
|
|
|
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
|
|
|
padding-left: 90px;
|
2015-03-23 15:22:22 -04:00
|
|
|
display: inline-block;
|
2014-02-17 18:31:45 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.dockerfile-command .label {
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
padding-top: 4px;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 4px;
|
|
|
|
width: 86px;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
border-right: 4px solid #aaa;
|
|
|
|
background-color: #333;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: -4px;
|
|
|
|
}
|
|
|
|
|
2014-01-14 15:19:47 -05:00
|
|
|
.codetooltipcontainer .tooltip-inner {
|
|
|
|
white-space:pre;
|
|
|
|
max-width:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.codetooltip {
|
|
|
|
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-12-17 13:19:59 -05:00
|
|
|
.resource-view-element {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resource-view-element .resource-spinner {
|
|
|
|
z-index: 1;
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
opacity: 0;
|
|
|
|
transition: opacity 0s ease-in-out;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resource-view-element .resource-content {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2015-03-11 17:47:12 -07:00
|
|
|
.resource-view.element .resource-content.hidden .tab-content > .active {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2013-12-17 13:19:59 -05:00
|
|
|
.resource-view-element .resource-content.visible {
|
|
|
|
z-index: 2;
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resource-view-element .resource-error {
|
|
|
|
margin: 10px;
|
|
|
|
font-size: 16px;
|
|
|
|
color: #444;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.resource-view-element .resource-spinner.visible {
|
|
|
|
opacity: 1;
|
|
|
|
transition: opacity 1s ease-in-out;
|
|
|
|
}
|
|
|
|
|
2014-01-21 18:34:54 -05:00
|
|
|
.super-option {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
border-radius: 10px;
|
|
|
|
background: #eee;
|
|
|
|
margin-bottom: 26px;
|
|
|
|
}
|
|
|
|
|
2013-12-17 13:19:59 -05:00
|
|
|
.small-spinner {
|
|
|
|
display: inline-block;
|
|
|
|
width: 14px;
|
|
|
|
height: 14px;
|
|
|
|
border: solid 2px transparent;
|
|
|
|
border-top-color: #444;
|
|
|
|
border-left-color: #444;
|
|
|
|
border-radius: 10px;
|
|
|
|
-webkit-animation: loading-bar-spinner 400ms linear infinite;
|
|
|
|
-moz-animation: loading-bar-spinner 400ms linear infinite;
|
|
|
|
-ms-animation: loading-bar-spinner 400ms linear infinite;
|
|
|
|
-o-animation: loading-bar-spinner 400ms linear infinite;
|
|
|
|
animation: loading-bar-spinner 400ms linear infinite;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading-bar-spinner {
|
|
|
|
top: 70px;
|
|
|
|
}
|
|
|
|
|
2013-12-10 01:38:05 -05:00
|
|
|
.dropdown-menu i.fa {
|
|
|
|
margin-right: 6px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu .new-action i.fa {
|
|
|
|
atext-shadow: 2px 2px 7px #5cb85c, 2px 2px 7px #5cb85c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu .new-action i.fa:after {
|
|
|
|
content: "+";
|
|
|
|
color: #5cb85c;
|
|
|
|
position: absolute;
|
|
|
|
left: -14px;
|
|
|
|
top: -2px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 115%;
|
|
|
|
}
|
|
|
|
|
2013-11-22 20:14:44 -05:00
|
|
|
#input-box {
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2013-11-20 16:17:47 -05:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2013-11-21 16:03:11 -05:00
|
|
|
.tooltip {
|
|
|
|
word-break: normal !important;
|
|
|
|
word-wrap: normal !important;
|
2014-01-06 17:15:46 -05:00
|
|
|
pointer-events: none;
|
2013-11-21 16:03:11 -05:00
|
|
|
}
|
|
|
|
|
2013-12-02 16:44:50 -05:00
|
|
|
.toggle-icon {
|
|
|
|
font-size: 22px;
|
|
|
|
padding: 6px;
|
|
|
|
cursor: pointer;
|
2013-12-06 15:59:59 -05:00
|
|
|
color: black;
|
2013-12-02 16:44:50 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
i.toggle-icon:hover {
|
|
|
|
color: steelblue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-icon.active {
|
|
|
|
border-radius: 4px;
|
|
|
|
background: #eee;
|
|
|
|
}
|
2013-12-02 14:55:04 -05:00
|
|
|
|
2013-11-22 20:14:44 -05:00
|
|
|
.docker-auth-dialog .token-dialog-body .well {
|
|
|
|
margin-bottom: 0px;
|
2014-08-25 17:19:23 -04:00
|
|
|
position: relative;
|
|
|
|
padding-right: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docker-auth-dialog .token-dialog-body .well i.fa-refresh {
|
|
|
|
position: absolute;
|
|
|
|
top: 9px;
|
|
|
|
right: 9px;
|
|
|
|
font-size: 20px;
|
|
|
|
color: gray;
|
|
|
|
transition: all 0.5s ease-in-out;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docker-auth-dialog .token-dialog-body .well i.fa-refresh:hover {
|
|
|
|
color: black;
|
2013-11-22 20:14:44 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.docker-auth-dialog .token-view {
|
|
|
|
background: transparent;
|
|
|
|
display: block;
|
|
|
|
border: 0px transparent;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2015-02-24 16:51:03 -05:00
|
|
|
.docker-auth-dialog .download-cfg.not-supported {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2013-11-22 20:14:44 -05:00
|
|
|
.docker-auth-dialog .download-cfg {
|
|
|
|
float: left;
|
|
|
|
padding-top: 6px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.docker-auth-dialog .download-cfg .fa-download {
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 25px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2013-11-20 16:17:47 -05:00
|
|
|
.content-container {
|
|
|
|
padding-bottom: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
|
|
|
min-height: 100%;
|
|
|
|
height: auto !important;
|
|
|
|
height: 100%;
|
2014-01-06 17:15:46 -05:00
|
|
|
margin: 0 auto -176px;
|
2013-11-20 16:17:47 -05:00
|
|
|
}
|
|
|
|
|
2013-11-06 14:19:56 -05:00
|
|
|
.button-hidden {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2014-02-25 12:11:19 -05:00
|
|
|
|
2013-11-15 18:17:12 -05:00
|
|
|
.billing-options-element .current-card {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.billing-options-element .current-card .no-card-outline {
|
2014-11-24 16:07:38 -05:00
|
|
|
display: inline-block;
|
2013-11-15 18:17:12 -05:00
|
|
|
width: 73px;
|
|
|
|
height: 44px;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 10px;
|
|
|
|
border: 1px dashed #aaa;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.billing-options-element .current-card .last4 {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.billing-options-element .current-card .last4 b {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2014-05-22 16:52:51 -04:00
|
|
|
.billing-options-element .current-card .expires:before {
|
|
|
|
content: "Expires:";
|
|
|
|
color: #aaa;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.billing-options-element .current-card .expires {
|
|
|
|
margin-left: 20px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2013-11-15 18:17:12 -05:00
|
|
|
.billing-options-element .current-card img {
|
|
|
|
margin-right: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2013-11-15 14:42:31 -05:00
|
|
|
.settings-option {
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 18px;
|
2013-11-15 18:17:12 -05:00
|
|
|
margin-bottom: 10px;
|
2013-11-15 14:42:31 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.settings-option label {
|
|
|
|
margin-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.settings-option .settings-description {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
2013-11-04 14:56:54 -05:00
|
|
|
.organization-header-element {
|
2013-11-05 17:20:43 -05:00
|
|
|
padding: 20px;
|
2013-11-04 14:56:54 -05:00
|
|
|
margin-bottom: 20px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.organization-header-element .organization-name {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.organization-header-element .divider {
|
|
|
|
color: #aaa;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.organization-header-element .organization-name {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 20px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2013-11-04 19:36:56 -05:00
|
|
|
.organization-header-element .team-name {
|
2013-11-07 23:35:27 -05:00
|
|
|
text-transform: none;
|
2013-11-04 19:36:56 -05:00
|
|
|
}
|
|
|
|
|
2013-11-05 17:20:43 -05:00
|
|
|
.organization-header-element .header-buttons {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2014-03-12 16:05:32 -04:00
|
|
|
.notification-primary {
|
2014-03-12 00:49:46 -04:00
|
|
|
background: #428bca;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2014-03-12 16:05:32 -04:00
|
|
|
.notification-info {
|
2014-03-12 00:49:46 -04:00
|
|
|
color: black;
|
|
|
|
background: #d9edf7;
|
|
|
|
}
|
|
|
|
|
2014-03-12 16:05:32 -04:00
|
|
|
.notification-warning {
|
2014-03-12 00:49:46 -04:00
|
|
|
color: #8a6d3b;
|
2014-06-27 19:18:27 -04:00
|
|
|
background: #ffde2f;
|
2014-03-12 00:49:46 -04:00
|
|
|
}
|
|
|
|
|
2014-03-12 16:05:32 -04:00
|
|
|
.notification-error {
|
2013-10-22 23:10:32 -04:00
|
|
|
background: red;
|
2015-11-04 16:13:41 -05:00
|
|
|
color: white;
|
2013-10-22 23:10:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-notification.notification-animated {
|
2014-08-26 15:19:39 -04:00
|
|
|
min-width: 21px;
|
2013-10-22 23:10:32 -04:00
|
|
|
|
|
|
|
transform: scale(0);
|
|
|
|
-moz-transform: scale(0);
|
|
|
|
-webkit-transform: scale(0);
|
|
|
|
|
|
|
|
animation: scaleup 500ms 1;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
|
|
|
|
-moz-animation: scaleup 500ms 1;
|
|
|
|
-moz-animation-timing-function: ease-in-out;
|
|
|
|
-moz-animation-fill-mode: forwards;
|
|
|
|
|
|
|
|
-webkit-animation: scaleup 500ms 1;
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
-webkit-animation-fill-mode: forwards;
|
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
@-moz-keyframes scaleup {
|
2013-10-22 23:10:32 -04:00
|
|
|
0% { -moz-transform: scale(0); }
|
|
|
|
100% { -moz-transform: scale(1); }
|
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
@-webkit-keyframes scaleup {
|
2013-10-22 23:10:32 -04:00
|
|
|
0% { -webkit-transform: scale(0); }
|
|
|
|
100% { -webkit-transform: scale(1); }
|
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
@keyframes scaleup {
|
2013-10-22 23:10:32 -04:00
|
|
|
0% { transform: scale(0); }
|
|
|
|
100% { transform: scale(1); }
|
|
|
|
}
|
|
|
|
|
2014-02-10 01:18:14 -05:00
|
|
|
.status-box a {
|
|
|
|
padding: 6px;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-box a b {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.build-info {
|
|
|
|
margin: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
margin-left: 6px;
|
|
|
|
margin-right: 6px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
2014-02-10 15:15:23 -05:00
|
|
|
.build-info.clickable:hover {
|
2014-02-10 01:18:14 -05:00
|
|
|
background: rgba(66, 139, 202, 0.2);
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.build-info:last-child {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2014-02-10 15:15:23 -05:00
|
|
|
.phase-icon {
|
2014-02-10 01:18:14 -05:00
|
|
|
border-radius: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
margin-right: 6px;
|
2014-02-10 15:15:23 -05:00
|
|
|
}
|
|
|
|
|
2014-02-11 17:04:51 -05:00
|
|
|
.active .build-tab-link .phase-icon {
|
|
|
|
box-shadow: 0px 0px 10px #FFFFFF, 0px 0px 10px #FFFFFF;
|
|
|
|
}
|
|
|
|
|
2014-02-10 15:15:23 -05:00
|
|
|
.build-status .phase-icon {
|
2014-02-10 01:18:14 -05:00
|
|
|
margin-top: 4px;
|
|
|
|
float: left;
|
2013-10-28 13:09:22 -04:00
|
|
|
}
|
2013-10-22 23:10:32 -04:00
|
|
|
|
2014-02-10 15:15:23 -05:00
|
|
|
.phase-icon.error {
|
2014-02-10 01:18:14 -05:00
|
|
|
background-color: red;
|
2013-10-28 13:09:22 -04:00
|
|
|
}
|
2013-10-22 23:10:32 -04:00
|
|
|
|
2014-11-21 14:27:06 -05:00
|
|
|
.phase-icon.internalerror {
|
|
|
|
background-color: #DFFF00;
|
|
|
|
}
|
|
|
|
|
2015-02-12 16:38:43 -05:00
|
|
|
.phase-icon.waiting, .phase-icon.build-scheduled {
|
|
|
|
background-color: rgba(66, 139, 202, 0.2);
|
2013-10-28 13:09:22 -04:00
|
|
|
}
|
|
|
|
|
2015-02-12 16:38:43 -05:00
|
|
|
.phase-icon.unpacking, .phase-icon.starting, .phase-icon.initializing {
|
|
|
|
background-color: rgba(66, 139, 202, 0.4);
|
2014-04-30 18:48:36 -04:00
|
|
|
}
|
|
|
|
|
2015-02-12 16:38:43 -05:00
|
|
|
.phase-icon.pulling, .phase-icon.priming-cache, .phase-icon.checking-cache {
|
|
|
|
background-color: rgba(66, 139, 202, 0.6);
|
2014-02-10 01:18:14 -05:00
|
|
|
}
|
|
|
|
|
2015-02-12 16:38:43 -05:00
|
|
|
.phase-icon.pushing, .phase-icon.building {
|
|
|
|
background-color: rgba(66, 139, 202, 0.8);
|
2014-02-10 01:18:14 -05:00
|
|
|
}
|
|
|
|
|
2014-02-10 15:15:23 -05:00
|
|
|
.phase-icon.complete {
|
2015-02-26 17:45:28 -05:00
|
|
|
background-color: #2fcc66;
|
2014-02-10 01:18:14 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.build-status {
|
|
|
|
display: inline-block;
|
2013-10-26 16:03:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.build-status-container {
|
|
|
|
padding: 4px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
2014-02-10 01:18:14 -05:00
|
|
|
width: 350px;
|
2013-10-26 16:03:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.build-status-container .build-message {
|
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
2014-02-10 01:18:14 -05:00
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
margin-left: 20px;
|
2013-10-26 16:03:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.build-status-container .progress {
|
2014-02-10 01:18:14 -05:00
|
|
|
height: 10px;
|
2013-10-26 16:03:11 -04:00
|
|
|
margin: 0px;
|
|
|
|
margin-top: 10px;
|
2014-02-10 01:18:14 -05:00
|
|
|
margin-left: 20px;
|
|
|
|
width: 310px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.build-status-container .timing {
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-top: 6px;
|
2013-10-26 16:03:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.build-status-container:last-child {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
border-bottom: 0px solid white;
|
|
|
|
}
|
2013-10-22 23:10:32 -04:00
|
|
|
|
2013-10-22 01:26:14 -04:00
|
|
|
.repo-circle {
|
|
|
|
position: relative;
|
|
|
|
background: #eee;
|
|
|
|
padding: 4px;
|
|
|
|
border-radius: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
width: 46px;
|
|
|
|
height: 46px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-circle.no-background {
|
|
|
|
background: transparent;
|
2013-10-24 17:51:09 -04:00
|
|
|
position: relative;
|
2013-10-22 01:26:14 -04:00
|
|
|
height: 40px;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
2014-01-15 15:40:37 -05:00
|
|
|
.repo-circle .fa-hdd-o {
|
2013-10-24 17:51:09 -04:00
|
|
|
font-size: 36px;
|
|
|
|
}
|
|
|
|
|
2014-01-15 15:40:37 -05:00
|
|
|
.repo-circle.no-background .fa-hdd-o {
|
2013-10-24 17:51:09 -04:00
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
|
2013-10-24 17:41:37 -04:00
|
|
|
.repo-circle .fa-lock {
|
2013-10-22 01:26:14 -04:00
|
|
|
position: absolute;
|
2013-10-24 17:51:09 -04:00
|
|
|
bottom: -2px;
|
|
|
|
right: -4px;
|
2013-10-22 01:26:14 -04:00
|
|
|
background: rgb(253, 191, 191);
|
|
|
|
width: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 50%;
|
|
|
|
text-align: center;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 21px;
|
2013-10-24 17:51:09 -04:00
|
|
|
font-size: 16px !important;
|
2013-10-22 01:26:14 -04:00
|
|
|
}
|
|
|
|
|
2013-10-24 17:41:37 -04:00
|
|
|
.repo-circle.no-background .fa-lock {
|
2013-10-24 17:51:09 -04:00
|
|
|
bottom: -2px;
|
2013-10-22 01:26:14 -04:00
|
|
|
right: -6px;
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-10-17 14:46:23 -04:00
|
|
|
.description-overview {
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description-list {
|
|
|
|
margin: 10px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description-list li:before {
|
|
|
|
content: "\00BB";
|
|
|
|
margin-right: 6px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description-list li {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-icon {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
vertical-align: middle;
|
|
|
|
font-size: 20px;
|
2014-11-24 16:07:38 -05:00
|
|
|
}
|
2013-10-17 14:46:23 -04:00
|
|
|
|
2013-10-14 19:28:49 -04:00
|
|
|
.accordion-toggle {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
2013-10-17 14:46:23 -04:00
|
|
|
.user-guide h3 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-guide h3 .label {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-10-02 18:14:51 -04:00
|
|
|
.plans .callout {
|
|
|
|
font-size: 2em;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2013-10-04 14:35:51 -04:00
|
|
|
.plans .all-plans {
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans .all-plans .feature {
|
|
|
|
color: #428bca;
|
|
|
|
}
|
|
|
|
|
2013-11-05 14:40:45 -05:00
|
|
|
.plans .all-plans .business-feature {
|
|
|
|
color: #46ac39;
|
|
|
|
}
|
|
|
|
|
2013-10-02 18:14:51 -04:00
|
|
|
.plans-list {
|
|
|
|
text-align: center;
|
2013-10-04 14:35:51 -04:00
|
|
|
margin-bottom: 25px;
|
2013-10-02 18:14:51 -04:00
|
|
|
}
|
|
|
|
|
2013-11-05 14:40:45 -05:00
|
|
|
.plans-list .plan-container {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2013-10-02 18:14:51 -04:00
|
|
|
.plans-list .plan {
|
|
|
|
vertical-align: top;
|
2013-11-05 14:40:45 -05:00
|
|
|
font-size: 1.4em;
|
|
|
|
}
|
2013-10-02 18:14:51 -04:00
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.plans-list .plan.bus-small, .plans-list .plan.bus-small-30 {
|
2013-12-23 15:04:52 -05:00
|
|
|
border-top: 6px solid #46ac39;
|
|
|
|
margin-top: -10px;
|
2013-11-05 14:40:45 -05:00
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.plans-list .plan.bus-small .plan-box, .plans-list .plan.bus-small-30 .plan-box {
|
2013-12-23 15:04:52 -05:00
|
|
|
background: black !important;
|
2013-10-02 18:14:51 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan:last-child {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
2013-12-23 15:04:52 -05:00
|
|
|
.plans-list .plan .plan-box {
|
|
|
|
background: #444;
|
|
|
|
padding: 10px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2013-10-02 18:14:51 -04:00
|
|
|
.plans-list .plan .plan-title {
|
2013-12-23 15:04:52 -05:00
|
|
|
text-transform: uppercase;
|
|
|
|
padding-top: 25px;
|
|
|
|
padding-bottom: 20px;
|
2013-10-02 18:14:51 -04:00
|
|
|
margin-bottom: 10px;
|
|
|
|
font-weight: bold;
|
2013-12-23 15:04:52 -05:00
|
|
|
border-bottom: 1px solid #eee;
|
2013-10-02 18:14:51 -04:00
|
|
|
}
|
|
|
|
|
2013-12-23 15:04:52 -05:00
|
|
|
.visible-sm-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: none !important;
|
2013-12-23 15:04:52 -05:00
|
|
|
}
|
|
|
|
|
2014-02-14 22:59:44 -05:00
|
|
|
.visible-md-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: none !important;
|
2014-02-14 22:59:44 -05:00
|
|
|
}
|
|
|
|
|
2013-12-23 15:04:52 -05:00
|
|
|
.hidden-sm-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: inline !important;
|
2014-02-14 22:59:44 -05:00
|
|
|
}
|
|
|
|
|
2014-08-11 21:47:04 -04:00
|
|
|
.hidden-xs-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: inline !important;
|
2014-08-11 21:47:04 -04:00
|
|
|
}
|
|
|
|
|
2014-02-14 22:59:44 -05:00
|
|
|
@media (min-width: 991px) {
|
|
|
|
.visible-md-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: inline !important;
|
2014-02-14 22:59:44 -05:00
|
|
|
}
|
|
|
|
}
|
2013-12-23 15:04:52 -05:00
|
|
|
|
|
|
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
|
|
.visible-sm-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: inline !important;
|
2013-12-23 15:04:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.hidden-sm-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: none !important;
|
2013-12-23 15:04:52 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-08-11 21:47:04 -04:00
|
|
|
@media (max-width: 700px) {
|
|
|
|
.hidden-xs-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: none !important;
|
2014-08-11 21:47:04 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-03-05 15:23:01 -05:00
|
|
|
.visible-xl {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: none !important;
|
2014-03-05 15:23:01 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.visible-xl-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: none !important;
|
2014-03-05 15:23:01 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.visible-xl {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: block !important;
|
2014-03-05 15:23:01 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.visible-xl-inline {
|
2015-02-17 19:37:37 -05:00
|
|
|
display: inline-block !important;
|
2014-03-05 15:23:01 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-23 15:04:52 -05:00
|
|
|
.plans-list .plan-box .description {
|
|
|
|
color: white;
|
|
|
|
margin-top: 6px;
|
|
|
|
font-size: 12px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan button {
|
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.plans-list .plan.bus-small button, .plans-list .plan.bus-small-30 button {
|
2013-12-23 15:04:52 -05:00
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .features-bar {
|
|
|
|
padding-top: 248px;
|
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.plans-list .features-bar .feature .count-panel {
|
2013-12-23 15:04:52 -05:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .features-bar .feature {
|
|
|
|
height: 43px;
|
|
|
|
text-align: right;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2013-12-24 14:23:53 -05:00
|
|
|
.context-tooltip {
|
2013-12-23 15:04:52 -05:00
|
|
|
border-bottom: 1px dotted black;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .features-bar .feature i {
|
|
|
|
margin-left: 16px;
|
|
|
|
float: right;
|
|
|
|
width: 16px;
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .features {
|
|
|
|
padding: 6px;
|
|
|
|
background: #eee;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.plans-list .plan .feature,
|
|
|
|
.plans-list .plan .count-feature {
|
2013-12-23 15:04:52 -05:00
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .feature:after {
|
|
|
|
content: "";
|
|
|
|
border-radius: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .visible-xs .feature {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .visible-xs .feature:after {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .feature.notpresent {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .feature.present:after {
|
|
|
|
background: #428bca;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan.business-plan .feature.present:after {
|
|
|
|
background: #46ac39;
|
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.plans-list .plan .count-panel, .plans-list .features-bar .count-panel {
|
2013-12-23 15:04:52 -05:00
|
|
|
background: white;
|
|
|
|
border-bottom: 0px;
|
|
|
|
text-align: center !important;
|
2013-12-23 16:37:10 -05:00
|
|
|
font-size: 14px;
|
|
|
|
padding: 10px;
|
2013-12-23 15:04:52 -05:00
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.plans-list .plan .count-panel b, .plans-list .features-bar .count-panel b {
|
2013-12-23 15:04:52 -05:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .feature:last-child {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan-price {
|
2013-10-02 18:14:51 -04:00
|
|
|
margin-bottom: 10px;
|
2013-12-23 15:04:52 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.plan-price {
|
2013-10-02 18:14:51 -04:00
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.8em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2015-01-12 12:35:06 -05:00
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.plan-price:after {
|
|
|
|
content: "/ mo";
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
right: 20px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
2013-10-02 18:14:51 -04:00
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.plans-list .plan .count-panel {
|
2013-10-02 18:14:51 -04:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .count b {
|
2015-08-10 17:36:13 -04:00
|
|
|
font-size: 1.5em;
|
|
|
|
vertical-align: text-bottom;
|
2013-10-02 18:14:51 -04:00
|
|
|
color: #428bca;
|
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.plans-list .plan .count-feature {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2013-11-05 14:40:45 -05:00
|
|
|
.plans-list .plan.business-plan .count b {
|
|
|
|
color: #46ac39;
|
|
|
|
}
|
|
|
|
|
2013-10-02 18:14:51 -04:00
|
|
|
.plans-list .plan .description {
|
|
|
|
font-size: 1em;
|
|
|
|
font-size: 16px;
|
2013-12-23 16:37:10 -05:00
|
|
|
height: 34px;
|
|
|
|
|
2013-10-22 01:26:14 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .smaller {
|
|
|
|
font-size: 12px;
|
2013-10-02 18:14:51 -04:00
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2013-10-04 14:35:51 -04:00
|
|
|
.plans-list .plan .features {
|
|
|
|
font-size: 16px;
|
|
|
|
text-align: left;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-list .plan .features i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2014-08-12 15:17:48 -04:00
|
|
|
.plans .plan-faq dd {
|
2013-10-04 14:35:51 -04:00
|
|
|
margin-bottom: 20px;
|
2013-10-02 18:14:51 -04:00
|
|
|
}
|
|
|
|
|
2014-08-12 15:17:48 -04:00
|
|
|
.enterprise-plan .plan-combine {
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enterprise-plan .plan-combine .plus {
|
|
|
|
font-size: 22px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enterprise-plan a {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enterprise-plan .plan-combine img {
|
|
|
|
height: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enterprise-tour .tour-section {
|
|
|
|
margin-bottom: 50px !important;
|
|
|
|
padding-bottom: 50px !important;
|
|
|
|
border-bottom: 1px solid #eee !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enterprise-tour .tour-section p {
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.enterprise-tour .btn {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-illustration {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-illustration svg {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: auto !important;
|
|
|
|
max-width: 100%;
|
|
|
|
max-height: 110px;
|
|
|
|
}
|
|
|
|
|
2013-10-01 16:42:20 -04:00
|
|
|
.loading {
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
2014-04-14 12:07:38 -04:00
|
|
|
.follow-button {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-11-15 17:45:37 -05:00
|
|
|
form input.ng-invalid.ng-dirty,
|
|
|
|
*[ng-form] input.ng-invalid.ng-dirty {
|
2015-10-26 16:06:05 -07:00
|
|
|
background-color: #FDD7D9 !important;
|
2013-10-01 19:37:33 -04:00
|
|
|
}
|
|
|
|
|
2013-11-15 17:45:37 -05:00
|
|
|
form input.ng-valid.ng-dirty,
|
|
|
|
*[ng-form] input.ng-valid.ng-dirty {
|
2013-10-01 19:37:33 -04:00
|
|
|
background-color: #DDFFEE;
|
|
|
|
}
|
|
|
|
|
2013-10-04 22:18:42 -04:00
|
|
|
.product-tour .tour-header {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 40px;
|
2014-05-08 14:31:10 -04:00
|
|
|
border-bottom: 4px solid #333;
|
2013-10-04 22:18:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.product-tour .tour-header .tour-shoutout-header {
|
2013-10-09 17:57:29 -04:00
|
|
|
margin: 10px;
|
2013-10-04 22:18:42 -04:00
|
|
|
font-size: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-tour .tour-header .tour-shoutout {
|
|
|
|
font-size: 2em;
|
|
|
|
color: #444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-tour .tour-section {
|
2013-10-05 14:33:31 -04:00
|
|
|
margin-bottom: 60px;
|
2013-10-04 22:18:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.product-tour .tour-section .tour-section-title {
|
|
|
|
font-size: 1.8em;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.product-tour .tour-section .tour-section-description {
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2014-05-21 14:53:45 -04:00
|
|
|
.product-tour .testimonial {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 20px;
|
|
|
|
border-top: 4px solid #ccc;
|
|
|
|
}
|
|
|
|
|
2015-10-30 13:57:53 -04:00
|
|
|
.form-signup input {
|
|
|
|
margin: 12px;
|
|
|
|
margin-left: 0px;
|
2013-10-09 17:57:29 -04:00
|
|
|
}
|
|
|
|
|
2015-10-30 13:57:53 -04:00
|
|
|
.signin-buttons {
|
2014-04-24 00:34:25 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-08-11 21:47:04 -04:00
|
|
|
.footer-container, .push {
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-container.fixed {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 16px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
2013-10-04 22:18:42 -04:00
|
|
|
}
|
|
|
|
|
2014-01-06 17:15:46 -05:00
|
|
|
.page-footer-padder {
|
|
|
|
margin-top: 76px;
|
|
|
|
background-color: white;
|
|
|
|
background-image: none;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
height: 80px;
|
|
|
|
padding-top: 24px;
|
|
|
|
}
|
|
|
|
|
2013-11-20 16:17:47 -05:00
|
|
|
.page-footer .row {
|
2013-10-04 22:18:42 -04:00
|
|
|
max-width: 100%;
|
2013-10-02 00:28:24 -04:00
|
|
|
}
|
|
|
|
|
2013-11-20 16:17:47 -05:00
|
|
|
.page-footer .logo-container {
|
2013-10-03 13:54:59 -04:00
|
|
|
font-size: 11px;
|
|
|
|
color: black;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 30px;
|
2013-10-02 00:28:24 -04:00
|
|
|
}
|
|
|
|
|
2013-11-20 16:17:47 -05:00
|
|
|
.page-footer .logo-container a {
|
2013-10-03 13:54:59 -04:00
|
|
|
display: block;
|
2013-11-20 16:17:47 -05:00
|
|
|
margin-top: 4px;
|
|
|
|
margin-right: 10px;
|
2013-10-02 00:28:24 -04:00
|
|
|
}
|
|
|
|
|
2013-11-20 16:17:47 -05:00
|
|
|
.page-footer .dt-logo {
|
2013-10-03 13:54:59 -04:00
|
|
|
vertical-align: center;
|
|
|
|
max-width: 150px;
|
2013-09-30 21:11:30 -04:00
|
|
|
}
|
|
|
|
|
2013-11-20 16:17:47 -05:00
|
|
|
.page-footer .copyright {
|
|
|
|
font-size: 12px;
|
2013-10-03 13:54:59 -04:00
|
|
|
color: black;
|
2013-09-30 21:11:30 -04:00
|
|
|
}
|
|
|
|
|
2013-11-20 16:17:47 -05:00
|
|
|
.page-footer ul {
|
2013-09-30 21:11:30 -04:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0px;
|
|
|
|
padding-left: 0px;
|
2013-11-20 16:17:47 -05:00
|
|
|
margin-top: 10px;
|
2013-09-30 21:11:30 -04:00
|
|
|
}
|
|
|
|
|
2013-11-20 16:17:47 -05:00
|
|
|
.page-footer li {
|
2013-09-30 21:11:30 -04:00
|
|
|
margin: 0px;
|
2013-11-20 16:17:47 -05:00
|
|
|
display: inline-block;
|
|
|
|
padding: 10px;
|
2013-09-30 21:11:30 -04:00
|
|
|
}
|
|
|
|
|
2013-10-03 13:54:59 -04:00
|
|
|
.user-welcome {
|
|
|
|
text-align: center;
|
2013-10-01 17:44:13 -04:00
|
|
|
}
|
|
|
|
|
2013-11-18 19:03:35 -05:00
|
|
|
.repo-search-box {
|
|
|
|
width: 240px;
|
2013-09-27 19:21:54 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo-mini-listing {
|
|
|
|
margin: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-mini-listing i {
|
|
|
|
color: #aaa;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-mini-listing .description {
|
|
|
|
margin-left: 20px;
|
|
|
|
color: #aaa;
|
|
|
|
font-size: 85%;
|
|
|
|
padding-top: 4px;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
margin-top: 4px;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2013-11-01 21:48:10 -04:00
|
|
|
.entity-mini-listing {
|
2013-09-28 01:23:00 -04:00
|
|
|
margin: 2px;
|
2013-12-03 17:43:39 -05:00
|
|
|
white-space: nowrap !important;
|
2013-12-17 22:56:28 -05:00
|
|
|
position: relative;
|
2013-09-28 01:23:00 -04:00
|
|
|
}
|
|
|
|
|
2013-11-01 21:48:10 -04:00
|
|
|
.entity-mini-listing i {
|
2013-09-28 01:23:00 -04:00
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2013-12-17 22:56:28 -05:00
|
|
|
.entity-mini-listing i.fa-exclamation-triangle {
|
|
|
|
position: absolute;
|
2014-01-21 16:23:00 -05:00
|
|
|
right: -14px;
|
2013-12-17 22:56:28 -05:00
|
|
|
top: 4px;
|
|
|
|
color: #c09853;
|
|
|
|
}
|
|
|
|
|
2013-11-01 21:48:10 -04:00
|
|
|
.entity-mini-listing .warning {
|
|
|
|
margin-top: 6px;
|
|
|
|
font-size: 10px;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2013-09-30 19:08:24 -04:00
|
|
|
.editable {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-09-26 18:48:22 -04:00
|
|
|
.editable i {
|
2013-09-30 19:08:24 -04:00
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: -40px;
|
|
|
|
|
2013-09-26 17:59:20 -04:00
|
|
|
opacity: 0.2;
|
|
|
|
font-size: 85%;
|
|
|
|
display: inline-block;
|
|
|
|
|
2013-10-01 00:41:46 -04:00
|
|
|
-moz-transition: opacity 500ms ease-in-out;
|
|
|
|
-webkit-transition: opacity 500ms ease-in-out;
|
|
|
|
-o-transition: opacity 500ms ease-in-out;
|
|
|
|
-ms-transition: opacity 500ms ease-in-out;
|
2013-09-26 17:59:20 -04:00
|
|
|
transition: opacity 500ms ease-in-out;
|
|
|
|
}
|
|
|
|
|
2013-09-26 18:48:22 -04:00
|
|
|
.noteditable i {
|
2013-09-26 17:59:20 -04:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-09-27 16:12:51 -04:00
|
|
|
p.editable {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2013-11-04 19:59:28 -05:00
|
|
|
p.editable .empty {
|
2013-09-26 17:59:20 -04:00
|
|
|
display: inline-block;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.editable:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-09-26 18:48:22 -04:00
|
|
|
p.editable:hover i {
|
2013-09-26 17:59:20 -04:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-dropdown {
|
|
|
|
display: inline-block;
|
2013-10-02 01:05:36 -04:00
|
|
|
font-size: 1.15em;
|
|
|
|
}
|
|
|
|
|
2014-01-06 15:20:58 -05:00
|
|
|
#tagContextMenu {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 100000;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tagContextMenu ul {
|
|
|
|
display: block;
|
|
|
|
position: static;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-controls {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: 2px;
|
|
|
|
opacity: 0;
|
|
|
|
float: right;
|
|
|
|
-webkit-transition: opacity 200ms ease-in-out;
|
|
|
|
-moz-transition: opacity 200ms ease-in-out;
|
|
|
|
transition: opacity 200ms ease-in-out;
|
|
|
|
}
|
|
|
|
|
2013-10-10 20:43:37 -04:00
|
|
|
.right-title {
|
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #aaa;
|
2013-10-02 01:05:36 -04:00
|
|
|
}
|
|
|
|
|
2014-01-09 18:54:59 -05:00
|
|
|
.right-tag-controls {
|
2014-08-12 17:08:16 -04:00
|
|
|
cursor: default;
|
2014-01-09 18:54:59 -05:00
|
|
|
display: inline-block;
|
|
|
|
float: right;
|
|
|
|
padding: 4px;
|
|
|
|
padding-left: 10px;
|
|
|
|
border-left: 1px solid #ccc;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-top: -2px;
|
|
|
|
margin-right: -10px;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-tag-controls .tag-count {
|
2013-10-02 01:05:36 -04:00
|
|
|
display: inline-block;
|
2013-10-10 20:43:37 -04:00
|
|
|
margin-left: 4px;
|
|
|
|
margin-right: 6px;
|
2014-01-09 18:54:59 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.tag-image-sizes .tag-image-size {
|
|
|
|
height: 22px;
|
2014-01-11 03:12:16 -05:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-image-sizes .tag-image-size .size-title {
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-image-sizes .tag-image-size .size-limiter {
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 90px;
|
|
|
|
width: 100%;
|
2014-01-09 18:54:59 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.tag-image-sizes .tag-image-size .size-bar {
|
|
|
|
display: inline-block;
|
|
|
|
background: steelblue;
|
|
|
|
height: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#current-tag .control-bar {
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
text-align: right;
|
2013-10-10 20:43:37 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.tag-dropdown a {
|
|
|
|
color: black;
|
2013-09-26 17:59:20 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-body textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 150px;
|
|
|
|
border: 0px;
|
2013-09-26 18:10:09 -04:00
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.tag-specific-images-view .image-listings {
|
2014-01-09 15:15:06 -05:00
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.tag-specific-images-view .image-listings .image-listing {
|
2014-01-09 15:15:06 -05:00
|
|
|
margin: 4px;
|
|
|
|
padding: 2px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.tag-specific-images-view .image-listings .image-listing .image-listing-id {
|
2014-01-09 15:15:06 -05:00
|
|
|
display: inline-block;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.tag-specific-images-view .image-listings .image-listing .image-listing-line {
|
2014-01-09 15:15:06 -05:00
|
|
|
border-left: 2px solid steelblue;
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: -2px;
|
|
|
|
bottom: 8px;
|
|
|
|
left: 6px;
|
|
|
|
width: 1px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.tag-specific-images-view .image-listings .image-listing.tag-image .image-listing-line {
|
2014-01-09 15:15:06 -05:00
|
|
|
top: 8px;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.tag-specific-images-view .image-listings .image-listing.child .image-listing-line {
|
2014-01-09 15:15:06 -05:00
|
|
|
bottom: -2px;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.tag-specific-images-view .image-listings .image-listing .image-listing-circle {
|
2014-01-09 15:15:06 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
|
|
|
|
border-radius: 50%;
|
|
|
|
border: 2px solid steelblue;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
background: white;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.tag-specific-images-view .image-listings .image-listing.tag-image .image-listing-circle {
|
2014-01-09 15:15:06 -05:00
|
|
|
background: steelblue;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.tag-specific-images-view .more-changes {
|
2014-01-09 15:15:06 -05:00
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
|
2014-03-05 15:23:01 -05:00
|
|
|
.repo.container-fluid {
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
.repo.container-fluid {
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
|
|
|
.repo.container-fluid {
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-right: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo.container-fluid .col-md-4 {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo.container-fluid .col-md-8 {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.repo .current-context {
|
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 200px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .current-context-icon {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
2013-09-26 18:10:09 -04:00
|
|
|
.repo .header {
|
2014-02-14 22:59:44 -05:00
|
|
|
margin-bottom: 20px;
|
|
|
|
padding-bottom: 16px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
2013-09-26 18:21:29 -04:00
|
|
|
position: relative;
|
2013-09-26 18:10:09 -04:00
|
|
|
}
|
|
|
|
|
2013-09-27 15:48:54 -04:00
|
|
|
.repo .header .back {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
2013-10-22 01:26:14 -04:00
|
|
|
.repo .header .repo-circle {
|
2013-09-28 17:11:10 -04:00
|
|
|
line-height: 38px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2013-09-26 18:10:09 -04:00
|
|
|
.repo .description {
|
2013-10-26 16:03:11 -04:00
|
|
|
margin-top: 10px;
|
2014-01-09 18:54:59 -05:00
|
|
|
margin-bottom: 20px;
|
2013-09-26 18:10:09 -04:00
|
|
|
}
|
|
|
|
|
2013-10-02 00:43:59 -04:00
|
|
|
.repo .empty-message {
|
|
|
|
padding: 6px;
|
|
|
|
font-size: 1.8em;
|
2013-11-21 16:03:11 -05:00
|
|
|
color: #666;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .empty-description {
|
|
|
|
padding: 6px;
|
2013-10-02 00:43:59 -04:00
|
|
|
}
|
|
|
|
|
2014-03-07 21:06:31 -05:00
|
|
|
.repo .empty-description pre:last-child {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .empty-description .panel-default {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2013-09-26 18:10:09 -04:00
|
|
|
.repo dl.dl-horizontal dt {
|
2013-10-17 14:46:23 -04:00
|
|
|
width: 80px;
|
|
|
|
padding-right: 10px;
|
2013-09-26 18:10:09 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo dl.dl-horizontal dd {
|
|
|
|
margin-left: 80px;
|
|
|
|
}
|
2013-09-26 18:21:29 -04:00
|
|
|
|
2013-10-18 17:59:26 -04:00
|
|
|
.repo dl.dl-normal dd {
|
|
|
|
padding-left: 14px;
|
|
|
|
margin-bottom: 10px;
|
2013-10-18 22:28:46 -04:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2013-10-18 17:59:26 -04:00
|
|
|
}
|
|
|
|
|
2013-09-26 18:21:29 -04:00
|
|
|
.repo .header h3 {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-04-17 17:27:30 -04:00
|
|
|
.repo .repo-controls .dropdown {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.repo .repo-controls .count-panel {
|
2013-10-26 16:03:11 -04:00
|
|
|
display: inline-block;
|
2014-02-14 22:59:44 -05:00
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
2013-10-26 16:03:11 -04:00
|
|
|
font-weight: bold;
|
2014-02-14 22:59:44 -05:00
|
|
|
color: #428bca;
|
2013-10-26 16:03:11 -04:00
|
|
|
|
|
|
|
transform: scaleX(0);
|
|
|
|
-webkit-transform: scaleX(0);
|
|
|
|
-moz-transform: scaleX(0);
|
|
|
|
|
|
|
|
transition: transform 500ms ease-in-out;
|
|
|
|
-webkit-transition: -webkit-transform 500ms ease-in-out;
|
|
|
|
-moz-transition: -moz-transform 500ms ease-in-out;
|
|
|
|
}
|
|
|
|
|
2015-08-10 17:36:13 -04:00
|
|
|
.repo .repo-controls .count-panel.visible {
|
2013-10-26 16:03:11 -04:00
|
|
|
transform: scaleX(1);
|
|
|
|
-webkit-transform: scaleX(1);
|
|
|
|
-moz-transform: scaleX(1);
|
|
|
|
}
|
|
|
|
|
2014-02-14 22:59:44 -05:00
|
|
|
.repo .repo-controls {
|
2013-09-26 18:21:29 -04:00
|
|
|
float: right;
|
|
|
|
display: inline-block;
|
2013-10-26 16:03:11 -04:00
|
|
|
font-size: 0.8em;
|
2013-09-27 16:28:21 -04:00
|
|
|
position: relative;
|
2013-10-26 16:03:11 -04:00
|
|
|
margin-top: 30px;
|
2013-09-26 18:21:29 -04:00
|
|
|
}
|
|
|
|
|
2013-10-26 16:03:11 -04:00
|
|
|
.repo .pull-container {
|
2013-09-27 16:12:51 -04:00
|
|
|
display: inline-block;
|
2014-09-18 15:56:59 -04:00
|
|
|
width: 460px;
|
2013-10-26 16:03:11 -04:00
|
|
|
margin-left: 10px;
|
2013-09-27 16:12:51 -04:00
|
|
|
margin-right: 10px;
|
|
|
|
vertical-align: middle;
|
2014-09-18 15:56:59 -04:00
|
|
|
position: relative;
|
2013-09-26 18:21:29 -04:00
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.repo .pull-container .pull-selector {
|
|
|
|
display: inline-block;
|
|
|
|
width: 114px;
|
|
|
|
font-size: 14px;
|
|
|
|
height: 36px;
|
|
|
|
vertical-align: top;
|
2013-09-26 18:21:29 -04:00
|
|
|
border: 1px solid #ddd;
|
2014-09-18 15:56:59 -04:00
|
|
|
margin-right: -3px;
|
|
|
|
background: #f8f8f8;
|
|
|
|
outline: none;
|
2014-09-19 12:25:02 -04:00
|
|
|
border-top-left-radius: 4px;
|
|
|
|
border-bottom-left-radius: 4px;
|
2013-09-27 13:49:50 -04:00
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.repo .pull-container .pull-selector i {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.repo .pull-container .copy-box {
|
|
|
|
width: 340px;
|
2013-10-18 22:28:46 -04:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.repo .pull-container .copy-box .copy-container {
|
|
|
|
border-top-left-radius: 0px !important;
|
|
|
|
border-bottom-left-radius: 0px !important;
|
|
|
|
border-left: 0px;
|
2013-10-18 22:28:46 -04:00
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.repo .pull-container .dropdown-menu li i.fa {
|
|
|
|
text-align: center;
|
|
|
|
width: 12px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .pull-container sup {
|
|
|
|
margin-left: 4px;
|
|
|
|
color: red;
|
2013-10-18 22:28:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo-image-view #clipboardCopied {
|
|
|
|
position: relative;
|
|
|
|
top: -14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-image-view .changes-container .change-side-controls {
|
|
|
|
float: right;
|
|
|
|
clear: both;
|
2013-10-19 19:46:30 -04:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2013-10-18 22:28:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo-image-view .changes-container .filter-input {
|
|
|
|
display: inline-block;
|
2013-10-19 19:46:30 -04:00
|
|
|
width: 400px;
|
2013-10-18 22:28:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo-image-view .changes-container .result-count {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-image-view .changes-container .changes-list {
|
|
|
|
padding: 10px;
|
|
|
|
margin-top: 28px;
|
|
|
|
}
|
|
|
|
|
2014-02-28 16:23:36 -05:00
|
|
|
.copy-box-element {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.copy-box-element .copy-container {
|
|
|
|
border-radius: 4px !important;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
position: relative;
|
2014-08-22 15:24:56 -04:00
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.copy-box-element input {
|
|
|
|
border: 0px;
|
|
|
|
padding-right: 32px;
|
2015-03-26 12:00:13 -04:00
|
|
|
cursor: pointer !important;
|
2014-08-22 15:24:56 -04:00
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.copy-box-element .copy-container .copy-icon {
|
|
|
|
position: absolute;
|
|
|
|
top: 8px;
|
|
|
|
right: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
color: #ddd;
|
|
|
|
font-size: 16px;
|
2014-02-28 16:23:36 -05:00
|
|
|
cursor: pointer;
|
2014-09-18 15:56:59 -04:00
|
|
|
transition: color 0.5s ease-in-out;
|
2014-02-28 16:23:36 -05:00
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.copy-box-element .copy-container .copy-icon.zeroclipboard-is-hover {
|
|
|
|
color: #444;
|
2014-02-28 16:23:36 -05:00
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.copy-box-element.disabled input {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copy-box-element.disabled .copy-icon {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.global-zeroclipboard-container embed {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copy-box-element .hovering {
|
2014-02-28 16:23:36 -05:00
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 40px;
|
|
|
|
pointer-events: none;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.copy-box-element input {
|
|
|
|
background-color: white !important;
|
|
|
|
}
|
|
|
|
|
2014-09-18 15:56:59 -04:00
|
|
|
.clipboard-copied-message {
|
2013-09-27 16:28:21 -04:00
|
|
|
font-size: 0.8em;
|
2013-10-17 14:46:23 -04:00
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
2013-09-27 16:28:21 -04:00
|
|
|
|
|
|
|
background: black;
|
|
|
|
color: white;
|
|
|
|
padding: 6px;
|
|
|
|
border-radius: 4px;
|
2013-10-22 00:40:33 -04:00
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
.clipboard-copied-message {
|
2013-10-01 00:41:46 -04:00
|
|
|
-webkit-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
|
|
|
-moz-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
|
|
|
-ms-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
|
|
|
-o-animation: fadeOut 4s ease-in-out 0s 1 forwards;
|
|
|
|
animation: fadeOut 4s ease-in-out 0s 1 forward;
|
2013-09-27 16:28:21 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
@-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
@-ms-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
@-o-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
@keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
|
|
|
|
|
2013-09-27 15:48:54 -04:00
|
|
|
.repo .settings-cog {
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .settings-cog a {
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.repo .image-comment {
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .image-section {
|
|
|
|
margin-top: 12px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .image-section .tag {
|
|
|
|
margin: 2px;
|
|
|
|
border-radius: 8px;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2014-03-05 15:23:01 -05:00
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.repo .image-section .section-icon {
|
|
|
|
float: left;
|
|
|
|
font-size: 16px;
|
|
|
|
margin-left: -4px;
|
|
|
|
margin-right: 14px;
|
|
|
|
color: #bbb;
|
|
|
|
width: 18px;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .image-section .section-info {
|
|
|
|
padding: 4px;
|
|
|
|
padding-left: 6px;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
|
|
|
vertical-align: middle;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .image-section .section-info-with-dropdown {
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .image-section .dropdown {
|
|
|
|
display: inline-block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 2px;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .image-section .dropdown-button {
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
|
|
|
|
background: white;
|
|
|
|
padding: 4px;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
border-bottom-right-radius: 4px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-10-02 00:28:24 -04:00
|
|
|
.repo-list {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
2013-09-27 19:21:54 -04:00
|
|
|
|
2013-11-07 01:48:58 -05:00
|
|
|
.repo-list .button-bar-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-11-08 16:27:12 -05:00
|
|
|
.button-bar-bottom {
|
|
|
|
margin-bottom: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-11-07 01:48:58 -05:00
|
|
|
.repo-list .section-header {
|
|
|
|
padding: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-list .button-bar-right button {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2013-09-27 13:49:50 -04:00
|
|
|
.repo-listing {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding: 10px;
|
2013-10-03 13:54:59 -04:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: normal;
|
2013-09-27 13:49:50 -04:00
|
|
|
}
|
|
|
|
|
2013-10-02 00:28:24 -04:00
|
|
|
.repo-listing:last-child {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing .repo-listing {
|
|
|
|
border-bottom: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2013-09-27 13:49:50 -04:00
|
|
|
.repo-listing a {
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-listing i {
|
|
|
|
color: #999;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-listing .description {
|
2013-10-22 01:26:14 -04:00
|
|
|
padding-left: 44px;
|
2013-09-27 13:49:50 -04:00
|
|
|
}
|
2013-09-27 15:26:16 -04:00
|
|
|
|
2014-02-10 19:13:28 -05:00
|
|
|
|
|
|
|
.repo-build .build-id:before {
|
|
|
|
content: "Build ID: "
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-id {
|
|
|
|
float: right;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #aaa;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .timing {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-tab-link {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-header {
|
|
|
|
padding-top: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-progress {
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-progress .progress {
|
|
|
|
height: 14px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .quay-spinner {
|
|
|
|
margin-top: 4px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-logs {
|
|
|
|
background: #222;
|
|
|
|
color: white;
|
|
|
|
padding: 10px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2014-02-12 21:16:11 -05:00
|
|
|
.repo-build .build-pane .build-logs .container-header {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
2014-02-10 22:43:48 -05:00
|
|
|
|
2014-02-12 21:16:11 -05:00
|
|
|
.repo-build .build-pane .build-logs .container-logs {
|
|
|
|
margin: 4px;
|
|
|
|
padding-bottom: 4px;
|
2014-02-10 22:43:48 -05:00
|
|
|
}
|
|
|
|
|
2014-02-12 21:16:11 -05:00
|
|
|
.repo-build .build-pane .build-logs .command-title,
|
2014-02-13 22:01:26 -05:00
|
|
|
.repo-build .build-pane .build-logs .log-entry .message,
|
|
|
|
.repo-build .build-pane .build-logs .log-entry .message span {
|
2014-02-10 22:43:48 -05:00
|
|
|
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
2014-02-12 21:16:11 -05:00
|
|
|
font-size: 13px;
|
2014-02-10 22:43:48 -05:00
|
|
|
}
|
|
|
|
|
2014-02-12 21:16:11 -05:00
|
|
|
.repo-build .build-pane .build-logs .container-header {
|
2014-02-10 22:43:48 -05:00
|
|
|
cursor: pointer;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-02-12 21:16:11 -05:00
|
|
|
.repo-build .build-pane .build-logs .container-header i.fa.chevron {
|
2014-02-10 22:43:48 -05:00
|
|
|
color: #666;
|
|
|
|
margin-right: 4px;
|
|
|
|
width: 14px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
position: absolute;
|
2014-02-12 21:16:11 -05:00
|
|
|
top: 6px;
|
2014-02-10 22:43:48 -05:00
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
|
2014-02-12 21:16:11 -05:00
|
|
|
.repo-build .build-pane .build-logs .log-container.command {
|
2015-02-12 15:27:05 -05:00
|
|
|
margin-left: 22px;
|
2014-02-12 21:16:11 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-logs .container-header.building {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-logs .container-header.pushing {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2014-08-18 20:34:39 -04:00
|
|
|
.repo-build .build-log-error-element .error-message-container {
|
2014-02-12 21:16:11 -05:00
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
margin: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
background: rgba(255, 0, 0, 0.17);
|
|
|
|
border-radius: 10px;
|
|
|
|
margin-left: 22px;
|
|
|
|
}
|
|
|
|
|
2014-08-18 20:34:39 -04:00
|
|
|
.repo-build .build-log-error-element .error-message-container i.fa {
|
2014-02-12 21:16:11 -05:00
|
|
|
color: red;
|
|
|
|
position: absolute;
|
|
|
|
top: 13px;
|
|
|
|
left: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-log-error-element .error-message {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-logs .container-header .label {
|
|
|
|
padding-top: 4px;
|
|
|
|
text-align: right;
|
2014-02-10 22:43:48 -05:00
|
|
|
margin-right: 4px;
|
|
|
|
width: 86px;
|
|
|
|
display: inline-block;
|
2014-02-12 21:16:11 -05:00
|
|
|
|
|
|
|
border-right: 4px solid #aaa;
|
|
|
|
background-color: #444;
|
2014-02-10 22:43:48 -05:00
|
|
|
|
|
|
|
position: absolute;
|
2014-02-12 21:16:11 -05:00
|
|
|
top: 4px;
|
2014-02-10 22:43:48 -05:00
|
|
|
left: 24px;
|
|
|
|
}
|
|
|
|
|
2014-02-17 18:31:45 -05:00
|
|
|
.repo-build .build-pane .build-logs .dockerfile-command {
|
|
|
|
position: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-logs .dockerfile-command .command-title {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
2014-02-12 21:16:11 -05:00
|
|
|
.repo-build .build-pane .build-logs .container-header .container-content {
|
2014-02-10 22:43:48 -05:00
|
|
|
display: block;
|
2014-02-12 21:16:11 -05:00
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-logs .container-header .container-content.build-log-command {
|
2014-02-10 22:43:48 -05:00
|
|
|
padding-left: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-logs .log-entry {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-logs .log-entry .message {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 46px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-build .build-pane .build-logs .log-entry .id {
|
|
|
|
color: #aaa;
|
|
|
|
padding-right: 6px;
|
|
|
|
margin-right: 6px;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 40px;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
left: 4px;
|
|
|
|
}
|
|
|
|
|
2014-02-19 17:38:00 -05:00
|
|
|
.repo-admin .right-controls {
|
|
|
|
text-align: right;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
2013-11-21 16:03:11 -05:00
|
|
|
.repo-admin .right-info {
|
|
|
|
font-size: 11px;
|
|
|
|
margin-top: 10px;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2013-11-22 20:14:44 -05:00
|
|
|
.repo-admin .panel {
|
|
|
|
display: inline-block;
|
|
|
|
width: 720px;
|
2013-10-17 14:46:23 -04:00
|
|
|
}
|
|
|
|
|
2013-11-22 20:14:44 -05:00
|
|
|
.repo-admin .prefix {
|
|
|
|
color: #aaa;
|
2013-10-17 14:46:23 -04:00
|
|
|
}
|
|
|
|
|
2013-11-22 20:14:44 -05:00
|
|
|
.repo-admin .admin-search {
|
|
|
|
padding-top: 20px;
|
2013-09-27 15:26:16 -04:00
|
|
|
}
|
|
|
|
|
2013-11-01 21:48:10 -04:00
|
|
|
.repo-admin .entity {
|
2013-09-27 15:26:16 -04:00
|
|
|
font-size: 1.2em;
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
|
2013-11-05 15:15:26 -05:00
|
|
|
.repo-admin .entity .popover {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .entity i.fa-exclamation-triangle {
|
|
|
|
color: #c09853;
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2013-10-17 14:46:23 -04:00
|
|
|
.repo-admin .token a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2013-10-26 16:03:11 -04:00
|
|
|
.repo .section {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
border-bottom: 1px solid #eee;
|
2013-10-11 12:58:54 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo .description p:last-child {
|
2013-09-30 19:08:24 -04:00
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2013-09-27 17:01:45 -04:00
|
|
|
.repo thead td {
|
2013-09-27 15:26:16 -04:00
|
|
|
padding: 4px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
2013-09-27 17:01:45 -04:00
|
|
|
.repo td {
|
2013-09-27 15:26:16 -04:00
|
|
|
padding: 6px;
|
2013-09-27 17:01:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo .images {
|
|
|
|
margin: 10px;
|
2013-09-27 19:21:54 -04:00
|
|
|
}
|
|
|
|
|
2013-09-30 19:08:24 -04:00
|
|
|
.repo .images .image-id {
|
|
|
|
font-size: 85%;
|
|
|
|
max-width: 100px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .images p {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2014-01-14 15:19:47 -05:00
|
|
|
.repo .formatted-command {
|
|
|
|
margin-top: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
font-size: 12px;
|
2014-02-28 00:12:09 -05:00
|
|
|
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
2014-01-14 15:19:47 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo .formatted-command.trimmed {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2013-10-18 17:59:26 -04:00
|
|
|
.repo .change-count {
|
2014-02-28 00:12:09 -05:00
|
|
|
font-size: 16px;
|
2013-10-18 17:59:26 -04:00
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2014-02-28 00:12:09 -05:00
|
|
|
.repo .change-count b {
|
|
|
|
font-weight: normal;
|
|
|
|
margin-left: 6px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .changes-container .well {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
2013-10-24 17:41:37 -04:00
|
|
|
.repo .changes-container i.fa-plus-square {
|
2013-10-18 17:59:26 -04:00
|
|
|
color: rgb(73, 209, 73);
|
|
|
|
}
|
|
|
|
|
2013-10-24 17:41:37 -04:00
|
|
|
.repo .changes-container i.fa-minus-square {
|
2013-10-18 17:59:26 -04:00
|
|
|
color: rgb(209, 73, 73);
|
|
|
|
}
|
|
|
|
|
2013-10-24 17:41:37 -04:00
|
|
|
.repo .changes-container i.fa-pencil-square {
|
2013-10-18 17:59:26 -04:00
|
|
|
color: rgb(73, 100, 209);
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .change-count:last-child {
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .change-count i {
|
2014-02-28 00:12:09 -05:00
|
|
|
font-size: 16px;
|
2013-10-18 17:59:26 -04:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .change i {
|
|
|
|
float: right;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo .more-changes {
|
|
|
|
padding: 6px;
|
2014-02-28 00:12:09 -05:00
|
|
|
text-align: right;
|
2013-10-18 17:59:26 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.repo #collapseChanges .well {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo #collapseChanges .change {
|
|
|
|
overflow: hidden;
|
|
|
|
font-size: 14px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2013-09-27 18:15:31 -04:00
|
|
|
.navbar-nav > li > .user-dropdown {
|
|
|
|
padding-top: 9px;
|
|
|
|
padding-bottom: 9px;
|
|
|
|
}
|
|
|
|
|
2013-10-13 16:13:50 -04:00
|
|
|
.navbar-brand {
|
2014-06-26 20:45:41 -04:00
|
|
|
padding: 6px;
|
2014-12-12 18:25:30 -05:00
|
|
|
line-height: 1px;
|
|
|
|
font-size: 1px;
|
2013-10-13 16:13:50 -04:00
|
|
|
}
|
|
|
|
|
2013-09-27 18:15:31 -04:00
|
|
|
.user-dropdown > img {
|
|
|
|
padding-right: 6px;
|
2013-09-27 19:24:30 -04:00
|
|
|
}
|
|
|
|
|
2014-03-12 00:49:46 -04:00
|
|
|
.delete-ui-element {
|
2013-09-28 01:23:00 -04:00
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2014-03-12 00:49:46 -04:00
|
|
|
.delete-ui-element i {
|
2013-09-28 01:23:00 -04:00
|
|
|
cursor: pointer;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2014-03-12 00:49:46 -04:00
|
|
|
.delete-ui-element .delete-ui-button {
|
2013-09-28 01:23:00 -04:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
color: white;
|
|
|
|
width: 0px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
2013-10-01 00:41:46 -04:00
|
|
|
-moz-transition: width 500ms ease-in-out;
|
|
|
|
-webkit-transition: width 500ms ease-in-out;
|
|
|
|
-o-transition: width 500ms ease-in-out;
|
|
|
|
-ms-transition: width 500ms ease-in-out;
|
2013-09-28 01:23:00 -04:00
|
|
|
transition: width 500ms ease-in-out;
|
|
|
|
}
|
|
|
|
|
2014-03-12 00:49:46 -04:00
|
|
|
.delete-ui-element .delete-ui-button button {
|
2013-09-28 01:23:00 -04:00
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2014-03-12 00:49:46 -04:00
|
|
|
.delete-ui-element:focus i {
|
2013-09-28 01:23:00 -04:00
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2014-03-12 00:49:46 -04:00
|
|
|
.delete-ui-element:focus .delete-ui-button {
|
2013-11-04 15:31:38 -05:00
|
|
|
width: 60px;
|
2013-09-28 01:23:00 -04:00
|
|
|
}
|
2013-09-27 19:24:30 -04:00
|
|
|
|
2013-10-01 14:14:30 -04:00
|
|
|
.repo-admin .repo-delete {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .repo-delete button {
|
|
|
|
font-size: 125%;
|
|
|
|
}
|
|
|
|
|
2013-09-28 17:11:10 -04:00
|
|
|
.repo-admin .repo-access-state .state-icon {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .repo-access-state .state-icon i {
|
|
|
|
font-size: 46px;
|
|
|
|
width: 54px;
|
|
|
|
height: 54px;
|
|
|
|
line-height: 54px;
|
|
|
|
border-radius: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .repo-access-state {
|
|
|
|
text-align: center;
|
2013-10-01 14:14:30 -04:00
|
|
|
width: 580px;
|
2013-09-28 17:11:10 -04:00
|
|
|
}
|
|
|
|
|
2013-10-24 17:41:37 -04:00
|
|
|
.repo-admin .repo-access-state .state-icon i.fa-lock {
|
2013-09-28 17:11:10 -04:00
|
|
|
background: rgb(253, 191, 191);
|
|
|
|
}
|
|
|
|
|
2013-10-26 16:03:11 -04:00
|
|
|
.repo-admin .repo-access-state .state-icon i.fa-unlock {
|
2013-09-28 17:11:10 -04:00
|
|
|
background: rgb(170, 236, 170);
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .change-access {
|
|
|
|
margin-top: 20px;
|
|
|
|
padding-top: 20px;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .change-access .alert {
|
|
|
|
color: black;
|
|
|
|
background: white;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .change-access .alert .alert-content {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-admin .change-access:hover .alert {
|
|
|
|
background: inherit;
|
|
|
|
border: inherit;
|
|
|
|
}
|
|
|
|
|
2013-11-07 16:33:56 -05:00
|
|
|
.user-admin #migrate .panel {
|
|
|
|
max-width: 600px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-10-02 14:50:02 -04:00
|
|
|
.user-admin .panel-plan {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-01-20 16:12:23 -05:00
|
|
|
.panel-setting-content {
|
2014-01-17 17:04:05 -05:00
|
|
|
margin-left: 16px;
|
|
|
|
margin-top: 16px;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
2013-10-02 14:50:02 -04:00
|
|
|
.user-admin .plan-description {
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-admin .used-description {
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2013-11-07 16:33:56 -05:00
|
|
|
.user-admin .convert-form h3 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-admin #convertForm {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-admin #convertForm .form-group {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-admin #convertForm input {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-admin #convertForm .existing-data {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-admin #convertForm .description {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: block;
|
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-admin #convertForm .existing-data {
|
|
|
|
display: block;
|
|
|
|
padding-left: 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2013-10-19 19:46:30 -04:00
|
|
|
|
2014-01-14 15:23:44 -05:00
|
|
|
.user-admin .check-green {
|
|
|
|
color: #46ac39;
|
|
|
|
}
|
|
|
|
|
2013-10-11 01:06:04 -04:00
|
|
|
#image-history-container {
|
|
|
|
overflow: hidden;
|
2013-10-11 21:28:02 -04:00
|
|
|
min-height: 400px;
|
2013-10-11 01:06:04 -04:00
|
|
|
}
|
|
|
|
|
2013-10-10 00:40:18 -04:00
|
|
|
#image-history-container .node circle {
|
|
|
|
cursor: pointer;
|
|
|
|
fill: #fff;
|
|
|
|
stroke-width: 1.5px;
|
|
|
|
stroke: #ccc;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2013-10-10 17:13:42 -04:00
|
|
|
#image-history-container .node circle.highlighted {
|
2013-10-10 00:40:18 -04:00
|
|
|
stroke: steelblue;
|
|
|
|
}
|
|
|
|
|
2013-10-10 17:13:42 -04:00
|
|
|
#image-history-container .node circle.current {
|
2013-10-10 00:40:18 -04:00
|
|
|
fill: steelblue;
|
|
|
|
stroke-width: 2.5px;
|
|
|
|
}
|
|
|
|
|
2013-10-10 20:43:37 -04:00
|
|
|
#image-history-container .node text.current {
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-10-11 01:06:04 -04:00
|
|
|
#image-history-container .node text.collapsed {
|
|
|
|
fill: gray;
|
|
|
|
}
|
|
|
|
|
2013-10-10 00:40:18 -04:00
|
|
|
#image-history-container .node text {
|
2013-10-10 02:09:17 -04:00
|
|
|
font-size: 15px;
|
2013-10-10 00:40:18 -04:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-history-container path.link {
|
|
|
|
fill: none;
|
|
|
|
stroke: #ccc;
|
|
|
|
stroke-width: 1.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#image-history-container path.link.highlighted {
|
|
|
|
stroke: steelblue;
|
|
|
|
}
|
|
|
|
|
2013-10-10 02:09:17 -04:00
|
|
|
#image-history-container .tags {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-04-15 15:58:30 -04:00
|
|
|
.tags .tag, .tag-specific-images-view .tag {
|
2014-02-28 00:12:09 -05:00
|
|
|
display: inline-block;
|
2013-10-10 02:09:17 -04:00
|
|
|
border-radius: 10px;
|
|
|
|
margin-right: 4px;
|
|
|
|
cursor: pointer;
|
2014-02-28 00:12:09 -05:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2013-10-10 02:09:17 -04:00
|
|
|
}
|
|
|
|
|
2014-04-07 19:53:25 -04:00
|
|
|
.tooltip-tags {
|
|
|
|
display: block;
|
|
|
|
margin-top: 10px;
|
|
|
|
border-top: 1px dotted #aaa;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
2013-10-19 19:46:30 -04:00
|
|
|
#changes-tree-container {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#changes-tree-container .node .change-icon {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
2013-10-19 19:50:21 -04:00
|
|
|
#changes-tree-container .node.changed text {
|
|
|
|
fill: rgb(73, 100, 209);
|
|
|
|
}
|
|
|
|
|
2013-10-19 19:46:30 -04:00
|
|
|
#changes-tree-container .node.added text {
|
|
|
|
fill: rgb(32, 163, 32);
|
|
|
|
}
|
|
|
|
|
|
|
|
#changes-tree-container .node.removed text {
|
|
|
|
text-decoration: line-through;
|
|
|
|
fill: rgb(209, 73, 73);
|
|
|
|
}
|
|
|
|
|
2015-05-03 18:56:31 -07:00
|
|
|
.file-tree-base .fa {
|
|
|
|
display: inline !important;
|
|
|
|
}
|
|
|
|
|
2014-02-17 17:28:20 -05:00
|
|
|
.file-tree-base .node rect {
|
|
|
|
cursor: pointer;
|
|
|
|
fill: #fff;
|
|
|
|
fill-opacity: 1;
|
|
|
|
stroke: #fff;
|
|
|
|
stroke-width: 1.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-tree-base .node text {
|
|
|
|
font: 12px sans-serif;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.file-tree-base path.link {
|
2013-10-19 19:46:30 -04:00
|
|
|
fill: none;
|
|
|
|
stroke: #9ecae1;
|
|
|
|
stroke-width: 1.5px;
|
2013-10-10 02:09:17 -04:00
|
|
|
}
|
2013-10-10 00:40:18 -04:00
|
|
|
|
2014-10-28 16:33:13 -04:00
|
|
|
.usage-chart-element {
|
2013-11-06 17:30:20 -05:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
|
2014-10-28 16:33:13 -04:00
|
|
|
.usage-chart-element .count-text {
|
2013-11-06 17:30:20 -05:00
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
2014-10-28 16:33:13 -04:00
|
|
|
.usage-chart-element.limit-at path.arc-0 {
|
2013-11-06 17:30:20 -05:00
|
|
|
fill: #c09853;
|
|
|
|
}
|
|
|
|
|
2014-10-28 16:33:13 -04:00
|
|
|
.usage-chart-element.limit-over path.arc-0 {
|
2013-11-06 17:30:20 -05:00
|
|
|
fill: #b94a48;
|
|
|
|
}
|
|
|
|
|
2014-10-28 16:33:13 -04:00
|
|
|
.usage-chart-element.limit-near path.arc-0 {
|
2013-11-06 17:59:16 -05:00
|
|
|
fill: #468847;
|
|
|
|
}
|
|
|
|
|
2014-10-28 16:33:13 -04:00
|
|
|
.usage-chart-element.limit-over path.arc-1 {
|
2013-11-06 17:30:20 -05:00
|
|
|
fill: #fcf8e3;
|
|
|
|
}
|
|
|
|
|
2014-10-28 16:33:13 -04:00
|
|
|
.usage-chart-element.limit-at path.arc-1 {
|
2013-11-06 17:30:20 -05:00
|
|
|
fill: #f2dede;
|
|
|
|
}
|
|
|
|
|
2014-10-28 16:33:13 -04:00
|
|
|
.usage-chart-element.limit-near path.arc-1 {
|
2013-11-06 17:59:16 -05:00
|
|
|
fill: #dff0d8;
|
|
|
|
}
|
|
|
|
|
2014-04-10 00:26:55 -04:00
|
|
|
.usage-caption {
|
2014-11-24 16:07:38 -05:00
|
|
|
display: inline-block;
|
2013-11-06 17:30:20 -05:00
|
|
|
color: #aaa;
|
|
|
|
font-size: 26px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2013-09-30 19:08:24 -04:00
|
|
|
/* Overrides for the markdown editor. */
|
|
|
|
|
|
|
|
.wmd-panel .btn-toolbar {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-panel textarea {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-panel.wmd-preview:before {
|
|
|
|
display: inline-block;
|
|
|
|
content: "Preview";
|
|
|
|
background: #eee;
|
|
|
|
padding: 4px;
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wmd-panel.wmd-preview {
|
|
|
|
position: relative;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding: 10px;
|
2013-10-24 17:41:55 -04:00
|
|
|
min-height: 50px;
|
2013-09-30 19:08:24 -04:00
|
|
|
}
|
2013-09-28 17:11:10 -04:00
|
|
|
|
2013-11-04 14:56:54 -05:00
|
|
|
.team-view .panel {
|
|
|
|
display: inline-block;
|
|
|
|
width: 620px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.team-view .entity {
|
|
|
|
font-size: 1.2em;
|
2013-11-04 15:31:38 -05:00
|
|
|
min-width: 510px;
|
2013-11-04 14:56:54 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.team-view .entity i {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
2013-11-04 15:31:38 -05:00
|
|
|
.team-view .entity-search {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2013-11-04 14:56:54 -05:00
|
|
|
|
2013-11-04 15:31:38 -05:00
|
|
|
.team-view .delete-ui {
|
|
|
|
display: inline-block;
|
|
|
|
width: 78px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.team-view .delete-ui i {
|
|
|
|
margin-top: 8px;
|
|
|
|
float: right;
|
|
|
|
}
|
2013-11-04 14:56:54 -05:00
|
|
|
|
2013-11-04 19:11:13 -05:00
|
|
|
.org-view .team-listing {
|
2013-11-04 22:58:21 -05:00
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.org-view .header-col {
|
|
|
|
color: #444;
|
2013-11-05 17:20:43 -05:00
|
|
|
margin-bottom: 10px;
|
2013-11-04 22:58:21 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.org-view .header-col dd {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.org-view .header-col .info-icon {
|
|
|
|
float: none;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2013-11-05 17:20:43 -05:00
|
|
|
.org-view .team-listing .control-col button.btn-danger {
|
|
|
|
margin-left: 10px;
|
2013-11-05 14:47:46 -05:00
|
|
|
}
|
|
|
|
|
2013-11-04 19:36:56 -05:00
|
|
|
.org-view .team-listing i {
|
|
|
|
margin-right: 10px;
|
2013-11-04 19:11:13 -05:00
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
.org-view .highlight .team-title {
|
2013-11-05 17:20:43 -05:00
|
|
|
animation: highlighttemp 1s 2;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
animation-direction: alternate;
|
|
|
|
|
|
|
|
-moz-animation: highlighttemp 1s 2;
|
|
|
|
-moz-animation-timing-function: ease-in-out;
|
|
|
|
-moz-animation-direction: alternate;
|
|
|
|
|
|
|
|
-webkit-animation: highlighttemp 1s 2;
|
|
|
|
-webkit-animation-timing-function: ease-in-out;
|
|
|
|
-webkit-animation-direction: alternate;
|
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
@-moz-keyframes highlighttemp {
|
2013-11-05 17:20:43 -05:00
|
|
|
0% { background-color: white; }
|
|
|
|
100% { background-color: rgba(92, 184, 92, 0.36); }
|
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
@-webkit-keyframes highlighttemp {
|
2013-11-05 17:20:43 -05:00
|
|
|
0% { background-color: white; }
|
|
|
|
100% { background-color: rgba(92, 184, 92, 0.36); }
|
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
@keyframes highlighttemp {
|
2013-11-05 17:20:43 -05:00
|
|
|
0% { background-color: white; }
|
|
|
|
100% { background-color: rgba(92, 184, 92, 0.36); }
|
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
.org-view .team-title {
|
2013-11-04 19:11:13 -05:00
|
|
|
font-size: 20px;
|
2013-11-07 23:35:27 -05:00
|
|
|
text-transform: none;
|
2013-11-05 17:20:43 -05:00
|
|
|
padding: 4px;
|
2013-11-04 19:11:13 -05:00
|
|
|
}
|
|
|
|
|
2013-11-04 20:17:58 -05:00
|
|
|
.org-view .team-listing .team-description {
|
|
|
|
margin-top: 6px;
|
2013-11-05 17:20:43 -05:00
|
|
|
margin-left: 41px;
|
2013-11-04 20:17:58 -05:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2013-11-05 17:20:43 -05:00
|
|
|
.org-view #create-team-box {
|
|
|
|
border: none;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
2013-11-06 19:06:59 -05:00
|
|
|
.org-admin .team-link {
|
|
|
|
display: inline-block;
|
2013-11-07 23:35:27 -05:00
|
|
|
text-transform: none;
|
2013-11-06 19:06:59 -05:00
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.org-admin #members table td {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.org-admin #members table i {
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
2013-11-22 18:20:51 -05:00
|
|
|
.side-controls {
|
2013-11-06 19:06:59 -05:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2013-11-22 18:20:51 -05:00
|
|
|
.side-controls .result-count {
|
2013-11-06 19:06:59 -05:00
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2013-11-22 18:20:51 -05:00
|
|
|
.side-controls .filter-input {
|
2013-11-06 19:06:59 -05:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-08-12 14:30:59 -04:00
|
|
|
.table-container {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-11-07 01:48:58 -05:00
|
|
|
.org-list h2 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.org-list .button-bar-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.org-list .organization-listing {
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2013-11-07 15:19:52 -05:00
|
|
|
.create-org .steps-container {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org .steps {
|
|
|
|
|
|
|
|
background: #222;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 16px;
|
|
|
|
margin-left: 0px;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 0px;
|
|
|
|
list-style: none;
|
|
|
|
height: 46px;
|
|
|
|
width: 675px;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.create-org .steps .step {
|
|
|
|
width: 225px;
|
|
|
|
float: left;
|
|
|
|
padding: 10px;
|
|
|
|
border-right: 1px solid #222;
|
|
|
|
margin: 0px;
|
|
|
|
background: rgba(255, 255, 255, 0.2);
|
|
|
|
color: #aaa;
|
|
|
|
border-left: 4px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org .steps .step i {
|
|
|
|
font-size: 26px;
|
|
|
|
margin-right: 6px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org .steps .step.active {
|
|
|
|
color: white;
|
|
|
|
border-left: 4px solid steelblue;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org .steps .step:last-child {
|
|
|
|
border-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org .steps .step b {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org .button-bar {
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org .form-group {
|
|
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org .plan-group {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org .plan-group strong {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2014-03-20 15:46:13 -04:00
|
|
|
.form-group .description {
|
2013-11-07 15:19:52 -05:00
|
|
|
margin-top: 10px;
|
|
|
|
display: block;
|
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2014-03-20 15:46:13 -04:00
|
|
|
.form-group.nested input {
|
2013-11-07 15:19:52 -05:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.create-org h3 {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2013-11-07 22:08:23 -05:00
|
|
|
.plans-table-element table {
|
|
|
|
margin: 20px;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-table-element td {
|
|
|
|
vertical-align: middle !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-table-element .plan-price {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2015-01-12 12:17:00 -05:00
|
|
|
.plans-table ul {
|
|
|
|
margin-top: 10px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-table ul li {
|
|
|
|
padding: 4px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plans-table ul li .plan-info {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-31 13:52:35 -05:00
|
|
|
.repo-breadcrumb-element .crumb {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-breadcrumb-element .crumb:nth-last-of-type(3), .repo-breadcrumb-element .crumb:nth-last-of-type(3) a {
|
|
|
|
color: #aaa !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-breadcrumb-element .crumb:nth-last-of-type(2), .repo-breadcrumb-element .crumb:nth-last-of-type(2) a {
|
|
|
|
color: #888 !important;
|
|
|
|
}
|
|
|
|
|
2014-02-13 18:58:28 -05:00
|
|
|
.repo-breadcrumb-element .current a {
|
|
|
|
color: #444 !important;
|
|
|
|
}
|
|
|
|
|
2014-01-31 13:52:35 -05:00
|
|
|
.repo-breadcrumb-element .crumb:after {
|
|
|
|
content: "/";
|
|
|
|
color: #ccc;
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
|
|
|
|
2014-02-13 18:58:28 -05:00
|
|
|
.repo-breadcrumb-element .crumb:hover, .repo-breadcrumb-element .crumb:hover a, .repo-breadcrumb-element .current:hover a {
|
2014-01-31 13:52:35 -05:00
|
|
|
color: #2a6496 !important;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-11-07 22:08:23 -05:00
|
|
|
|
2013-09-27 19:24:30 -04:00
|
|
|
/* Overrides for typeahead to work with bootstrap 3. */
|
2013-09-27 19:21:54 -04:00
|
|
|
|
|
|
|
.twitter-typeahead .tt-query,
|
|
|
|
.twitter-typeahead .tt-hint {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-dropdown-menu {
|
|
|
|
min-width: 160px;
|
|
|
|
margin-top: 2px;
|
|
|
|
padding: 5px 0;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border: 1px solid rgba(0,0,0,.2);
|
|
|
|
*border-right-width: 2px;
|
|
|
|
*border-bottom-width: 2px;
|
|
|
|
-webkit-border-radius: 6px;
|
|
|
|
-moz-border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
box-shadow: 0 5px 10px rgba(0,0,0,.2);
|
|
|
|
-webkit-background-clip: padding-box;
|
|
|
|
-moz-background-clip: padding;
|
|
|
|
background-clip: padding-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tt-suggestion {
|
|
|
|
display: block;
|
|
|
|
padding: 3px 20px;
|
2014-03-07 21:06:31 -05:00
|
|
|
cursor: pointer;
|
2013-09-27 19:21:54 -04:00
|
|
|
}
|
|
|
|
|
2014-03-07 21:06:31 -05:00
|
|
|
.tt-suggestion.tt-cursor {
|
2013-09-27 19:21:54 -04:00
|
|
|
color: #fff;
|
|
|
|
background-color: #0081c2;
|
|
|
|
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
|
|
|
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
|
|
|
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)
|
|
|
|
}
|
|
|
|
|
2014-03-07 21:06:31 -05:00
|
|
|
.tt-suggestion.tt-cursor a {
|
2013-09-27 19:21:54 -04:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2014-03-07 21:06:31 -05:00
|
|
|
.tt-empty {
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #aaa;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2014-08-28 20:49:11 -04:00
|
|
|
.tt-message {
|
|
|
|
padding: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2013-09-27 19:21:54 -04:00
|
|
|
.tt-suggestion p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.twitter-typeahead .tt-hint {
|
|
|
|
display: block;
|
|
|
|
height: 34px;
|
|
|
|
padding: 5px 12px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.428571429;
|
|
|
|
border: 1px solid transparent;
|
2013-10-08 11:55:57 -04:00
|
|
|
width: 100%;
|
2013-09-27 19:24:30 -04:00
|
|
|
}
|
2013-10-02 00:46:11 -04:00
|
|
|
|
|
|
|
/** Fix for bootstrap dialogs that are broken. */
|
|
|
|
|
|
|
|
.modal-backdrop.in {
|
|
|
|
opacity: 0.5 !important;
|
2013-10-10 00:40:18 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/** D3 tooltip styling */
|
|
|
|
|
2013-11-27 02:29:31 -05:00
|
|
|
.d3-tip, .nvtooltip {
|
|
|
|
line-height: 1 !important;
|
|
|
|
padding: 12px !important;
|
|
|
|
background: rgba(0, 0, 0, 0.8) !important;
|
|
|
|
color: #fff !important;
|
|
|
|
border-radius: 2px !important;
|
|
|
|
max-width: 500px !important;
|
2013-10-11 01:06:04 -04:00
|
|
|
z-index: 9999999;
|
2013-10-10 00:40:18 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Creates a small triangle extender for the tooltip */
|
|
|
|
.d3-tip:after {
|
2013-10-10 17:13:42 -04:00
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline;
|
|
|
|
font-size: 10px;
|
|
|
|
width: 100%;
|
|
|
|
line-height: 1;
|
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
|
position: absolute;
|
2013-10-10 00:40:18 -04:00
|
|
|
}
|
|
|
|
|
2013-10-10 17:13:42 -04:00
|
|
|
/* Nrthward tooltips */
|
2013-10-10 00:40:18 -04:00
|
|
|
.d3-tip.n:after {
|
2013-10-10 17:13:42 -04:00
|
|
|
content: "\25BC";
|
|
|
|
margin: -1px 0 0 0;
|
|
|
|
top: 100%;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Eastward tooltips */
|
|
|
|
.d3-tip.e:after {
|
|
|
|
content: "\25C0";
|
|
|
|
margin: -4px 0 0 0;
|
|
|
|
top: 50%;
|
|
|
|
left: -8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Southward tooltips */
|
|
|
|
.d3-tip.s:after {
|
|
|
|
content: "\25B2";
|
|
|
|
margin: 0 0 1px 0;
|
|
|
|
top: -8px;
|
|
|
|
left: 0;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Westward tooltips */
|
|
|
|
.d3-tip.w:after {
|
|
|
|
content: "\25B6";
|
|
|
|
margin: -4px 0 0 -1px;
|
|
|
|
top: 50%;
|
|
|
|
left: 100%;
|
2013-10-10 00:40:18 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.d3-tip .full-id {
|
|
|
|
font-size: 11px;
|
|
|
|
color: #ddd;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2014-01-14 15:19:47 -05:00
|
|
|
.d3-tip .command {
|
2013-10-10 00:40:18 -04:00
|
|
|
font-size: 12px;
|
|
|
|
color: white;
|
|
|
|
display: block;
|
2014-01-14 15:19:47 -05:00
|
|
|
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d3-tip .info-line {
|
|
|
|
display: block;
|
|
|
|
margin-top: 6px;
|
|
|
|
padding-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d3-tip .info-line i {
|
|
|
|
margin-right: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #888;
|
2013-10-10 00:40:18 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.d3-tip .comment {
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
2014-01-14 15:19:47 -05:00
|
|
|
padding-bottom: 4px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
border-bottom: 1px dotted #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.d3-tip .created {
|
|
|
|
font-size: 12px;
|
|
|
|
color: white;
|
|
|
|
display: block;
|
2013-10-10 00:40:18 -04:00
|
|
|
margin-bottom: 6px;
|
2013-10-12 13:14:22 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.privacy-policy dd,
|
|
|
|
.tos dd {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tos li {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tos ul {
|
|
|
|
margin-top: 10px;
|
2013-10-14 17:50:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-signin input {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-signin {
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-alternate {
|
|
|
|
color: #777;
|
|
|
|
font-size: 3em;
|
|
|
|
margin-left: 43px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-alternate .inner-text {
|
|
|
|
text-align: center;
|
|
|
|
position: relative;
|
|
|
|
color: white;
|
2015-02-17 19:37:37 -05:00
|
|
|
left: -38px;
|
2013-10-14 17:50:07 -04:00
|
|
|
top: -9px;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: .4em;
|
2013-11-08 16:27:12 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-description {
|
|
|
|
margin-bottom: 40px;
|
2013-12-11 16:55:07 -05:00
|
|
|
}
|
|
|
|
|
2014-01-15 15:40:37 -05:00
|
|
|
.contact-options {
|
|
|
|
margin-top: 60px;
|
2014-02-04 20:50:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*********************************************/
|
|
|
|
|
2014-02-05 21:00:04 -05:00
|
|
|
.angular-tour-ui-element.overlay {
|
2014-02-04 20:50:13 -05:00
|
|
|
display: block;
|
|
|
|
position: fixed;
|
2014-02-11 18:11:13 -05:00
|
|
|
bottom: 50px;
|
2014-02-04 20:50:13 -05:00
|
|
|
right: 20px;
|
|
|
|
border-radius: 10px;
|
|
|
|
z-index: 9999999;
|
|
|
|
|
2014-02-05 21:00:04 -05:00
|
|
|
background: white;
|
|
|
|
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
|
|
|
|
box-shadow: 0 5px 15px rgba(0,0,0,0.5);
|
|
|
|
|
2014-02-04 20:50:13 -05:00
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
transition: opacity 750ms ease-in-out;
|
|
|
|
-webkit-transition: opacity 750ms ease-in-out;
|
2014-02-05 21:00:04 -05:00
|
|
|
|
|
|
|
min-width: 400px;
|
2014-02-04 20:50:13 -05:00
|
|
|
}
|
|
|
|
|
2014-02-05 21:00:04 -05:00
|
|
|
.angular-tour-ui-element.overlay.touring {
|
2014-02-04 20:50:13 -05:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2014-02-05 21:00:04 -05:00
|
|
|
.angular-tour-ui-element.overlay.nottouring {
|
2014-02-04 20:50:13 -05:00
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
|
|
left: -10000px;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
2014-02-05 21:00:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.overlay .tour-title {
|
2014-02-13 17:07:17 -05:00
|
|
|
background-color: #3276b1;
|
2014-02-05 21:00:04 -05:00
|
|
|
color: white;
|
|
|
|
padding: 4px;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
border-radius: 4px;
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
border-bottom-right-radius: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.overlay .tour-title h4 {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 16px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.overlay .step-title {
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.overlay .step-content {
|
|
|
|
padding: 10px;
|
|
|
|
padding-left: 0px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.overlay .tour-contents {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.overlay .controls {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.overlay .controls .btn {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.angular-tour-ui-element.overlay .fa {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************/
|
|
|
|
|
|
|
|
.angular-tour-ui-element.inline {
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.inline .fa-dot-circle-o {
|
|
|
|
font-size: 34px;
|
|
|
|
background: #ddd;
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.inline .tour-title h4 {
|
|
|
|
font-size: 28px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.inline .tour-title .close {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.angular-tour-ui-element.inline .step-title {
|
|
|
|
font-size: 20px;
|
2014-02-06 20:58:26 -05:00
|
|
|
margin-bottom: 20px;
|
2014-02-05 21:00:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.inline .step-content {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element.inline .controls {
|
|
|
|
margin-top: 20px;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element p {
|
2014-02-06 20:58:26 -05:00
|
|
|
margin-bottom: 20px;
|
2014-02-05 21:00:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element .wait-message {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element .wait-message .quay-spinner {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.angular-tour-ui-element .wait-message .quay-spinner .small-spinner {
|
|
|
|
border-top-color: #999;
|
|
|
|
border-left-color: #999;
|
|
|
|
}
|
|
|
|
|
2014-02-06 20:58:26 -05:00
|
|
|
.angular-tour-ui-element .note {
|
|
|
|
margin: 10px;
|
|
|
|
padding: 6px;
|
|
|
|
background: #eee;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
2014-02-07 12:47:53 -05:00
|
|
|
.angular-tour-ui-element .skip-message {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
2014-02-05 21:00:04 -05:00
|
|
|
pre.command {
|
|
|
|
padding: 20px;
|
|
|
|
background: #fff;
|
|
|
|
text-shadow: none;
|
|
|
|
overflow: auto;
|
|
|
|
border: solid 1px #ccc;
|
|
|
|
position: relative;
|
2014-02-06 20:58:26 -05:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 20px;
|
2014-02-05 21:00:04 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
pre.command:before {
|
2014-02-06 20:58:26 -05:00
|
|
|
content: "\f120";
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
font-size: 16px;
|
|
|
|
margin-right: 6px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-inline {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
2014-02-06 21:23:27 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/*********************************************/
|
|
|
|
|
2014-02-06 19:20:19 -05:00
|
|
|
.contact-options .option-twitter .fa-circle {
|
|
|
|
color: #00b0ed;
|
|
|
|
}
|
|
|
|
|
2014-10-22 14:49:33 -04:00
|
|
|
.contact-options .option-tel .fa-circle {
|
2014-02-06 19:20:19 -05:00
|
|
|
color: #1dd924;
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact-options .option-irc .fa-circle {
|
|
|
|
color: #e52f00;
|
|
|
|
}
|
|
|
|
|
2014-10-22 14:49:33 -04:00
|
|
|
.contact-options .option-mailto .fa-circle {
|
2014-02-06 19:20:19 -05:00
|
|
|
color: #1b72f1;
|
|
|
|
}
|
|
|
|
|
2014-10-22 14:49:33 -04:00
|
|
|
.contact-options .option-url .fa-circle {
|
|
|
|
color: #F1A51B;
|
|
|
|
}
|
|
|
|
|
2014-02-06 19:20:19 -05:00
|
|
|
.about-us .row {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-basic-icon {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
color: #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.about-basic-text {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2014-02-13 15:59:37 -05:00
|
|
|
|
|
|
|
.repo-name-small:before {
|
|
|
|
content: "\f0a0";
|
|
|
|
font-family: FontAwesome;
|
|
|
|
font-size: 20px;
|
|
|
|
margin-right: 6px;
|
|
|
|
vertical-align: middle;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repo-name-small {
|
2015-06-04 14:15:47 -04:00
|
|
|
margin-left: 2px;
|
|
|
|
margin-right: 2px;
|
2014-02-13 15:59:37 -05:00
|
|
|
display: inline-block;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 4px 8px;
|
2014-02-14 22:59:44 -05:00
|
|
|
}
|
|
|
|
|
2015-06-04 14:15:47 -04:00
|
|
|
.user-enter-box {
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
border: 1px solid #DDE7ED;
|
|
|
|
background: #F0FAFF;
|
|
|
|
}
|
|
|
|
|
2014-02-14 22:59:44 -05:00
|
|
|
.file-drop {
|
|
|
|
padding: 10px;
|
|
|
|
margin: 10px;
|
2014-02-17 18:31:45 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.label.FROM {
|
|
|
|
border-color: #5bc0de !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label.CMD, .label.EXPOSE, .label.ENTRYPOINT {
|
|
|
|
border-color: #428bca !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label.RUN, .label.ADD {
|
|
|
|
border-color: #5cb85c !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label.ENV, .label.VOLUME, .label.USER, .label.WORKDIR {
|
|
|
|
border-color: #f0ad4e !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label.MAINTAINER {
|
|
|
|
border-color: #aaa !important;
|
2014-02-20 18:57:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-select {
|
|
|
|
margin: 10px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-02-24 20:36:54 -05:00
|
|
|
.dropdown-select .dropdown-select-icon {
|
2014-02-20 18:57:49 -05:00
|
|
|
position: absolute;
|
|
|
|
top: 6px;
|
|
|
|
left: 6px;
|
|
|
|
z-index: 2;
|
2014-02-24 20:36:54 -05:00
|
|
|
display: none;
|
2014-02-20 18:57:49 -05:00
|
|
|
}
|
|
|
|
|
2014-02-24 20:36:54 -05:00
|
|
|
.dropdown-select .dropdown-select-icon.fa {
|
2014-02-20 18:57:49 -05:00
|
|
|
top: 10px;
|
|
|
|
left: 8px;
|
|
|
|
font-size: 20px;
|
2014-02-24 20:36:54 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-select .dropdown-select-icon.none-icon {
|
2014-02-20 18:57:49 -05:00
|
|
|
color: #ccc;
|
2014-02-24 20:36:54 -05:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-select.has-item .dropdown-select-icon {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-select.has-item .dropdown-select-icon.none-icon {
|
|
|
|
display: none;
|
2014-02-20 18:57:49 -05:00
|
|
|
}
|
|
|
|
|
2014-07-17 13:32:39 -04:00
|
|
|
.dropdown-select input.form-control[readonly] {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2014-02-20 18:57:49 -05:00
|
|
|
.dropdown-select .lookahead-input {
|
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-select .twitter-typeahead {
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-select .twitter-typeahead .tt-hint {
|
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-select .dropdown {
|
|
|
|
position: absolute;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-select .dropdown button.dropdown-toggle {
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
border-bottom-left-radius: 0px;
|
|
|
|
}
|
|
|
|
|
2014-02-24 20:36:54 -05:00
|
|
|
.slideinout {
|
|
|
|
-webkit-transition:0.5s all;
|
|
|
|
transition:0.5s linear all;
|
|
|
|
opacity: 1;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
2014-10-14 15:46:35 -04:00
|
|
|
height: 32px;
|
2014-02-24 20:36:54 -05:00
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slideinout.ng-hide {
|
|
|
|
opacity: 0;
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slideinout.ng-hide-add, .slideinout.ng-hide-remove {
|
|
|
|
display: block !important;
|
2014-03-14 18:57:28 -04:00
|
|
|
}
|
|
|
|
|
2014-11-24 19:40:03 -05:00
|
|
|
.auth-header > .avatar {
|
2014-03-14 18:57:28 -04:00
|
|
|
float: left;
|
2014-11-24 19:40:03 -05:00
|
|
|
display: inline-block;
|
|
|
|
margin-top: 12px;
|
2014-03-14 18:57:28 -04:00
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-header {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .reason {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes ul {
|
|
|
|
margin-top: 10px;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes li {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .scope {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
|
2014-08-05 21:21:22 -04:00
|
|
|
.auth-scopes .scope .fa-exclamation-triangle {
|
|
|
|
color: orange;
|
|
|
|
margin-left: 16px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-03-14 18:57:28 -04:00
|
|
|
.auth-scopes .scope-container:last-child {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .panel-default {
|
|
|
|
border: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .panel-default:last-child {
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .panel-heading {
|
|
|
|
border: 0px;
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .scope .title {
|
|
|
|
min-width: 300px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-03-18 17:55:52 -04:00
|
|
|
.auth-scopes .scope .title a {
|
|
|
|
color: #444;
|
2014-03-14 18:57:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .scope .description {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .scope i {
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-top: 2px;
|
2014-03-18 17:55:52 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .scope i.fa-lg {
|
2014-03-14 18:57:28 -04:00
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
2014-03-18 17:55:52 -04:00
|
|
|
.auth-scopes .title i.arrow:before {
|
|
|
|
content: "\f0d7";
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-scopes .title.collapsed i.arrow:before {
|
|
|
|
content: "\f0da" !important;
|
|
|
|
}
|
|
|
|
|
2014-03-24 18:30:22 -04:00
|
|
|
.auth-container .button-bar form {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-03-14 18:57:28 -04:00
|
|
|
.auth-container .button-bar {
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 10px;
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-container .button-bar button {
|
|
|
|
margin: 6px;
|
|
|
|
}
|
2014-03-20 15:46:13 -04:00
|
|
|
|
|
|
|
.manage-application #oauth td {
|
|
|
|
padding: 6px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.manage-application .button-bar {
|
|
|
|
margin-top: 10px;
|
|
|
|
padding-top: 20px;
|
|
|
|
border-top: 1px solid #eee;
|
2014-03-24 20:57:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.auth-info .by:before {
|
|
|
|
content: "by";
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-info .by {
|
|
|
|
color: #aaa;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auth-info .scope {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-right: 4px;
|
2014-03-27 18:33:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.trigger-pull-credentials {
|
|
|
|
padding-left: 26px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2014-10-23 16:39:10 -04:00
|
|
|
.trigger-pull-credentials .entity-reference {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2014-03-27 18:33:13 -04:00
|
|
|
.trigger-pull-credentials .context-tooltip {
|
|
|
|
color: gray;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trigger-description .trigger-description-subtitle {
|
|
|
|
display: inline-block;
|
2014-10-23 16:39:10 -04:00
|
|
|
width: 100px;
|
|
|
|
margin-bottom: 4px;
|
2014-03-27 18:33:13 -04:00
|
|
|
}
|
|
|
|
|
2014-04-02 23:33:58 -04:00
|
|
|
.trigger-option-section:not(:first-child) {
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
padding-top: 16px;
|
|
|
|
margin-top: 10px;
|
2014-03-27 18:33:13 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.trigger-option-section .entity-search-element input {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trigger-option-section table td {
|
|
|
|
padding: 6px;
|
2014-04-10 00:26:55 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-change input {
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-bottom: 12px;
|
2014-06-24 18:48:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.location-view {
|
|
|
|
display: inline-block;
|
|
|
|
margin-rigth: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.location-view .flag {
|
|
|
|
position: relative;
|
|
|
|
transition: opacity 0.5s ease;
|
|
|
|
}
|
|
|
|
|
2015-06-09 17:58:57 -04:00
|
|
|
.location-view .strength-indicator {
|
2014-06-24 18:48:42 -04:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2014-04-24 01:18:47 -04:00
|
|
|
/*
|
|
|
|
This is the visible area of you carousel.
|
|
|
|
Set a width here to define how much items are visible.
|
|
|
|
The width can be either fixed in px or flexible in %.
|
|
|
|
Position must be relative!
|
|
|
|
*/
|
|
|
|
.jcarousel {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
margin-left: 30px;
|
|
|
|
margin-right: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jcarousel-wrapper {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jcarousel-wrapper .jcarousel-control {
|
|
|
|
font-size: 64px;
|
|
|
|
position: absolute;
|
|
|
|
top: -16px;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jcarousel-wrapper .jcarousel-control-prev {
|
|
|
|
left: 0px;
|
|
|
|
}
|
2014-06-24 18:48:42 -04:00
|
|
|
|
2014-04-24 01:18:47 -04:00
|
|
|
.jcarousel-wrapper .jcarousel-control-next {
|
|
|
|
right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
This is the container of the carousel items.
|
|
|
|
You must ensure that the position is relative or absolute and
|
|
|
|
that the width is big enough to contain all items.
|
|
|
|
*/
|
|
|
|
.jcarousel ul {
|
|
|
|
width: 20000em;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
/* Optional, required in this case since it's a <ul> element */
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
These are the item elements. jCarousel works best, if the items
|
|
|
|
have a fixed width and height (but it's not required).
|
|
|
|
*/
|
|
|
|
.jcarousel li {
|
|
|
|
/* Required only for block elements like <li>'s */
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jcarousel-page {
|
|
|
|
padding: 10px;
|
|
|
|
text-decoration: none !important;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jcarousel-page.active {
|
|
|
|
color: #428bca;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jcarousel-page:before {
|
|
|
|
content: "\f10c";
|
|
|
|
font-family: FontAwesome;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jcarousel-page.active:before {
|
|
|
|
content: "\f111";
|
|
|
|
font-family: FontAwesome;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jcarousel-pagination {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2014-04-29 00:45:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.tour-section-container {
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tour-sections {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tour-sections li {
|
|
|
|
margin: 0px;
|
|
|
|
font-size: 16px;
|
|
|
|
list-style: none;
|
|
|
|
display: inline-block;
|
|
|
|
border-right: 1px solid #eee;
|
|
|
|
border-bottom: 2px solid transparent;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tour-sections li a {
|
|
|
|
display: block;
|
|
|
|
color: black;
|
|
|
|
padding: 10px;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
text-decoration: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tour-sections li:hover {
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tour-sections li.active {
|
|
|
|
border-bottom: 2px solid #428bca;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tour-sections li:first-child {
|
|
|
|
border-left: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tour-action {
|
|
|
|
text-align: center;
|
|
|
|
padding: 40px;
|
|
|
|
background: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tour-action button {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|
2014-04-30 15:40:27 -04:00
|
|
|
|
|
|
|
.tour-section.tour-header {
|
|
|
|
margin-top: 40px;
|
|
|
|
margin-bottom: 40px;
|
2014-11-24 16:07:38 -05:00
|
|
|
}
|
2014-04-30 15:40:27 -04:00
|
|
|
|
|
|
|
.tour-section.tour-header .tour-section-title {
|
|
|
|
text-align: center;
|
2014-04-30 21:00:07 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.screenshot-feature {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screenshot-feature .fa {
|
|
|
|
float: left;
|
|
|
|
display: inline-block;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
line-height: 50px;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: #eee;
|
|
|
|
font-size: 28px;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: 0px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screenshot-feature.active .fa {
|
|
|
|
color: white;
|
|
|
|
background: #428bca;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.screenshot-feature .sf-title {
|
|
|
|
font-size: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screenshot-feature:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screenshot-feature:hover .sf-title {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screenshot-feature .sf-text {
|
|
|
|
margin-left: 70px;
|
|
|
|
}
|
2014-05-05 21:59:05 -04:00
|
|
|
|
|
|
|
.trusted-logos {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2014-05-07 18:17:06 -04:00
|
|
|
.trusted-logos .trusted-logo {
|
|
|
|
min-height: 75px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trusted-logos .trusted-logo.apptentive {
|
|
|
|
padding-top: 20px;
|
2014-05-08 14:31:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.enterprise-icon {
|
|
|
|
text-align: center;
|
2014-05-19 17:00:31 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.testimonial {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testimonial .message:before {
|
|
|
|
font-size: 32px;
|
|
|
|
content: "“";
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testimonial .message:after {
|
|
|
|
font-size: 32px;
|
|
|
|
content: "”";
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testimonial .message {
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testimonial img {
|
|
|
|
width: 120px;
|
|
|
|
margin: 10px;
|
|
|
|
border: 1px solid black;
|
|
|
|
border-radius: 10px;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testimonial .speaker-info {
|
|
|
|
font-size: 18px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testimonial .speaker-info span {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.testimonial .speaker-info .speaker-title {
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
2014-11-24 16:07:38 -05:00
|
|
|
.testimonial .speaker-info .speaker-title a {
|
2014-05-19 17:00:31 -04:00
|
|
|
text-decoration: none;
|
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.learn-more {
|
2014-11-24 16:07:38 -05:00
|
|
|
float: right;
|
2014-05-19 17:00:31 -04:00
|
|
|
font-size: 22px;
|
2014-07-07 15:33:51 -04:00
|
|
|
}
|
2014-07-17 13:32:39 -04:00
|
|
|
|
|
|
|
i.quay-icon {
|
|
|
|
background-image: url(/static/img/favicon.ico);
|
|
|
|
background-size: 16px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2014-08-19 14:33:33 -04:00
|
|
|
i.flowdock-icon {
|
|
|
|
background-image: url(/static/img/flowdock.ico);
|
|
|
|
background-size: 16px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2014-08-19 17:40:36 -04:00
|
|
|
i.hipchat-icon {
|
|
|
|
background-image: url(/static/img/hipchat.png);
|
|
|
|
background-size: 16px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2014-08-26 22:09:56 -04:00
|
|
|
i.slack-icon {
|
|
|
|
background-image: url(/static/img/slack.ico);
|
|
|
|
background-size: 16px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2015-03-19 15:08:18 -04:00
|
|
|
i.docker-icon {
|
|
|
|
background-image: url(/static/img/docker.png);
|
|
|
|
background-size: 16px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
i.rocket-icon {
|
|
|
|
background-image: url(/static/img/rocket.png);
|
|
|
|
background-size: 16px;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2014-07-17 13:32:39 -04:00
|
|
|
.external-notification-view-element {
|
|
|
|
margin: 10px;
|
2014-11-24 16:07:38 -05:00
|
|
|
padding: 6px;
|
2014-07-17 13:32:39 -04:00
|
|
|
border: 1px solid #eee;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
2014-07-18 16:57:46 -04:00
|
|
|
.external-notification-view-element i.fa {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
2014-07-17 13:32:39 -04:00
|
|
|
.external-notification-view-element .view-row {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.external-notification-view-element .view-row:last-child {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.external-notification-view-element .flow-text {
|
|
|
|
display: inline-block;
|
|
|
|
color: #aaa;
|
|
|
|
text-transform: lowercase;
|
|
|
|
font-variant: small-caps;
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
2014-07-22 13:39:41 -04:00
|
|
|
.external-notification-view-element .side-controls button {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
transition: all 300ms ease-in-out;
|
2014-07-17 13:32:39 -04:00
|
|
|
}
|
|
|
|
|
2014-07-22 13:39:41 -04:00
|
|
|
.external-notification-view-element:hover .side-controls button {
|
|
|
|
border: 1px solid #eee;
|
2014-08-15 20:51:31 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.member-listing {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.member-listing .section-header {
|
|
|
|
color: #ccc;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2014-11-24 19:25:13 -05:00
|
|
|
.member-listing .avatar {
|
2014-08-15 20:51:31 -04:00
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.member-listing .entity-reference {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-08-28 23:46:27 -04:00
|
|
|
.member-listing .invite-listing {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2014-08-15 21:09:02 -04:00
|
|
|
.team-view .organization-header .popover {
|
2014-08-15 20:51:31 -04:00
|
|
|
max-width: none !important;
|
|
|
|
}
|
|
|
|
|
2014-08-15 21:09:02 -04:00
|
|
|
.team-view .organization-header .popover.bottom-right .arrow:after {
|
2014-08-15 20:51:31 -04:00
|
|
|
border-bottom-color: #f7f7f7;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
2014-08-15 21:09:02 -04:00
|
|
|
.team-view .organization-header .popover-content {
|
2014-08-15 20:51:31 -04:00
|
|
|
font-size: 14px;
|
|
|
|
padding-top: 6px;
|
|
|
|
}
|
|
|
|
|
2014-08-15 21:09:02 -04:00
|
|
|
.team-view .organization-header .popover-content input {
|
2014-08-15 20:51:31 -04:00
|
|
|
background: white;
|
|
|
|
}
|
|
|
|
|
2014-08-15 21:09:02 -04:00
|
|
|
.team-view .team-view-add-element .help-text {
|
2014-08-15 20:51:31 -04:00
|
|
|
font-size: 13px;
|
|
|
|
color: #ccc;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2014-08-15 21:00:12 -04:00
|
|
|
|
2014-08-15 21:09:02 -04:00
|
|
|
.team-view .organization-header .popover-content {
|
2014-08-15 21:00:12 -04:00
|
|
|
min-width: 500px;
|
2014-09-30 16:29:32 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#startTriggerDialog .trigger-description {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
#startTriggerDialog #runForm .field-title {
|
|
|
|
width: 120px;
|
|
|
|
padding-right: 10px;
|
2014-11-24 16:07:38 -05:00
|
|
|
}
|
2014-11-20 17:30:57 -05:00
|
|
|
|
|
|
|
.progress.active .progress-bar {
|
|
|
|
/* Note: There is a bug in Chrome which results in high CPU usage for active progress-bars
|
|
|
|
due to their animation. This enables the GPU for the rendering, which cuts CPU usage in
|
|
|
|
half (although it is still not great)
|
|
|
|
*/
|
|
|
|
transform: translateZ(0);
|
2014-12-01 12:30:09 -08:00
|
|
|
}
|
|
|
|
|
2014-11-17 14:54:07 -05:00
|
|
|
#gen-token table {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#gen-token input[type="checkbox"] {
|
|
|
|
margin-right: 10px;
|
2014-12-01 12:30:09 -08:00
|
|
|
}
|
2014-12-23 11:40:51 -05:00
|
|
|
|
|
|
|
.system-log-download-panel {
|
|
|
|
padding: 20px;
|
2014-12-23 14:01:00 -05:00
|
|
|
text-align: center;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.system-log-download-panel a {
|
|
|
|
margin-top: 20px;
|
2014-12-23 11:40:51 -05:00
|
|
|
}
|
2015-01-04 14:38:41 -05:00
|
|
|
|
|
|
|
.initial-setup-modal .quay-spinner {
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-right: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.initial-setup-modal .valid-database p {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
2015-01-07 16:20:51 -05:00
|
|
|
.verified {
|
2015-01-04 14:38:41 -05:00
|
|
|
font-size: 16px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2015-01-07 16:20:51 -05:00
|
|
|
.verified i.fa {
|
2015-01-04 14:38:41 -05:00
|
|
|
font-size: 26px;
|
|
|
|
margin-right: 10px;
|
|
|
|
vertical-align: middle;
|
|
|
|
color: rgb(53, 186, 53);
|
|
|
|
}
|
2015-01-05 15:18:01 -05:00
|
|
|
|
|
|
|
.registry-logo-preview {
|
|
|
|
border: 1px solid #eee;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 4px;
|
2015-01-09 16:23:31 -05:00
|
|
|
max-width: 150px;
|
2015-01-08 15:27:49 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-footer.alert {
|
|
|
|
text-align: left;
|
|
|
|
margin-bottom: -16px;
|
2015-01-23 17:26:14 -05:00
|
|
|
}
|
|
|
|
|
2015-01-26 13:46:57 -05:00
|
|
|
|
|
|
|
.restart-required {
|
|
|
|
position: relative;
|
|
|
|
padding-left: 54px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.restart-required button {
|
|
|
|
float: right;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.restart-required button i.fa {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.restart-required i.fa-warning {
|
|
|
|
position: absolute;
|
|
|
|
top: 24px;
|
|
|
|
left: 16px;
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
2015-02-17 19:15:54 -05:00
|
|
|
|
|
|
|
.chart-col h4, .chart-col h5 {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2015-04-20 13:26:48 -04:00
|
|
|
.section-description-header {
|
|
|
|
padding-left: 40px;
|
|
|
|
position: relative;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
min-height: 50px;
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-description-header:before {
|
|
|
|
font-family: FontAwesome;
|
|
|
|
content: "\f05a";
|
|
|
|
position: absolute;
|
|
|
|
top: -4px;
|
|
|
|
left: 6px;
|
|
|
|
font-size: 27px;
|
|
|
|
color: #888;
|
|
|
|
}
|
2015-04-23 16:41:47 -04:00
|
|
|
|