diff --git a/pom.xml b/pom.xml index 8277763..6477c90 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.48 + 0.2.50 diff --git a/static/templates/add_list.st b/static/templates/add_list.st index b09b30e..0674991 100644 --- a/static/templates/add_list.st +++ b/static/templates/add_list.st @@ -1,11 +1,6 @@ - - - - - - + «head()» «navigation()» «userinfo()» diff --git a/static/templates/admin.st b/static/templates/admin.st index 897b432..fae05ec 100644 --- a/static/templates/admin.st +++ b/static/templates/admin.st @@ -1,11 +1,6 @@ - - - - - - + «head()» «navigation()» «userinfo()» diff --git a/static/templates/archive.st b/static/templates/archive.st index af12bf1..6cc382a 100644 --- a/static/templates/archive.st +++ b/static/templates/archive.st @@ -1,11 +1,6 @@ - - - - - - + «head()» «navigation()» «userinfo()» diff --git a/static/templates/css.st b/static/templates/css.st index 4f8de0b..54af655 100644 --- a/static/templates/css.st +++ b/static/templates/css.st @@ -10,6 +10,7 @@ body { font-family: osans; + margin-bottom: 50px; } label { display: block; @@ -73,17 +74,21 @@ fieldset fieldset>legend { text-align: right } .user{ - background: lime; + color: #626262; + text-decoration: underline; float: right; + padding: 0 5px; } .footer{ - position: absolute; + position: fixed; bottom: 0; left: 0; right: 0; text-align: right; - margin: 5px; + margin: 0; + height: 30px; + background: #83f9ff; } tr:nth-child(2n), @@ -140,4 +145,14 @@ pre { background: none; border: none; text-decoration: underline; +} + +.logout{ + position: absolute; + top: -5px; + right: 0; +} + +nav { + margin: 10px 0; } \ No newline at end of file diff --git a/static/templates/edit_list.st b/static/templates/edit_list.st index 24724d9..9ab3ba0 100644 --- a/static/templates/edit_list.st +++ b/static/templates/edit_list.st @@ -1,11 +1,6 @@ - - - - - - + «head()» «navigation()» «userinfo()» diff --git a/static/templates/frontpage.st b/static/templates/frontpage.st index cbd78b5..b1b4de9 100644 --- a/static/templates/frontpage.st +++ b/static/templates/frontpage.st @@ -2,6 +2,7 @@ + diff --git a/static/templates/head.st b/static/templates/head.st new file mode 100644 index 0000000..b00f944 --- /dev/null +++ b/static/templates/head.st @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/static/templates/index.st b/static/templates/index.st index d0e7012..a286e18 100644 --- a/static/templates/index.st +++ b/static/templates/index.st @@ -1,11 +1,6 @@ - - - - - - + «head()» «navigation()» «userinfo()» diff --git a/static/templates/inspect.st b/static/templates/inspect.st index f037dba..eef6df4 100644 --- a/static/templates/inspect.st +++ b/static/templates/inspect.st @@ -1,11 +1,6 @@ - - - - - - + «head()» «navigation()» «userinfo()» diff --git a/static/templates/login.st b/static/templates/login.st index 1948a12..fdec507 100644 --- a/static/templates/login.st +++ b/static/templates/login.st @@ -1,11 +1,6 @@ - - - - - - + «head()» «navigation()» «messages()» diff --git a/static/templates/navigation.st b/static/templates/navigation.st index b952954..dd83bc8 100644 --- a/static/templates/navigation.st +++ b/static/templates/navigation.st @@ -1,6 +1,8 @@