summaryrefslogtreecommitdiffstats
path: root/app/static
diff options
context:
space:
mode:
Diffstat (limited to 'app/static')
-rw-r--r--app/static/style.css (renamed from app/static/style_v3.css)11
1 files changed, 8 insertions, 3 deletions
diff --git a/app/static/style_v3.css b/app/static/style.css
index 6907658..7075a7a 100644
--- a/app/static/style_v3.css
+++ b/app/static/style.css
@@ -86,11 +86,16 @@ ul.flashes {
ul.flashes li {
list-style-type: none;
- border: 2px solid green;
- background-color: #0D5;
padding: 5px;
padding: 0px;
text-align: center;
+ border: 2px solid green;
+ background-color: #0D5;
+}
+
+ul.flashes li.error {
+ border: 2px solid red;
+ background-color: rgb(255, 116, 116);
}
a, a:visited {
@@ -123,7 +128,7 @@ select {
background-color: #fff;
}
-#module_new {
+#course_new {
width: 200px;
margin-left: 10px;
padding: 5px 5px;