Photo application now working fully.
[photos] / src / main / java / org / wamblee / photos / wicket / photos.css
index 4c08befdd724f8ca741395e15c27fc9c4d861a38..2e3e8a1977ae138ed42be1097c6c1e67175ab468 100644 (file)
@@ -2,6 +2,15 @@
 body {
     font-family: sans-serif;
 }
+
+h1 {
+  font-size: 1.3em;
+}
+
+h2 {
+   font-size: 1.1em;
+}
+
 /* menu styling */
 
 #menu {
@@ -69,17 +78,25 @@ ul.feedbackPanel {
     margin-top: 1em;
 }
 
-#content em {
-    display: block;
+#navigation h1 {
+    font-size: 1.3em;
+    font-weight: bold;
+}
+
+#navigation h1 .path {
+    font-style: oblique;
+}
+
+#navigation em, #navigation a {
     margin-bottom: 0px;
     font-style: normal;
-    font-weight: bold;
-    font-size: 24px;
+    font-size: small;
+    font-family: sans-serif;
 }
 
 #photos th, #content td {
     vertical-align: top;
-    padding: 10px;
+    padding: 1px;
 }
 
 #photos table {
@@ -92,7 +109,6 @@ ul.feedbackPanel {
 #photoentry {
     padding: 0.2em;
     border: 1px;
-    border: 1px;
     border-style: solid;
     border-bottom-color: gray;
 }
@@ -101,4 +117,16 @@ ul.feedbackPanel {
     display: block;
 }
 
+
+#admin table {
+    font-size: small;
+    text-align: left;
+    border-collapse: collapse;
+    border-spacing: 0px;
+}
+
+#admin table tr td {
+    padding: 0.2em;
+    border: 1px;
+    border-style: solid;
 }
\ No newline at end of file