diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-21 20:54:20 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-08-21 20:54:20 +0200 |
| commit | 35ea308a2692365001dc88212999df9a041bdaf7 (patch) | |
| tree | c519797a3d7added2421840e78f56e488096b856 /budget/static/main.css | |
| parent | 63a64910018cbc029e34ccf93370649a517c96d8 (diff) | |
| download | ihatemoney-mirror-35ea308a2692365001dc88212999df9a041bdaf7.zip ihatemoney-mirror-35ea308a2692365001dc88212999df9a041bdaf7.tar.gz ihatemoney-mirror-35ea308a2692365001dc88212999df9a041bdaf7.tar.bz2 | |
Fix a weird behavior with tests and databases.
Now all the database during the tests is in memory, created for each test and cleared at the end of the test.
Diffstat (limited to 'budget/static/main.css')
| -rw-r--r-- | budget/static/main.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/budget/static/main.css b/budget/static/main.css index 5d8b268..8445aa5 100644 --- a/budget/static/main.css +++ b/budget/static/main.css @@ -54,6 +54,25 @@ div.topbar ul.secondary-nav { padding-right: 75px; } display: inline; } +#header .additional-content{ + font-family: 'Comfortaa', arial, serif; + float: right; + position: relative; + top: -150px; + margin-right: 200px; + margin-bottom: -100px; + +} + +.home form button{ + float: right; + margin-right: 100px; +} +.home .create h3{ + text-align: right; + margin-right: 100px; +} + .footer{ position: absolute; bottom: 0px; |
