source: extensions/typetags/admin/typetags_style.css @ 15907

Last change on this file since 15907 was 15477, checked in by mistic100, 12 years ago

improve a bit the admin page

File size: 1.1 KB
Line 
1.edit-container {
2  width: 500px;
3  margin: auto;
4}
5
6#colorpicker {
7  float:right;
8  margin-top:-15px;
9}
10
11ul.tagSelection li {
12  width:170px !important;
13}
14.tagSelection input {
15  width:120px;
16}
17
18.tt-container {
19  float:left;
20  width:250px;
21  min-height:40px;
22  height:auto;
23  margin:5px !important;
24  padding:0 5px 5px 5px;
25  list-style:none;
26  background-color:#888;
27  border-radius:5px;
28}
29.tt-container li {
30  display:inline;
31  float:none;
32  padding:2px 5px;
33  margin:3px;
34  font-size:0.85em;
35  background-color:#ddd;
36  box-shadow:1px 1px 0px #fff;
37  border-radius:5px;
38  cursor:move;
39}
40.tt-container li:hover {
41  background-color:#c2f5c2;
42  opacity:0.8;
43}
44.tt-container h5 {
45  margin:0 -5px 5px -5px;
46  border-radius:5px 5px 0 0;
47  padding:2px 0;
48  text-align:center;
49  font-size:12px;
50  letter-spacing:0.5em;
51  font-weight:normal;
52}
53.active {
54  background-color:#7cba0f;
55}
56
57.tt-container.NULL {
58  float:none;
59  width:auto;
60  box-shadow:inset 0 0 5px #bbb;
61  padding-bottom:10px;
62}
63.tt-container.NULL h5 {
64  background-color:#bbb;
65  font-weight:bold;
66}
67
68.buttons {
69  float:right;
70  margin-left:-37px;
71  margin-top:2px;
72}
Note: See TracBrowser for help on using the repository browser.