source: accountmanagerplugin/0.11/contrib/style.css

Last change on this file was 10393, checked in by Steffen Hoffmann, 12 years ago

AccountManagerPlugin: Releasing version 0.3, pushing development to 0.4.

This new feature release finally propagates a number of solutions into an
official release, after some time of testing with trunk, so explicitely
closes #442, #816, #2966, #3989, #4160, #6821, #7111, #8534, #8549, #8663,
#8813, #8892, #8925, #8936 and #8939.

Should have made this months ago, but felt so many pending issues were too
bad for a new release. But it has been a tremendous ticket burndown since
last year, so it's really worth considering an upgrade now.
See fresh changelog for details.

File size: 662 bytes
RevLine 
[9577]1/* CSS definitions for AccountManagerPlugin */
[10307]2/* styles for login page - new style */
3/* Copy this file into your <env>/htdocs/ folder, add the style definitions
4   below to an existing one or include in another way, if you already have
5   some Trac customization in place. */
[9577]6
7body { background-color:#efefef; }
8div.login {
9    background-color:#ffffff;
10    margin:2em auto 0; width:420px;
11    border:1px solid #666666;
12    }
13div.login h1 { margin-top:1em; text-align:center; width:100%; }
[9584]14div#login_options ul { margin:1em 0pt; text-align:center; }
[9577]15.central { text-align:center; }
16.spacer { height:7em; }
17.textbox { text-indent:0.5em; margin:0 120px 0.5em; }
Note: See TracBrowser for help on using the repository browser.