diff --git a/Web/Presenters/templates/Wall/Wall.xml b/Web/Presenters/templates/Wall/Wall.xml index fdc6947c..398d2ae9 100644 --- a/Web/Presenters/templates/Wall/Wall.xml +++ b/Web/Presenters/templates/Wall/Wall.xml @@ -1,6 +1,10 @@
- {_"wall"} {tr("wall", $count)} + {_"wall"} + + {tr("wall", $count)} + {_all_title} +
diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 89b8af72..0a2ce268 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -222,6 +222,14 @@ a { background-color: #fbfbfb; } +.float-right { + float: right; +} + +.lowercase { + text-transform: lowercase; +} + .album { margin: 8px; padding: 8px; @@ -413,7 +421,7 @@ input[type=checkbox]:checked { background-repeat: no-repeat; background-color: #e6e6e6; border-top: #8B8B8B solid 1px; - padding: 3px 24px; + padding: 3px 8px 3px 24px; font-weight: bold; color: #626262; font-size: 11px; @@ -426,7 +434,7 @@ input[type=checkbox]:checked { background-repeat: no-repeat; background-color: #eee; border-top: solid 1px #ccc; - padding: 3px 24px; + padding: 3px 8px 3px 24px; font-weight: bold; color: #888; font-size: 11px;