~horux-dev/horux-webcli/thfo

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/**
* @version $Id: login_rtl.css 5809 2006-11-19 05:57:10Z eddiea $
* @copyright Copyright (C) 2005 - 2006 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/

/**
 * Joomla! 1.5 Admin template main css file
 *
 * @author		Andy Miller <andy.miller@joomla.org>
 * @package		Joomla
 * @since		1.5
 * @version    1.0
 */
 
/* -- Imported styles ----------------------------- */ 
 
@import url("general_rtl.css"); 

/* -- Specific styles ----------------------------- */ 

form  { margin: 0px; padding: 0px; }
form .inputbox { width: 120px; margin-left: 10px; }
form br { display: none; }

.login      { margin: 0 auto; width: 500px; margin-bottom: 100px; }

h1 {
  margin: 15px 0;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#lock  {
	background: url(../images/j_login_lock.jpg) 50% 0 no-repeat;
	width: 150px;
	height: 137px;
}

#content-box .m {
  padding: 10px;
}

#content-box .padding {
  padding: 30px 0;
}

#section-box  { float: left; width: 320px; margin-left: 10px;}

#section-box .m {
  padding: 5px;
}
#section-box .padding {
	background: none; padding: 0;
}

.button { text-align: right; }
	
.login-form    { text-align: right; width: 60%; }
.login-form h1 { display: none; }
.login-form p { padding: 0 1em 0 1em; }
	
.login-text { text-align: right; width: 40%; float: right; }


#loginForm label {
	display: block;
	float: right;
	width: 70px;
	text-align: left;
	padding: 4px 15px 0px 15px;
	color: #666;
	font-weight: bold;
}