]> source.dussan.org Git - nextcloud-server.git/commitdiff
changed short description and styled unobtrusively
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Wed, 28 Sep 2011 15:14:37 +0000 (17:14 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Wed, 28 Sep 2011 15:14:37 +0000 (17:14 +0200)
core/css/styles.css
core/templates/layout.guest.php

index 343ee4ca42d3f3e77631d85aa949ad30115adfa7..41781ec191b69e2c0c46f31ab16c8fd5c33ac390 100644 (file)
@@ -61,8 +61,8 @@ input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-
 
 /* LOG IN & INSTALLATION ------------------------------------------------------------ */
 #body-login { background:#ddd; }
-#body-login p.info { width:16em; margin:2em auto; padding:1em; background:#eee; -moz-box-shadow:0 1px 0 #bbb inset; -webkit-box-shadow:0 1px 0 #bbb inset; box-shadow:0 1px 0 #bbb inset; -moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em; }
-#body-login p.info a { font-weight:bold; }
+#body-login p.info { width:21em; margin:2em auto; color:#777; text-shadow:#fff 0 1px 0; }
+#body-login p.info a { font-weight:bold; color:#777; }
 
 #login { min-height:30em; margin:2em auto 0; border-bottom:1px solid #f8f8f8; background:#eee; }
 #login form { width:18em; margin:2em auto 5em; padding:0; }
index 7e05fce0ecf575c28076227bef2d45ce61ee53be..96f3d2662fbdbb5b8f928109a6d04f30b4d42ff0 100644 (file)
@@ -32,6 +32,6 @@
                        </div></header>
                        <?php echo $_['content']; ?>
                </div>
-               <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> <?php echo $l->t( 'gives you freedom and control over your own data' ); ?></p></footer>
+               <footer><p class="info"><a href="http://owncloud.org/">ownCloud</a>: <?php echo $l->t( 'web services under your control' ); ?></p></footer>
        </body>
 </html>