Skip to content

Commit

Permalink
Use default plone styling for error messages in form.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Infanger committed Jan 7, 2014
1 parent cc13c7e commit ddc4e70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
3 changes: 3 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
1.1 (unreleased)
----------------

- Use default styling for error messages in forms.
[Julian Infanger]

- Fix a bug where blocked periods were not removed when removing reserved
slots for a sinlge day or multiple days without removing the whole
reservation.
Expand Down
22 changes: 2 additions & 20 deletions seantis/reservation/css/sunburst/resource.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,6 @@ a.reservation-data-update {
text-align: center;
}

div.error {
background-color: #FDC;
border: 1px solid red;
padding: 4px 4px;
font-size: 10px;
}

.reservations-by-month .reservation-data {
float:none;
width: 100%;
Expand Down Expand Up @@ -334,19 +327,8 @@ body .enableFormTabbing fieldset {
}

body .fieldErrorBox .error {
margin-bottom: 5px;
}

body div.error {
font-size: 12px;

padding-left: 10px;
}

body div.field.error {
background-color: white;
padding-left: 0;
border: none;
margin-bottom: 5px;
font-size: 11px;
}

body .portalMessage {
Expand Down

0 comments on commit ddc4e70

Please sign in to comment.