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:
Bachir Soussi Chiadmi
2015-04-20 19:31:48 +02:00
parent c5028bffd3
commit 0cd6215a32
9 changed files with 1481 additions and 1243 deletions

View File

@@ -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%;
}