diff options
author | friendica <info@friendica.com> | 2013-01-08 11:59:29 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-08 11:59:29 -0800 |
commit | a96d3ac66f50615ffc0ba764fdeba14cdae00c86 (patch) | |
tree | 3d10d634839c9d5628d4df8abe1e1881d9211a93 /view/css | |
parent | 3b213c5fc76d7392f1fd825b9db4fb4dfb8b9940 (diff) | |
download | volse-hubzilla-a96d3ac66f50615ffc0ba764fdeba14cdae00c86.tar.gz volse-hubzilla-a96d3ac66f50615ffc0ba764fdeba14cdae00c86.tar.bz2 volse-hubzilla-a96d3ac66f50615ffc0ba764fdeba14cdae00c86.zip |
The rest of the front end for the new notifications - now only missing "mark all seen" for some types, ajax loader for a couple of types, and perhaps a birthday cake icon if any birthdays today, a bit of css cleanup of duplicated or obsolete stuff
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/default.css | 3 | ||||
-rw-r--r-- | view/css/mod_register.css | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/view/css/default.css b/view/css/default.css index 8583d6589..19eeb9a68 100644 --- a/view/css/default.css +++ b/view/css/default.css @@ -6,12 +6,11 @@ nav { aside { display: block; - width: 200px; + width: 210px; position: absolute; top: 48px; left: 0; margin-left: 10px; -/* float: left; */ } diff --git a/view/css/mod_register.css b/view/css/mod_register.css index 581dee1a0..aca6ee002 100644 --- a/view/css/mod_register.css +++ b/view/css/mod_register.css @@ -1,12 +1,12 @@ h2 { - margin-left: 15%; - margin-top: 15%; + margin-left: 5%; + margin-top: 5%; } #register-form { font-size: 1.4em; - margin-left: 15%; + margin-left: 10%; margin-top: 5%; } |