source: branches/rsr.v5.1.dev/web/app/out/dist/css/login.css @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

File size: 888 bytes
Line 
1#identification
2{ float: right;
3  margin: 7px 10px 0 0;
4  color: #999999;
5  font-size: 0.9em;
6  height: 91px;
7  overflow: hidden;
8}
9
10#identification input
11{ border: solid 1px #777777;
12  background-color: #333333;
13  color: #c0c0c0;
14}
15
16#identification th
17{ padding: 0 10px 0 10px;
18}
19
20#identification table
21{ float: right;
22}
23
24#identification .bloc_content
25{ text-align: right;
26}
27
28#identification .bloc_content p
29{ text-align: right;
30  margin-top: 5px;
31}
32
33#identification ul
34{ list-style-type: none;
35}
36
37/* ----------------------- login box -------------------- */
38
39#pun_login_form
40{ font-size: 0.9em;
41  margin-top: 10px;
42}
43
44#pun_login_form input.txt
45{ width: 100px;
46  padding: 1px;
47  font-size: 1em;
48}
49
50#pun_login_form input.submit
51{ padding: 0px;
52  font-size: 1em;
53}
54
55#pun_login_menu
56{ text-align: right;
57  font-size: 0.9em;
58  margin-top: 62px;
59}
60
61#pun_login_menu ul li
62{ display: inline;
63}
Note: See TracBrowser for help on using the repository browser.