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

Last change on this file since 11217 was 10987, checked in by mistic100, 13 years ago

code cleanup

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