Skip to content

Commit

Permalink
Remove unneeded CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed May 17, 2017
1 parent a14926d commit 0c9fff8
Showing 1 changed file with 0 additions and 25 deletions.
Expand Up @@ -507,10 +507,6 @@ div.orbeon.orbeon-portlet-div {
}
}

// Narrower columns
.fr-grid-validations .fr-grid-col-1 { width: 200px }
.fr-grid-validations .fr-grid-col-3 { width: 110px }

.fr-grid-help .xforms-textarea textarea { height: @baseLineHeight * 5 + 8px; }

.fb-base-tab-div {
Expand All @@ -520,27 +516,6 @@ div.orbeon.orbeon-portlet-div {
width: 50%;
}
}

.fr-grid-validations {

td:nth-of-type(5) .fr-grid-content {
.flex();

.xforms-textarea, .xforms-input:not(.xforms-type-boolean) {
.flex-flow(column);
width: 100%;
}

.xforms-input.xforms-type-boolean {
.flex-flow(column);
input {
margin-top: 0;
margin-left: 4px;
padding-top: 0;
}
}
}
}
}

.fb-dialog-container-details {
Expand Down

0 comments on commit 0c9fff8

Please sign in to comment.