diff --git a/src/colab/deprecated/templates/base.html b/src/colab/deprecated/templates/base.html index eee1cb9..1676b27 100644 --- a/src/colab/deprecated/templates/base.html +++ b/src/colab/deprecated/templates/base.html @@ -2,6 +2,7 @@ {% load i18n browserid conversejs %} + diff --git a/src/colab/static/css/screen.css b/src/colab/static/css/screen.css index 4693562..7d18624 100644 --- a/src/colab/static/css/screen.css +++ b/src/colab/static/css/screen.css @@ -1,3 +1,9 @@ + + +body { + font-size: 15px; +} + /* Header */ #header-searchbox { width: 280px; @@ -39,9 +45,10 @@ background-color: #2183b3; padding: 2px 4px; border-radius: 5px; - font-size: 90%; + font-size: 85%; color: #fff; - margin-right: 5px; + margin-right: 4px; + margin-left: 4px; line-height: 2; white-space: nowrap; } @@ -120,12 +127,24 @@ form.signup div.submit { vertical-align: middle; } -.unstyled-list ul, ul.none { +#filters h4 { + margin-top: 25px; +} + +ul.unstyled-list { list-style-type: none; padding: 3px 0; margin: 10px 0; } +ul.unstyled-list li { + min-height: 30px; +} + +ul.unstyled-list .glyphicon-chevron-right { + font-size: 85%; +} + ul.indent { padding-left: 1.5em; } diff --git a/src/super_archives/templates/message-list.html b/src/super_archives/templates/message-list.html index d2bcd36..62f1190 100644 --- a/src/super_archives/templates/message-list.html +++ b/src/super_archives/templates/message-list.html @@ -7,11 +7,11 @@
-
+ -