webapp.styles.main.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of centraldogma-server Show documentation
Show all versions of centraldogma-server Show documentation
Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2 (centraldogma-server)
body {
background: #FAFAFA;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333;
}
/* ==========================================================================
Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
========================================================================== */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
/* ==========================================================================
Development Ribbon
========================================================================== */
.development {
position: absolute;
width: 149px;
height: 149px;
top: 0;
left: 0;
border: 0;
z-index: 1000;
background-image: url("../images/development_ribbon.png");
background-position: center center;
background-repeat: no-repeat;
}
/* ==========================================================================
Version number in navbar
========================================================================== */
.navbar-version {
font-size: 10px;
color: #CCC
}
/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
margin: 0.2em 0;
background: #CCC;
color: #000;
padding: 0.2em 0;
}
.hero-unit {
margin: 50px auto 0 auto;
width: 300px;
font-size: 18px;
font-weight: 200;
line-height: 30px;
background-color: #EEE;
border-radius: 6px;
padding: 60px;
}
.hero-unit h1 {
font-size: 60px;
line-height: 1;
letter-spacing: -1px;
}
.error {
color: white;
background-color: red;
}
.hand {
cursor: pointer;
}
#threadDump .popover, #healthCheck .popover {
top: inherit;
display: block;
font-size: 10px;
max-width: 1024px;
}
#healthCheck .popover {
margin-left: -50px;
}
.health-details {
min-width: 400px;
}
.alert .popover pre {
font-size: 10px;
}
.voffset {
margin-top: 2px;
}
.voffset1 {
margin-top: 5px;
}
.voffset2 {
margin-top: 10px;
}
.voffset3 {
margin-top: 15px;
}
.voffset4 {
margin-top: 30px;
}
.voffset5 {
margin-top: 40px;
}
.voffset6 {
margin-top: 60px;
}
.voffset7 {
margin-top: 80px;
}
.voffset8 {
margin-top: 100px;
}
.voffset9 {
margin-top: 150px;
}
/* start Password strength bar style */
ul#strength {
display: inline;
list-style: none;
margin: 0;
margin-left: 15px;
padding: 0;
vertical-align: 2px;
}
.point:last {
margin: 0 !important;
}
.point {
background: #DDD;
border-radius: 2px;
display: inline-block;
height: 5px;
margin-right: 1px;
width: 20px;
}
/* end Password strength bar style */
.gridStyle {
border: 1px solid rgb(212, 212, 212);
width: 100%;
height: 100%
}
.ngCell {
display: table-cell;
height: auto !important;
overflow-y: visible;
position: static;
}
.ngRow {
display: table-row;
height: auto !important;
position: static;
}
.ngCellText {
height: auto !important;
white-space: normal;
overflow-y: visible;
}
.ngViewport.ng-scope {
height: auto !important;
}
.pointer {
cursor: pointer;
}
.diffDeletedLine {
background-color: #FDD;
}
.diffAddedLine {
background-color: #DFD;
}
[ng-click],
[data-ng-click],
[x-ng-click] {
cursor: pointer;
}
.top-buffer {
margin-top: 10px;
}
.file-area {
width: 100%;
height: 500px;
}
.ace-prefs {
float: right;
margin-top: -40px;
padding-right: 24px;
position: relative;
z-index: 10;
}
/* Increase the maximum width of the angular-ui-bootstrap popover */
.popover {
max-width: 320px; /* optional max width */
width: intrinsic; /* Safari/WebKit uses a non-standard name */
width: -moz-max-content; /* Firefox/Gecko */
width: -webkit-max-content; /* Chrome */
}
/* Increase the maximum width of the angular-ui-bootstrap tooltip */
.tooltip-inner {
max-width: 320px; /* optional max width */
width: intrinsic; /* Safari/WebKit uses a non-standard name */
width: -moz-max-content; /* Firefox/Gecko */
width: -webkit-max-content; /* Chrome */
/* And left-align the tooltip text */
text-align: left;
/* And allow multiline tooltip text */
white-space: pre-wrap;
}
/* Do not display bullets for the commit list in the revision popover. */
.commits ul {
list-style-type: none;
padding-left: 0;
}
/* Ensure the commit list in the revision popover form is single-lined. */
.commits li {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}