Browse Source

Progress bar in lesson, css style enhancement

Alex Aragon 8 years ago
parent
commit
a4728f0de8
1 changed files with 5 additions and 1 deletions
  1. 5 1
      app/Resources/public/css/base.css

+ 5 - 1
app/Resources/public/css/base.css

@@ -5687,7 +5687,11 @@ a.sessionView {
 .modal-body .sectioncomment{
     color: #666;
 }
-
+.progress{
+    border: 1px solid #c5c5c5;
+    background: #E9E9E9;
+    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
+}
 .wami-container {
     height: 144px;
     position: relative;