diff --git a/modules/www/lastseen/index.tmpl b/modules/www/lastseen/index.tmpl index fcea0ca9..1af720a0 100644 --- a/modules/www/lastseen/index.tmpl +++ b/modules/www/lastseen/index.tmpl @@ -1,28 +1,29 @@ - - - - - - - - - - - - - - - - - - - -
UserLast SeenInfoAction
- [Edit] - [Delete] -
- +
+ + + + + + + + + + + + + + + + + + + +
UserLast SeenInfoAction
+ [Edit] + [Delete] +
+
diff --git a/modules/www/webadmin/index.tmpl b/modules/www/webadmin/index.tmpl index 4bd2270a..f4374f25 100644 --- a/modules/www/webadmin/index.tmpl +++ b/modules/www/webadmin/index.tmpl @@ -1,6 +1,10 @@ +
+

Welcome to the ZNC webadmin module. All changes you make will be in effect immediately after you submitted them.

+
+ diff --git a/modules/www/webadmin/listusers.tmpl b/modules/www/webadmin/listusers.tmpl index 048d2aa6..6bf65bef 100644 --- a/modules/www/webadmin/listusers.tmpl +++ b/modules/www/webadmin/listusers.tmpl @@ -1,8 +1,11 @@ +
There are no users defined. Click here if you would like to add one. +
+
@@ -31,6 +34,7 @@
+
diff --git a/webskins/_default_/pub/_default_.css b/webskins/_default_/pub/_default_.css index 92ab55ee..57c82bdb 100644 --- a/webskins/_default_/pub/_default_.css +++ b/webskins/_default_/pub/_default_.css @@ -67,33 +67,58 @@ h1 { color: #aaa; } -ul.nav { - float: left; - margin-left: 20px; - list-style: none; +#main { + padding: 0 20px 20px 20px; + font-size: 90%; } -ul.nav li, ul.nav ul { +#menu { + border-left: 2px solid #aaa; + padding-left: 10px; + position: absolute; + margin-left: 600px; + width: 170px; + font-size: 14px; +} + +ul.nav, ul.nav li, ul.nav ul { list-style: none; } ul.nav li.topitem { - float: left; margin-right: 55px; } -ul.nav li.topitem a { - display: inline-block; +ul.nav li, ul.nav li.topitem .title { + display: block; + margin-bottom: 5px; } -ul.nav li.parent ul li { - font-size: 80%; +ul.nav li.subitem { + font-size: 90%; } -ul.nav li.topitem:before { +ul.nav li.topitem:before, +ul.nav li.modtitle:before { content: "» "; } +ul.nav li.topitem, ul.nav li.modtitle { + padding-left: 3px; +} + +ul.nav li.parent:before { + content: ""; +} + +ul.nav li.parent { + padding-left: 0; +} + +ul.nav li.subitem { + margin-left: 20px; +} + #infobar { text-align: right; clear: both; @@ -150,15 +175,6 @@ ul.nav li.topitem:before { background-color: #070; } -#content { - clear: both; -} - -#main { - padding: 0 20px 20px 20px; - font-size: 90%; -} - h2 { margin-bottom: 0.4em; } @@ -168,6 +184,19 @@ h3 { margin-bottom: 0.4em; } +.textsection, .toptable { + width: 570px; + overflow: hidden; +} + +.toptable table { + max-width: 570px; +} + +.toptable td { + word-wrap: break-word; +} + .section { clear: both; } @@ -196,6 +225,8 @@ textarea { div.submitline { margin: 1em; + padding-top: 1em; + border-top: 1px solid #aaa; } .submitline input { @@ -321,3 +352,10 @@ td.mod_name, width: 200px; margin-top: 0.5em; } + +#breadcrumb { + width: 570px; + padding: 0 0 3px 1px; + margin-bottom: 10px; + border-bottom: 1px solid #aaa; +} diff --git a/webskins/_default_/tmpl/Menu.tmpl b/webskins/_default_/tmpl/Menu.tmpl index c421472b..376344de 100644 --- a/webskins/_default_/tmpl/Menu.tmpl +++ b/webskins/_default_/tmpl/Menu.tmpl @@ -9,7 +9,7 @@
  • -
  • » «
  • +
  • @@ -22,7 +22,7 @@
  • -
  • »
  • +
  • diff --git a/webskins/_default_/tmpl/help.tmpl b/webskins/_default_/tmpl/help.tmpl index d5603fd2..4c339bbb 100644 --- a/webskins/_default_/tmpl/help.tmpl +++ b/webskins/_default_/tmpl/help.tmpl @@ -1,5 +1,9 @@ +
    + This is the help section. A quick tutorial with links to the wiki should go here before we release. +
    + diff --git a/webskins/_default_/tmpl/index.tmpl b/webskins/_default_/tmpl/index.tmpl index 058b8744..7f5944d3 100644 --- a/webskins/_default_/tmpl/index.tmpl +++ b/webskins/_default_/tmpl/index.tmpl @@ -1,3 +1,9 @@ + +
    + Welcome to ZNC's web interface! + +
    + diff --git a/webskins/dark-clouds/pub/dark-clouds.css b/webskins/dark-clouds/pub/dark-clouds.css index 17cf5c0d..d9c3958b 100644 --- a/webskins/dark-clouds/pub/dark-clouds.css +++ b/webskins/dark-clouds/pub/dark-clouds.css @@ -1,3 +1,5 @@ +@charset "UTF-8"; + html { margin: 0; padding: 0; @@ -358,6 +360,14 @@ table thead td a:hover { font-weight: bold; } +#menu .subitem.active a:before { + content: "» "; +} + +#menu .subitem.active a:after { + content: " «"; +} + #menu .subitem.active a:hover { color: #000; text-decoration: none;