diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-21 23:25:55 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-21 23:25:55 +0000 |
| commit | dc3888553bdda4ee30e6440992459916cec8d911 (patch) | |
| tree | 3103577d8ca32f798e88468da305e26ff260bf5b /assets/css | |
| parent | 39ef1b6fd37bb9b725676d3a98f13e3450798200 (diff) | |
Need pull
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index e81046d..52103d9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -425,3 +425,21 @@ section.exam-info em { text-align: center; } +/********* Success and Error messages **************************/ + +.error-msgs { + background: #e79892; + padding: 5px; + margin-bottom: 10px; +} + +.error-msgs ul { + list-style: none; + padding: 0; +} + + +.success-msgs { + background: #80cca0; + padding: 5px; +} |
