Project

General

Profile

« Previous | Next » 

Revision 1773

Added by Dietmar over 11 years ago

! account split html and code
+ add signup activation registering
+ add missing icons in themes

View differences:

frontend.css
3 3
  CSS definition for Website Baker module: WB-Preferences
4 4
  Copyright (C) 2008, Werner von der Decken
5 5
  Contact me: wkl(at)isteam.de, http://isteam.de
6

  
7 6
  This CSS file is free software. You can redistribute it and/or modify it
8 7
  under the terms of the GNU General Public License  - version 2 or later,
9 8
  as published by the Free Software Foundation: http://www.gnu.org/licenses/gpl.html.
10

  
11 9
  This CSS file is distributed in the hope that it will be useful,
12 10
  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 11
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 12
  GNU General Public License for more details.
15 13
*/
16
	.mod_preferences_error {
17
		background-color:#ffb0b0;
18
		padding:5px;
19
		border:dotted 1px #ff0000;
20
		color:#ff0000;
21
	}
22
	.mod_preferences_success {
23
		background-color:#b0ffb0;
24
		padding:5px;
25
		border:dotted 1px #303030;
26
		color:#303030;
27
	}
14
.mod_preferences_error { background-color :#ffb0b0; padding :5px; border :dotted 1px #ff0000; color :#ff0000; }
15
.mod_preferences_success { background-color :#b0ffb0; padding :5px; border :dotted 1px #303030; color :#303030; }
16
div.account { width :80%; margin :1em auto; }
17
div.account div.signup, 
18
div.account div.details, 
19
div.account div.email, 
20
div.account div.password { background :transparent url(htt/blue.png) repeat-x top; width :100%; overflow :hidden; border :2px solid #cccccc; margin-bottom :1em; border-radius :10px; -khtml-border-radius :10px; -webkit-border-radius :10px; -moz-border-radius :10px; }
21
div.account h3 { width :100%; color :#ffffff; padding :5px; margin-top :3px; }
22
div.account table { vertical-align :0px; table-layout :fixed; width :100%; margin :10px auto; }
23
div.account table td { width :30%; }
24
div.account table td.button { width :100%; text-align :center; }
25
div.account table td.button button { text-align :center; padding :2px; }
26
div.account table td.input { width :50%; }
27
.nixhier { display :none; }
28
.center { text-align :center; }
29
div.account table td.input input { width :90%; }
28 30
/* ]]> */

Also available in: Unified diff