a few more styling fixups
authorec2-user <ec2-user@fcdev4.finalsclub.org>
Sat, 19 Nov 2011 22:14:03 +0000 (22:14 +0000)
committerec2-user <ec2-user@fcdev4.finalsclub.org>
Sat, 19 Nov 2011 22:14:03 +0000 (22:14 +0000)
public/index.html
public/stylesheets/fc2.css

index 4a6e3828b29c6fc4ca448900884593167e53f642..48caa3e27e02af8760eff1e59b3ca733e895ca83 100644 (file)
                                        Department: __department__<br>
                                </div>
                                <div class="proto lectures_instructor" id=PROTO_lectures_instructor>
-          Instructor: __name__ <span class="instructor_email">(__email__)</span><br>
+                                       Instructor: __name__ <span class="instructor_email">(__email__)</span>
                                </div>
                                <div class="proto lecture" id=PROTO_lecture>
                                        <div class=name>
-                                               <a href="/lecture/___id__">__name__</a><br>
-                                               Created: __date__<br>
+                                               <a href="/lecture/___id__">__name__</a>
+                                       </div>
+                                       <div class=created>
+                                               Created: __date__
                                        </div>
                                </div>
         <div>
                                </div>
                                <div class="proto note" id=PROTO_note>
                                        <div class=name>
-                                               <a href="/note/___id__">__name__</a> Visits: __visits__
+                                               <a href="/note/___id__">__name__</a><br>
+                                       </div>
+                                       <div class=visits>
+                                               Visits: __visits__
                                        </div>
                                </div>
         <div>
index 04ea85b43097bf436d099d469a9ebb170e9286d6..221fed2f84f7a9294fa4c35f7199be7de9d29249 100644 (file)
@@ -891,7 +891,62 @@ div.conduct p.vague {
        color: #888;
 }
 
+#vimeo-screencast {
+       margin-top: 2em;
+       -webkit-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3);
+       -moz-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3);
+}
+
+
+.note, .notes_instructor, .notes_head {
+       margin: 1.0em 0;
+}
+
+.notes_head {
+       font-weight: bold;
+}
+
+.notes_instructor, .notes_head {
+       color: #888;
+}
+
+.notes_instructor {
+       padding-bottom: 1.0em;
+       border-bottom: solid 1px #aaa;
+}
+
+.note .name {
+       font-size: 110%;
+}
+.note .visits {
+       font-style: italic;
+       color: #aaa;
+}
+
+
+.lecture, .lectures_instructor, .lectures_head {
+       margin: 1.0em 0;
+}
+
+.lectures_head {
+       font-weight: bold;
+}
+
 .lectures_instructor, .lectures_head {
+       color: #888;
+}
+
+.lectures_instructor {
+       padding-bottom: 1.0em;
+       border-bottom: solid 1px #aaa;
+}
+
+.lecture .name {
+       font-size: 110%;
+}
+.lecture .created {
+       font-style: italic;
+       color: #aaa;
 }
 
 .lecture {
@@ -902,9 +957,3 @@ div.conduct p.vague {
        -webkit-border-radius: 0.20em;
 }
 
-#vimeo-screencast {
-       margin-top: 2em;
-       -webkit-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3);
-       -moz-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3);
-}
-