diff options
author | alecpl <alec@alec.pl> | 2009-04-23 17:31:55 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-04-23 17:31:55 +0000 |
commit | f055b12f3ef5a15f1562869fcf5ecf00c94f2f7a (patch) | |
tree | bc942e4ff87e8e54d0295e6141f296444c7d3265 /skins/default/templates | |
parent | 962085baa17a622c83320e27acde0ac06219da39 (diff) |
- small css fixes in login form, boxes and subscription list
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/login.html | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index d16a08fdd..8ffe9d274 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -4,28 +4,6 @@ <title><roundcube:object name="pagetitle" /></title> <meta name="Robots" content="noindex,nofollow" /> <roundcube:include file="/includes/links.html" /> -<style type="text/css"> - -#login-form { - margin-left: auto; - margin-right: auto; - margin-top: 50px; - width: 380px; - border: 1px solid #999; -} - -#login-form table td.title -{ - color: #666; - text-align: right; - padding-right: 10px; -} - -.boxcontent { - padding: 20px 20px 10px 20px; -} - -</style> </head> <body> |