|
Revision 5533, 1.5 kB
(checked in by rcarvalho, 7 months ago)
|
|
updated stuff
|
| Line | |
|---|
| 1 | body{ |
|---|
| 2 | height: 100%; |
|---|
| 3 | } |
|---|
| 4 | |
|---|
| 5 | body, table{ |
|---|
| 6 | font-family: sans; |
|---|
| 7 | font-size: 9pt; |
|---|
| 8 | } |
|---|
| 9 | |
|---|
| 10 | input{ |
|---|
| 11 | margin-top: 3px; |
|---|
| 12 | margin-bottom: 3px; |
|---|
| 13 | } |
|---|
| 14 | |
|---|
| 15 | input[type=text], input[type=password], select, textarea, input[type=file]{ |
|---|
| 16 | border: solid 1px #303030; |
|---|
| 17 | background: url("../images/input_bg.png") repeat-x transparent; |
|---|
| 18 | } |
|---|
| 19 | |
|---|
| 20 | textarea{ |
|---|
| 21 | font-family: sans-serif; |
|---|
| 22 | font-size: 9pt; |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | input[type=submit], input[type=button]{ |
|---|
| 26 | background-image: url("../images/th_back.jpg"); |
|---|
| 27 | color: black; |
|---|
| 28 | border-width: 1px; |
|---|
| 29 | } |
|---|
| 30 | |
|---|
| 31 | label{ |
|---|
| 32 | margin-right: 2pt; |
|---|
| 33 | margin-top: 4px; |
|---|
| 34 | margin-bottom: 4px; |
|---|
| 35 | } |
|---|
| 36 | |
|---|
| 37 | h3{ |
|---|
| 38 | margin: 0; |
|---|
| 39 | margin-bottom: 5px; |
|---|
| 40 | } |
|---|
| 41 | |
|---|
| 42 | #login-box{ |
|---|
| 43 | position: absolute; |
|---|
| 44 | left: 50%; |
|---|
| 45 | top: 50%; |
|---|
| 46 | margin-left: -160px; |
|---|
| 47 | margin-top: -115px; |
|---|
| 48 | width: 320px; |
|---|
| 49 | border: solid 1px #DDD; |
|---|
| 50 | padding: 3px; |
|---|
| 51 | /*height: 215px;*/ |
|---|
| 52 | display: block; |
|---|
| 53 | font-family: sans-serif; |
|---|
| 54 | font-size: 8pt; |
|---|
| 55 | } |
|---|
| 56 | |
|---|
| 57 | .code { |
|---|
| 58 | font-family: monospace; |
|---|
| 59 | font-size: 11pt; |
|---|
| 60 | } |
|---|
| 61 | |
|---|
| 62 | .float-left{ |
|---|
| 63 | float: left; |
|---|
| 64 | } |
|---|
| 65 | |
|---|
| 66 | .float-right{ |
|---|
| 67 | float: right; |
|---|
| 68 | } |
|---|
| 69 | |
|---|
| 70 | .hide{ |
|---|
| 71 | display: none; |
|---|
| 72 | } |
|---|
| 73 | |
|---|
| 74 | .hint{ |
|---|
| 75 | color: #505050; |
|---|
| 76 | } |
|---|
| 77 | |
|---|
| 78 | #error { |
|---|
| 79 | border:dashed 1px; |
|---|
| 80 | background:#FFFFE0; |
|---|
| 81 | color:#FF0000; |
|---|
| 82 | padding:2px; |
|---|
| 83 | height:17px; |
|---|
| 84 | margin: 3px; |
|---|
| 85 | } |
|---|
| 86 | |
|---|
| 87 | .error { |
|---|
| 88 | border:dashed 1px; |
|---|
| 89 | background:#FFFFE0; |
|---|
| 90 | color:#FF0000; |
|---|
| 91 | padding:2px; |
|---|
| 92 | font-family: sans-serif; |
|---|
| 93 | margin: 3px; |
|---|
| 94 | } |
|---|
| 95 | |
|---|
| 96 | #footer{ |
|---|
| 97 | font-size: 8pt; |
|---|
| 98 | color: #808080; |
|---|
| 99 | text-align: center; |
|---|
| 100 | } |
|---|
| 101 | |
|---|
| 102 | a img{ |
|---|
| 103 | border: none; |
|---|
| 104 | } |
|---|
| 105 | |
|---|
| 106 | body{ |
|---|
| 107 | overflow:visible; |
|---|
| 108 | } |
|---|
| 109 | |
|---|
| 110 | .description{ |
|---|
| 111 | font-style: italic; |
|---|
| 112 | color: #474747; |
|---|
| 113 | } |
|---|
| 114 | |
|---|
| 115 | .clear{ |
|---|
| 116 | clear: both; |
|---|
| 117 | width: 0; |
|---|
| 118 | height: 0; |
|---|
| 119 | } |
|---|