]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/media/style/djstyle_admin.css
fixes OSQA-439. IE should work again. Sorry about that. Thanks for the patches...
[osqa.git] / forum / skins / default / media / style / djstyle_admin.css
1 @import "jquery.autocomplete.css";
2
3 textarea {
4     width: 100%;
5 }
6
7 input.longstring {
8     width: 100%;
9 }
10
11 #admin_form tr th {
12     white-space: nowrap;        
13 }
14
15 #admin_form tr th a {
16     font-size: 80%;        
17 }
18
19 #admin_form tr th .sep {
20     font-size: 80%;
21     margin-left: 6px;
22     margin-right: 6px;
23 }
24
25 #admin_form tr td:first-of-type {
26     width: 100%;
27 }
28
29 .string-list-input {
30     vertical-align: middle;
31 }
32
33 .string-list-input input {
34     width: 600px;
35     margin: 0px;
36 }
37
38 .string_list_widget_button {
39     background:url("../img/admin/nav-bg.gif") repeat-x scroll center bottom #dcdcdc;
40     border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
41     border-style:solid;
42     border-width:1px;
43     color:black;
44     height: 20px;
45     width: 20px;
46 }
47
48 .string_list_widget_button.add {
49     position: relative;
50     left: 612px;
51 }
52
53 .admin_message {
54     background-color: #ffffe0;
55     border: 3px double #b8860b;
56     padding: 4px;
57 }