diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-08 16:04:29 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-08 16:04:29 +0000 |
commit | e5bd6c0c670f5ad5f309b63d11da6cc35122958b (patch) | |
tree | 42ab7df3d0f2b472edba59539ba28823880420fa /views/default/css.php | |
parent | 1739ce16cfa0933a09496f66b014885c281d114a (diff) | |
download | elgg-e5bd6c0c670f5ad5f309b63d11da6cc35122958b.tar.gz elgg-e5bd6c0c670f5ad5f309b63d11da6cc35122958b.tar.bz2 |
crude login and logout functionality
git-svn-id: https://code.elgg.org/elgg/trunk@118 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 10eedcc9d..f81c7766d 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -14,4 +14,24 @@ * @uses $vars['wwwroot'] The site URL
*/
-?>
\ No newline at end of file +?>
+
+/*
+ Default Elgg CSS
+*/
+
+body {
+ background:#fff;
+ color:#000;
+ margin:20px center;
+ text-align:center;
+}
+
+#login-box {
+ text-align:left;
+ background:#555;
+ border:1px solid #ddd;
+ width:300px;
+ padding:10px;
+ margin:auto;
+}
\ No newline at end of file |