upadted feedback module
didn't repatched it for email notification since rules hooks semmes to be added to the module added the old patch for memory
This commit is contained in:
@@ -54,6 +54,18 @@
|
||||
font-size: 10px;
|
||||
line-height: normal;
|
||||
}
|
||||
#block-feedback-form input[type="text"] {
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
}
|
||||
#block-feedback-form .form-actions {
|
||||
margin: 1em 0 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Ajax interaction styles */
|
||||
#block-feedback-form .feedback-message {
|
||||
height: 10ex;
|
||||
}
|
||||
@@ -66,7 +78,14 @@
|
||||
/**
|
||||
* Styles for existing feedback messages.
|
||||
*/
|
||||
#block-feedback-form .feedback-submitted {
|
||||
margin-top: 0.2em;
|
||||
font-size: 10px;
|
||||
#block-feedback-form .feedback-entry {
|
||||
font-size: 80%;
|
||||
}
|
||||
.feedback-entry .feedback-submitted {
|
||||
margin-top: 0.2em;
|
||||
font-size: 90%;
|
||||
}
|
||||
.feedback-entry .browserinfo {
|
||||
color: #666;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user