X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fwamblee%2Fphotos%2Fwicket%2Fphotos.css;h=2e3e8a1977ae138ed42be1097c6c1e67175ab468;hb=dd3886dec356fe854a8498b070ca21bdfb0d56d2;hp=4c08befdd724f8ca741395e15c27fc9c4d861a38;hpb=6c8dd0362c097e5d3e40ca066b67ce6834e555df;p=photos diff --git a/src/main/java/org/wamblee/photos/wicket/photos.css b/src/main/java/org/wamblee/photos/wicket/photos.css index 4c08bef..2e3e8a1 100644 --- a/src/main/java/org/wamblee/photos/wicket/photos.css +++ b/src/main/java/org/wamblee/photos/wicket/photos.css @@ -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