Add padding in error box messages
Signed-off-by: Felipe Barbosa <fekipedmb@gmail.com>
This commit is contained in:
parent
0d7aab823c
commit
f2d375ce78
@ -761,6 +761,15 @@ div.tools a:hover,
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.error {
|
||||
border: 1px solid maroon !important;
|
||||
margin-left: 2px;
|
||||
padding: 1px 2px;
|
||||
color: #000;
|
||||
background: pink;
|
||||
}
|
||||
|
||||
|
||||
// disabled text
|
||||
.disabled {
|
||||
color: #666;
|
||||
|
||||
@ -827,6 +827,13 @@ fieldset.confirmation legend {
|
||||
background-color: $browse-warning-color;
|
||||
}
|
||||
|
||||
.error {
|
||||
border: 1px solid $browse-warning-color !important;
|
||||
padding: 5px;
|
||||
color: $button-color;
|
||||
background-color: $browse-warning-color;
|
||||
}
|
||||
|
||||
/* end messageboxes */
|
||||
|
||||
.column_name {
|
||||
|
||||
@ -472,6 +472,16 @@ fieldset.confirmation {
|
||||
}
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: #ffc;
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
label.error {
|
||||
padding: 3px;
|
||||
margin: 0px 4px;
|
||||
}
|
||||
|
||||
/* end messageboxes */
|
||||
|
||||
.new_central_col {
|
||||
|
||||
@ -740,6 +740,13 @@ td .icon {
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
.error {
|
||||
border: 1px solid maroon !important;
|
||||
padding: 0.27em;
|
||||
color: #000;
|
||||
background: pink;
|
||||
}
|
||||
|
||||
// end messageboxes
|
||||
|
||||
.new_central_col {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user