Same styling of photo albums as with tapestry based application.
[photos] / src / main / java / org / wamblee / photos / wicket / photos.css
index eaa78ec393e945317d204d7e6d6c4322c779e71a..4c08befdd724f8ca741395e15c27fc9c4d861a38 100644 (file)
@@ -1,8 +1,6 @@
 /* general */
 body {
-    font-family: Arial, Helvetica, sans-serif;
-    list-style-type: square;
-    font-size: 20px; 
+    font-family: sans-serif;
 }
 /* menu styling */
 
@@ -79,32 +77,28 @@ ul.feedbackPanel {
     font-size: 24px;
 }
 
-#content table {
-    text-align: left;
-}
-
-#content th, #content td {
+#photos th, #content td {
     vertical-align: top;
     padding: 10px;
 }
 
-.entries a {
-    display: block;
-    float: left;
-    font-size: 24px;
-    margin-left: 10%;
-    margin-right: 24px;
-    line-height: 34px;
-    width: 100%;
+#photos table {
+    font-size: small;
+    text-align: left;
+    border-collapse: collapse;
+    border-spacing: 0px;
 }
 
-.entries .index {
-    display: block;
-    float: left;
-    font-size: 30px;
-    width: 100%;
-    margin-top: 10px;
+#photoentry {
+    padding: 0.2em;
+    border: 1px;
+    border: 1px;
+    border-style: solid;
+    border-bottom-color: gray;
 }
 
+#photos img {
+    display: block;
+}
 
-
+}
\ No newline at end of file