From: Nicolas LÅ“uillet Date: Wed, 19 Feb 2014 14:20:13 +0000 (+0100) Subject: [fix] css display with baggy theme X-Git-Tag: 1.5.2^2~16 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f37891fdb6d93580f25ced7d6f5c226dce3bf3b8;p=github%2Fwallabag%2Fwallabag.git [fix] css display with baggy theme --- diff --git a/install/index.php b/install/index.php index d31bad89..4d7e8cd2 100644 --- a/install/index.php +++ b/install/index.php @@ -172,7 +172,7 @@ else if ($_POST['install']) {
  • wallabag.org
  • -
    +

    Errors during installation:

      @@ -185,7 +185,7 @@ else if ($_POST['install']) {
    -
    +

      @@ -201,7 +201,7 @@ else if ($_POST['install']) {
      Technical settings -
      wallabag needs twig, a template engine (?). Two ways to install it: +
      wallabag needs twig, a template engine (?). Two ways to install it:
      • automatically download and extract vendor.zip into your wallabag folder.

        diff --git a/themes/baggy/css/messages.css b/themes/baggy/css/messages.css index 0cd89a9e..85a0dbc1 100755 --- a/themes/baggy/css/messages.css +++ b/themes/baggy/css/messages.css @@ -1,18 +1,18 @@ -.messages.error { +.install .messages.error { border: 1px solid #c42608; color: #c00 !important; background: #fff0ef; text-align: left; } -.messages.notice { +.install .messages.notice { border: 1px solid #ebcd41; color: #000; background: #fffcd3; text-align: left; } -.messages.success { +.install .messages.success { border: 1px solid #6dc70c; background: #e0fbcc; text-align: left;