diff options
author | MaZderMind | 2015-03-31 17:18:50 +0200 |
---|---|---|
committer | MaZderMind | 2015-03-31 17:18:50 +0200 |
commit | d4d30ce1c3c0e941efeb41ab4f47ddcb55c6a5c0 (patch) | |
tree | 505787dbe23199cdadfed5f4a126170356923d56 | |
parent | 3de36d7a63fe91127f3413d58004bbd6505864a3 (diff) |
Error-Msg Styling on Room-Tab
Diffstat (limited to '')
-rw-r--r-- | assets/css/_room.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/_room.less b/assets/css/_room.less index aa0f594..0c7327d 100644 --- a/assets/css/_room.less +++ b/assets/css/_room.less @@ -69,6 +69,7 @@ #feedback { padding: floor(@grid-gutter-width/2) 0; + .feedback-error, .feedback-thankyou { font-size: @jumbo-font-size; text-align: center; |