Skip to content

Commit

Permalink
pkp/pkp-lib#836 Remove OJS-specific styles and tidy a couple things
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr authored and asmecher committed Nov 3, 2015
1 parent 4cb366b commit 8d384a9
Showing 1 changed file with 2 additions and 29 deletions.
31 changes: 2 additions & 29 deletions plugins/themes/default/styles/components.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
.error {
position: absolute;
left: 0.5em; // Sit off the rounded edge of input fields
bottom: 9px; // Sit on the bottom line of the input field above
bottom: -3px; // Sit on the bottom line of the input field above
padding: 4px 0.5em; // Keep it tight so it doesn't bleed into next field
background: @no;
border-bottom-left-radius: 2px;
Expand Down Expand Up @@ -152,41 +152,14 @@
}
}

// Search result filter
.cmp_search_filter {
margin-bottom: @base;
font-size: @font-sml;

&:last-child {
margin-bottom: 0;
}

label {
font-style: italic;
}

.delete {
color: @no;
}
}

// Notification
// @todo needs work and styles for error/warning/notice instances
.cmp_notification {
display: block;
width: 100%;
padding: @double;
background: @bg;
text-align: center;
}

// List of monographs
.cmp_monographs_list {
margin-left: -@base;
margin-right: -@base;

> .title {
font-size: @font-bump;
font-weight: @normal;
line-height: @triple;
padding: 0 @base;
}
Expand Down

0 comments on commit 8d384a9

Please sign in to comment.