Imported Upstream version 4.3.1
This commit is contained in:
@@ -4,23 +4,4 @@
|
||||
|
||||
#container {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* --- Table layout created by CSS --- */
|
||||
.table-layout {
|
||||
display: table;
|
||||
}
|
||||
.table-row {
|
||||
display: table-row;
|
||||
.table-cell {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.table-head {
|
||||
padding: 0 5px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.break-words {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
@@ -29,10 +29,6 @@
|
||||
background: @login-bg-color url("@{img-path}/@{img-bg-login}") repeat-x 50% 0;
|
||||
background-size: auto;
|
||||
color: #fff;
|
||||
|
||||
.has-error .control-label {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.reset-login-pf-height() {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
// Expects that dependencies are in the same directory as FreeIPA
|
||||
@bootstrap_dir: "../../../../bootstrap";
|
||||
@bootstrap_select_dir: "../../../../bootstrap-select";
|
||||
@fontawesome_dir: "../../../../Font-Awesome";
|
||||
@fontawesome_dir: "../../../../font-awesome";
|
||||
@patternfly_dir: "../../../../patternfly";
|
||||
|
||||
/* Bootstrap 3 */
|
||||
@@ -112,7 +112,6 @@
|
||||
@import "@{patternfly_dir}/less/login";
|
||||
@import "@{patternfly_dir}/less/modals";
|
||||
@import "@{patternfly_dir}/less/navbar";
|
||||
@import "@{patternfly_dir}/less/notifications-drawer";
|
||||
@import "@{patternfly_dir}/less/pager";
|
||||
@import "@{patternfly_dir}/less/pagination";
|
||||
@import "@{patternfly_dir}/less/panels";
|
||||
|
||||
0
install/ui/less/patternfly/variables.less
Normal file → Executable file
0
install/ui/less/patternfly/variables.less
Normal file → Executable file
@@ -134,47 +134,15 @@
|
||||
// Certificate Widget
|
||||
|
||||
.certificate-widget {
|
||||
padding: 5px 5px 5px 5px;
|
||||
border: 1px dashed #DDD;
|
||||
label {
|
||||
padding-right: 10px;
|
||||
}
|
||||
.cert-value {
|
||||
padding-left: 5px;
|
||||
}
|
||||
.certificate {
|
||||
word-wrap: break-word;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.dropdown {
|
||||
float:right;
|
||||
}
|
||||
ul.dropdown-menu {
|
||||
min-width: 100px;
|
||||
}
|
||||
.watermark {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
opacity:0.5;
|
||||
font-size: 150%;
|
||||
}
|
||||
}
|
||||
|
||||
// Working widget
|
||||
|
||||
.working-widget {
|
||||
position: absolute;
|
||||
display: none;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
.spinner {
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=409254
|
||||
tbody:empty { display: none; }
|
||||
|
||||
@@ -182,67 +150,41 @@ tbody:empty { display: none; }
|
||||
|
||||
.topology-view {
|
||||
svg {
|
||||
background-color: #FFF;
|
||||
cursor: default;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
background-color: #FFF;
|
||||
cursor: default;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
||||
path.link {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
stroke-width: 4px;
|
||||
cursor: pointer;
|
||||
.dragline {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.plus {
|
||||
font-size: .9em;
|
||||
font-family: FontAwesome;
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.adder_label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
path.adder {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.selected {
|
||||
stroke-dasharray: 10,2;
|
||||
fill: none;
|
||||
stroke-width: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.marker {
|
||||
stroke: rgba(0, 0, 0);
|
||||
}
|
||||
|
||||
path.link.selected {
|
||||
stroke-dasharray: 10,2;
|
||||
}
|
||||
|
||||
circle.node {
|
||||
stroke-width: 1.5px;
|
||||
cursor: pointer;
|
||||
stroke-width: 1.5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
text {
|
||||
font: 16px sans-serif;
|
||||
pointer-events: none;
|
||||
font: 16px sans-serif;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
text.id {
|
||||
text-anchor: middle;
|
||||
font-weight: bold;
|
||||
text-anchor: middle;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Moves message next to the rule radio button to the right in caacl plugin.
|
||||
*/
|
||||
.rule-radio-note {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user